1. 去掉可执行文件
Missing Code Signing Entitlements. No entitlements found in bundle 'com.charlotte.VC' for executable 'Payload/AVDemo.app/Frameworks/VideoConference.framework/VC.bundle/VC'." With error code STATE_ERROR.VALIDATION_ERROR.90166 for id cc30865f-b574-4f21-a7ca-68006de09447
找到bundle 的build setting
更改versioning
里面的Versioning System
改为none 就可以了
2. 如果我没猜错你还会上传失败
还需要在 bundle 的 plist 里面删除这个 key
CFBundleExecutable
直接在plist 里面搜索 然后删除吧