学堂 学堂 学堂公众号手机端

UnityIosXCode的报错集锦小白入门

lewis 4年前 (2021-10-11) 阅读数 3 #技术


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




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

解决方案:

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.”

解决方案

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


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

3.重新打包, 交付



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


版权声明

本文仅代表作者观点,不代表博信信息网立场。

热门