博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
第27月第28天 iOS bundle
阅读量:5306 次
发布时间:2019-06-14

本文共 1321 字,大约阅读时间需要 4 分钟。

1.

 

7.如果将自己打包的bundle给别人使用,别人在打包上传过程中可能会遇到错误提示如:

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'lhby.app/Test.bundle/Test' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at...

或者

ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/dianlan2.app/EaseUIResource.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."

或者

ERROR ITMS-90034: "Missing or invalid signature. The bundle 'ABC.Test' at bundle path 'Payload/lhby.app/Test.bundle' is not signed using an Apple submission certificate."

网上也有很多的解决办法,这里提供一种解决方法,就是删除bundle里的执行文件:找到工程中的Test.Bundle,右键单击后 选择 "显示包内容",找到里面黑色的可执行文件Test,删除掉,然后找到里面的info.plist文件 ,删除掉Executable file 字段,重新打包,上传应用商店就可以了。

 

https://blog.csdn.net/huanglinxiao/article/details/80249681

 

http://yzlyty.github.io/2016/11/22/create-a-framework-and-bundle-containing-resources-for-ios-oc/

转载于:https://www.cnblogs.com/javastart/p/10188919.html

你可能感兴趣的文章
win7下vc6.0打开文件未响应的解决方法
查看>>
[leetcode]217. Contains Duplicate
查看>>
Python_day02——分支结构 if_else、for、while、break与continue
查看>>
Clion IDE的安装
查看>>
ERROR ITMS-90167: "No .app bundles found in the package"错误
查看>>
python 堆栈
查看>>
CentOS7 下curl使用
查看>>
[Poi2000]病毒——补全AC自动机
查看>>
求 Discuz!NT 3.5论坛 好看的模版
查看>>
String和Boolean互相转换
查看>>
angularJs基础
查看>>
熟悉 IBM Rational Application Developer以及Portal Server
查看>>
mysql悲观锁与乐观锁
查看>>
PHP 时间函数time、date和microtime的区别
查看>>
快速排序_C语言_数组
查看>>
table中内容过长,table改变的问题
查看>>
月末关账流程和政策规定
查看>>
centos6.2 配置ISE12.2
查看>>
poi实现Excel导出
查看>>
Maven修改镜像仓库地址
查看>>