xcode 4.3 即席复制到设备错误
我按照这些说明在 xcode 4.0(4.3 编译器)中构建 adhoc 版本,
- 我使用分发配置文件而不是 dev
- 添加的 entitlements.plist
在升级到 4.3 之前,相同的项目适用于 adhoc
http://diaryofacodemonkey.ruprect.com/2011/03/18/ad-hoc -app-distribution-with-xcode-4/
现在: 项目编译 finde (通过存档)我可以分享它。 我可以将文件推送到 itunes
但是 我无法在我的设备上获取该应用程序。我总是收到错误“无效权利”
也许有人可以帮助我。
i followed these instructions for building an adhoc version in xcode 4.0 (4.3 compilier)
- i used the distribution profile instead of dev
- added entitlements.plist
same project worked for adhoc before i upgraded to 4.3
http://diaryofacodemonkey.ruprect.com/2011/03/18/ad-hoc-app-distribution-with-xcode-4/
now:
project compiles finde (via archive) i can share it.
i can push the file into itunes
BUT
i cant get the app on my device. i always get an error "invalid rights"
Maybe someone can help me on this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用相同的配置文件进行调试、构建和运行(作为调试,而不是发布),并将目标设置为您的设备。
Try using the same profile for Debug and Build and Run (as debug, not release) with the target set to your Device.