ipa

解决App Store上传ipa卡在Authenticating with App Store的问题

爷,独闯天下 提交于 2020-02-27 12:13:54
Apple在最新发布的XCode 11中移除了使用已久的Application Loader,并提供了新的Transporter代替Application Loader。但是在最近上传应用的时候一直卡在Authenticating with App Store这一步,Transporter、XCode、命令行都试遍了还是不行。网上找了一番之后发现以前的Application Loader也存在类似的情况,大致原因是使用的jar组件太旧了。 网上提供的方法都是针对Application Loader的,并没有找到针对Transporter对应的解决方法,好在方法是相通的。 先通过Mac App Store下载Transporter应用。 打开Terminal并执行以下命令: sudo /Applications/Transporter.app/Contents/itms/bin/iTMSTransporter 点击回车之后会要求输入登录密码(输入时密码不可见)。接下来开始更新Transporter组件,窗口上会显示日志。 更新过程会持续一段时间。如果看到下图显示的界面说明已经更新完成了。 重启电脑,重新上传就可以了,至少我已经OK了,如果不行的话就多试几次,再不行的话就找个能上传的人帮忙吧。 来源: oschina 链接: https://my.oschina.net/u

“ ld:警告:找不到选项的目录”

情到浓时终转凉″ 提交于 2020-02-26 11:43:05
在构建Xcode 4应用程序时,出现以下警告: ld: warning: directory not found for option '-L/Users/frenck/Downloads/apz/../../../Downloads/Google Analytics SDK/Library' ld: warning: directory not found for option '-L/Users/frenck/Downloads/apz/../Google Analytics SDK/Library' 但是我的应用程序中没有Google Analytics(分析),我将其全部删除了,如何删除该错误? 存档应用程序会给我错误: clang: error: no such file or directory: 'armv6' Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1 我已经尝试了很多事情,但是在尝试制作.IPA文件时仍然遇到此错误 #1楼 我找到了必须删除的参考: 目标 构建设置 标头搜索路径 #2楼 我必须在以下位置删除引用: 目标 构建设置 框架搜索路径 然后构建被破坏

Install a programmatically downloaded ipa on an iOS device

纵饮孤独 提交于 2020-01-24 00:54:10
问题 I am programmatically downloading an ipa file (enterprise version of my app) and prompting the user to install it. The problem is similar to Download and install an ipa from url on iOS, but the difference is that the ipa is already downloaded in my case. I tried the following variation for the above problem's solution: Modify the plist to contain URL to the local downloaded ipa. ``` <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple

Cannot “save for Enterprise Deployment”, ios ipa

狂风中的少年 提交于 2020-01-15 10:35:27
问题 I've developed a ionic 2 app which I want to be able to send through mail or host online somewhere as an iOS app for ipad - so I need to make it ipa . I've got an Apple Developer Enterprise Program account type, and XCode 8.2.1 . I've managed to archive the app with success but when I'm trying to export it I cannot use any method except "Save for Development Deployment" which indeed generates an ipa file, but when I try to install it on ipad disappear - the installation starts, works for a

AppStore submission: ERROR ITMS-9000: "Invalid Bundle Structure - The binary file 'MyApp.app/BuildAgent' is not permitted

谁说胖子不能爱 提交于 2020-01-15 06:25:50
问题 I'm stuck with the following error which I simply don't even understand. ERROR ITMS-9000: "Invalid Bundle Structure - The binary file 'MyApp.app/BuildAgent' is not permitted. Your app may contain only one executable file. When I export from the Archive with Xcode to IPA, I see that BuildAgent as 0 entitlement. Is that related to my error? What's a BuildAgent? How should I fix this? 回答1: Please remove any reference to BuildAgent executable file that was accompanied with the HockeySDK-iOS 来源:

Re-signing an IPA that contains a Framework

旧巷老猫 提交于 2020-01-12 08:02:27
问题 I'm re-signing an iOS app (using iResign) in order to upload it to the App Store; and as part of this I'm changing the bundle ID. I only have the IPA (not the source code). The app contains a third party framework. The resign appears to go fine; but when I upload using Application Loader, I get the following error: ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value

Generating the IPA file of my Xamarin App without an iOS device

允我心安 提交于 2020-01-11 19:41:29
问题 I have created a Xamarin Forms App for both Android and iOS devices from Visual Studio 2017 and Windows. To test and build the iOS app, I have used a Mac with Xamarin Mac Agent. Now I have to build an IPA file for internal testing, however I'm unable to do it because when I build my project for the iOS simulator, it's not generated the IPA file. I have also tried to use both Ad-hoc and AppStore build options. I know that with XCode 7+ you can create an IPA file for internal testing without an

选购视频直播源码我们应该了解这些

时光总嘲笑我的痴心妄想 提交于 2020-01-07 17:31:16
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 我们都知道,自主开发直播平台涉及到的内容比较多,像音视频编解码、流媒体传输、美颜功能,以及各类接口问题等。如果没有专业的技术支撑,实现起来会比较难。而这其中应用层功能的实现也是必不可少的,它是直面平台用户的,稍一不慎会使得功能变得很鸡肋。那么从直播开发角度来看,哪些平台问题是需要我们注意的呢?萌鑫达小编为大家汇总了一下几点: 系统搭建部署 这里主要涉及到直播平台搭建部署所用到的服务器、配置环境等。当然初期测试的话,对服务器配置方案要求并不高,通常初级服务器配置:1核CPU,2G内存,2M带宽足矣。配置环境也比较简单,LAMP或LNMP配置环境都可以,网上有现成的操作指南,可以直接借鉴。 接入三方服务 我们不止一次提到过三方服务内容,像三方支付服务、地图定位服务、短信验证码服务等等,这些三方服务关系到系统最终的完整性。再比如说Share SDK,提供了稳定的社会化渠道分享功能,可以给整个直播平台开发项目节省很多开发成本,接入也十分方便。 系统封包测试 这就是我们经常提到的“打包APP”,封包程序主要用到安卓端的Android Studio环境,iOS端的X-code等。封包完成后产生的安装包格式,大家可能比较熟悉,如安卓安装包.apk格式,iOS安装包.ipa格式。 应用上架运营 封包测试阶段完成后

Using azure blob storage for installing ios apps

橙三吉。 提交于 2020-01-06 15:50:42
问题 I am trying to set up a private app store using azure. I'm trying to use azure blob storage for storing .ipa and .plist files. here is the reference:http://gknops.github.io/adHocGenerate/ I am able to upload files to azure blob storage and the files are available in the container with container access(i am able to browse to the file in my mobile). Now when I try to use itms-services and open the .plist files hyperlink it is throwing that "cannot connect to xxxxxxx.blob.core.windows.net". But

Issue while creating .ipa

纵然是瞬间 提交于 2020-01-06 14:43:08
问题 I have a app with iCloud functions enabled. App works fine while running in device but while trying to create a .ipa file it fails to create. I cannot create .ipa file because this issue. Please provide some suggestions on this issue. 回答1: This is a a new issue found in Xcode 6. Solution: Xcode menu > Preferences > Accounts > (Select Team if needed) > Details > Click Refresh button Then try to Export the IPA again. 回答2: First, you must have an available Develop Account for iOS, and download