Error itms-90035 - Xcode

后端 未结 16 1214
栀梦
栀梦 2020-12-02 15:02

I have developed a phonegap application which is running absolutely fine on iPhone. Now, I want to submit the app to the appstore. Following is the procedure I am following

16条回答
  •  清歌不尽
    2020-12-02 15:36

    It has something to do with included .sh files, not that obvious indeed.


    In our case, it was the AudioKit library. README says:

    In most cases, when building for iOS or tvOS, regardless of how you install the framework, you will need to add a run phase to your project's target with the following script:

    "$BUILT_PRODUCTS_DIR/$FRAMEWORKS_FOLDER_PATH/AudioKit.framework/fix-framework.sh"


    Sometimes you don't see them directly in your target's build phases. Some of the 3rd party libraries can cause this error because they are dealing with .sh files as well.

    Check your 3rd party libraries/pods README's files for more info.

提交回复
热议问题