Re: Why does Xcode always embed the provisioning profile in iOS apps?
Re: Why does Xcode always embed the provisioning profile in iOS apps?
- Subject: Re: Why does Xcode always embed the provisioning profile in iOS apps?
- From: Fritz Anderson <email@hidden>
- Date: Fri, 15 Oct 2010 09:21:09 -0500
On 15 Oct 2010, at 5:08 AM, Jens Miltner wrote:
> we found that when we just build an iOS app, our enterprise provsioning profile is automatically being embedded into the app (since Xcode 3.2).
Examine the Copy Bundle Resources build phase of the app target in Xcode. Does your provisioning profile appear there? If so, remove it.
Files that get imported to an Xcode project are added to the copy-resources phase unless they appear to be compilable or linkable.
That reminds me… I'd better review the resource phase of my own projects.
— F
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden