Error itms-90035 - Xcode

后端 未结 16 1174
栀梦
栀梦 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:40

    Run the following command (in mac) : codesign --verify -vvvv .app

    sample:

    codesign --verify -vvvv project.app
    project.app: a sealed resource is missing or invalid
    file missing: /Users/iHTCboy/workspace/Payload/project.app/.DS_Store
    
    

    Looks like that have a hidden file .DS_Store inside the assets of my app. Kindly find and remove it and try again.

    that is work for me

提交回复
热议问题