我上传的 ios 建在 试飞 上, 直到现在 。 但我在上传任何建材时会收到以下错误( 我也尝试过上传上我已上传过的上一个建材 ) 。
无效的 IPA: 找不到 Info. plist 中指定的可执行文件 - 请检查您的 CFBundule 可执行密钥的值 。
有人能给我建议一个测试飞行之外的站点 我可以上传 ios 建筑或ipa 文件吗?
我上传的 ios 建在 试飞 上, 直到现在 。 但我在上传任何建材时会收到以下错误( 我也尝试过上传上我已上传过的上一个建材 ) 。
无效的 IPA: 找不到 Info. plist 中指定的可执行文件 - 请检查您的 CFBundule 可执行密钥的值 。
有人能给我建议一个测试飞行之外的站点 我可以上传 ios 建筑或ipa 文件吗?
您可以使用的另一个网站是"http://diawi.com" rel="不跟随 nofollow noreferrer" >http://diawi.com ,我现在用在我的项目上,非常有帮助。
我们的iOS 应用程序被称作 OurAppName 。
在模拟器中,Ran罚款,但当通过组织者存档和部署时,CFBundleExcuteable不是可执行的文件。
我们检查了 Plist 和 CFBunduleExcurrable 的值是我们的应用程序名 。 我们打开了 ipa & gt; app 文件夹( 见下文) 。 有一个叫做 ipa> 的 fap 文件夹( 参见下面如何), 有一个叫做 our appname 的 fie, 但它比预期的要小, 而不是 exe (USE: ls - l 应该在 - rwxr- xr- xx 结尾处有 x ) 。
错误是由名为 our appname 的文本文件引发的, 当创建归档时, 它将它作为 exe 而不是 OurApp Name 。 答案是重命名和删除与 our exe 相同的名称的文件 。 完成完整的清洁构建 。 并重新检查最终的 ipa 。
查看 OurApp 中的内容Name.ipa :
重命名为 ourAppName_ipa.zip( 无效警告) :
要打开的 OurAppName_ipa.zip 上的 DOUBL CLICK (创建包含 OUAppName. app 的有效装入文件夹) :
重命名 OurAppName. app to ourAppName_ap( 无效警告会将应用程序包更改为文件夹) 。
打开我们的 App Name_ app 文件夹查找...info.plist for application.
检查 CFBundule 执行程序指向 OurApp Name
在文件夹中查找 OurAppName do is - I make sure it appteable (USE:ls - I 应该在 -rwxr-xr-x 结尾处有 x ) 。
测试飞行的图纸:
如果测试飞行下载在80%与 Unable to Download 连接后失败, 将您创建的归档拖到使用组织器的 iOS 设备 。
点击设备 & gt; 应用程序和 + 在底部 + (我想将 ipa 拖到组织器中安装设备) 。
在作为源代码窗体打开的信息.pllist 文件中,打开了源代码格式,并检查 CFBunduleBundule可执行密钥是否在其中,并确保该密钥被写入
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...
HI, In our application i am using corelocationframework when opening application a alert for allow and dont allow.when clicking on the allow for current location we will show current location.When ...
Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...
我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......
我希望我与四舍五入的累进角进行网上讨论。
我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。
We have a restaurant table that has lat-long data for each row. We need to write a query that performs a search to find all restaurants within the provided radius e.g. 1 mile, 5 miles etc. We have ...
I like to write bash shell scripts on my iPhone, put them in an app folder with an icon, plist, etc., so they execute like apps by tapping their icon on SpringBoard. This is not interactive like ...