ios 开发之没事来看看

iOS bundle中含有执行文件(Missing Code S

2021-05-25  本文已影响0人  等这姑娘老在我心里

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 就可以了

image.png

2. 如果我没猜错你还会上传失败

还需要在 bundle 的 plist 里面删除这个 key CFBundleExecutable
直接在plist 里面搜索 然后删除吧

上一篇 下一篇

猜你喜欢

热点阅读