So I have been at this for a while and I can't find anything that helps. When I try to install my ipa onto the device through iTunes I get the app was unable to sync error. I have considered the following:
所以我已经有一段时间了,我找不到任何有用的东西。当我尝试通过iTunes将ipa安装到设备上时,我得到的应用程序无法同步错误。我考虑过以下几点:
My app is using a distribution profile. I have the device registered in that distribution profile.
我的应用正在使用分发配置文件。我在该分发配置文件中注册了该设备。
I have the placed the distribution profile on the device by dragging it into iTunes.
我通过将分发配置文件拖到iTunes中将其放置在设备上。
The entitlements plist matches that in the provisioning distribution profile.
权利plist与配置分发配置文件中的权限相匹配。
The app runs up until the point of "process cannot attach" when I run it in Xcode which is to be expected as get-task-allow is set to false.
当我在Xcode中运行它时,应用程序运行直到“进程无法附加”为止,因为get-task-allow设置为false。
I am not sure what I could be missing here, any ideas?
我不确定我在这里可能会缺少什么想法?
1 个解决方案
#1
0
You need to create an ad-hoc profile to include your test devices UDIDs in that profile. Drag and drop that profile into the iTunes.
您需要创建一个临时配置文件,以在该配置文件中包含您的测试设备UDID。将该配置文件拖放到iTunes中。
#1
0
You need to create an ad-hoc profile to include your test devices UDIDs in that profile. Drag and drop that profile into the iTunes.
您需要创建一个临时配置文件,以在该配置文件中包含您的测试设备UDID。将该配置文件拖放到iTunes中。