美文网首页
IOS提交私有Framework和Bundle资源时提示ITMS

IOS提交私有Framework和Bundle资源时提示ITMS

作者: 百事小武 | 来源:发表于2017-06-02 10:28 被阅读225次

iOS app 提交带私有的framework和resource.bundle时报故障

ERROR

ITMS-90166: "Missing Code Signing Entitlements. No entitlements found

in bundle 'com.xxxxx.xxxxxxResources' for executable

'Payload/xxxxxxx.app/xxxxReaderResources.bundle/xxxxReaderResources’."

解决办法:1、删除bundle对于的Info.plist文件中Executable file项

后继续提交报:

Missing load commands - The executable at

'/Payload/XXX.app/LibXXX.bundle/LibXXX' does not have the necessary load

commands. Try rebuilding the app with the latest Xcode version. If you

are using third party development tools, contact the provider.

解决办法:2、配置bundle的Build Settings中的Versioning,将Versioning System的值从Apple Generic改为None。

相关文章

网友评论

      本文标题:IOS提交私有Framework和Bundle资源时提示ITMS

      本文链接:https://www.haomeiwen.com/subject/znnyfxtx.html