English 中文(简体)
iPhone adhoc distribution without entitlements
原标题:
  • 时间:2009-11-10 18:16:05
  •  标签:
  • iphone
  • adhoc

I m trying to make an ad-hoc distribution of our app for sending to another company for beta testing. They are asking me to remove the Entitlements.plist file from my project.

As far as I know that file is absolutely required and I get a code signing error if it s not there.

Is there a way to build an iPhone app for distribution without an Entitlements file?

最佳回答

AFAIK the entitlements.plist file is essential. Your ad-hoc distribution will fail without it. But it seems it is unnecessary in distribution build.

问题回答

Out on a limb: What they may actually be seeing is a problem between their OS and .mobileprovision file which throws an error referring to entitlements. Are they seeing an error about the entitlements file when they try to sync the app with the phone?

I have seen this recently and am not fully sure of the answer. I think that on some Macs (i m thinking 10.5) iTunes is not associated with the .mobileprovision file. I have seen this twice now. The first time the answer was to have the person do an "Open With" on the .mobileprovison file and choose "Other" and then select iTunes. That did the trick.

I have been unable to find an answer to this latest event from tonight. However this person has 10.5 and also XCODE.

I m still working on this but if you have not found an answer yet, maybe the "Open With" might help.

Good luck.

Update: I just now go the second issue solved. Email can corrupt the .mobileprovision file. I finally zipped the .mobileprovision file and sent it to those having trouble and it solved the 2nd version of the issue!





相关问题
Code sign Error

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 ...

ABPersonViewController Usage for displaying contact

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 ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签