XCode Error itms-90035 - Invalid signature for GCManager.o

前端 未结 1 1945
臣服心动
臣服心动 2021-01-23 06:26

When I try to send my app to the App Store, I have this error:

\"IMG

When I try to validate my code

相关标签:
1条回答
  • 2021-01-23 07:17

    I found two solution for this error:

    1. In XCode, go to the "Build Phases" tab of the Project settings. Click on "Copy Bundle Resources". Look for any files named "upload-dsym.sh" and remove them. Clean and Build. Without the unsigned third party upload-dsym.sh files in your bundle, it is able to be uploaded properly.

    2. In XCode, go to the "Build Phases" tab of the Project settings. Click on "Copy Bundle Resources" check that there should not any code file like .h or .m file. This solution works for me.

    0 讨论(0)
提交回复
热议问题