意见箱
恒创运营部门将仔细参阅您的意见和建议,必要时将通过预留邮箱与您保持联络。感谢您的支持!
意见/建议
提交建议

UnityIosXCode的报错集锦小白入门

来源:恒创科技 编辑:恒创科技编辑部
2022-10-01 08:46:04


欢迎加入Unity业内qq交流群:956187480



UnityIosXCode的报错集锦小白入门


一.The certificate used to sign “appName” has either expired or has been revoked.(用于签署“appName”的证书要么已经过期,要么已经被撤销。)

Unity  Ios XCode的报错集锦  小白入门_IOS

解决方案:

1.Xcode Menu ->Preference->Account->Team->View Details ->右键->Show in Finder->删了对应的证书。(成功忽略下)

2.上面的方法走不通,可直接去~/Library/MobileDevice/Provisioning Profiles,找到相应的证书删掉。

3.工程里,Target - General - Singing-勾选 Automatically manage signing重新配置即可。

以上是网友提供,本人的解决方案有点暴力 哈哈,直接换了开发者账号,啦啦啦 气不气

二:用不到的第三方插件设置

将ipa文件交付到苹果的时候, 交付出错, 错误如下:

ERROR ITMS-90535: “Unexpected CFBundleExecutable Key. The bundle at ‘Payload/###.iOS.app/####.bundle’ does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue.”

Unity  Ios XCode的报错集锦  小白入门_Unity_02

解决方案

1.找出所有的plist文件, 查看plist文件中, 找出key是CFBundleExecutable(或者是Executable file)的配置行.一般都是在某些第三方的plist文件中.

Unity  Ios XCode的报错集锦  小白入门_IOS_03


2.将找出所有第三方plist文件中的CFBundleExecutable行删除

3.重新打包, 交付



欢迎加入Unity业内qq交流群:956187480


上一篇: 租用美国服务器:潜在的风险与应对策略。 下一篇: MongoDB 5.0 扩展开源文档数据库操作