您当前的位置: 首页 >  unity

幻世界

暂无认证

  • 0浏览

    0关注

    237博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

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

幻世界 发布时间:2018-08-09 14:17:22 ,浏览量:0

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

qq扫描二维码加群

一.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.重新打包, 交付

--------------------- 本文来自 DCSnail-蜗牛 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/wangyanchang21/article/details/52771670?utm_source=copy

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

qq扫描二维码加群

关注
打赏
1660704426
查看更多评论
立即登录/注册

微信扫码登录

0.0401s