Deploying an iOS application using an Enterprise certificate has UI elements missing, and/or attribute differences compared to deploying with a regular development certificate. Would anyone happen to know why this occurs? I have confirmed some images are not being copied and bundled with the build.
Deploying an iOS application using an Enterprise certificate has UI elements missing, and/or attribute
Share
If you build to Archive or do Ad Hoc to Archive, make sure that you set the Skip Install property to YES for Release builds, if you’re using static linked libraries.
Without this, any place you’re using static linked libraries (i.e. #defines) could potentially be ignored.
This documentation explains that part of the process:
http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/DistApps/DistApps.html