I have tried do submit an application via Xcode (as well as the application loader) to the Apple store, and I received the following error:
Invalid Bu
Some developers have hit this issue when integrating the Apptentive iOS SDK. Making the same error with other 3rd-party SDKS will cause the same issue.
Invalid Build Structure
The binary file 'YourApp.app/libApptentiveConnect.a' is not permitted.
Your app may contain only one executable file."
This error occurs when the Apptentive static library is copied to the app bundle.
libApptentiveConnect.a
should be added to the target's Link Binary with Libraries build phase.
It should not be added to the target's Copy Bundle Resources build phase.