Invalid Bundle Structure - iOS

前端 未结 7 914
感情败类
感情败类 2021-01-12 07:00

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

7条回答
  •  有刺的猬
    2021-01-12 07:31

    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.

提交回复
热议问题