with the reference of this Xcode has started making archives, not apps. How do I change it back? question and answer i have to change my "Skip Installation" flag but i am unable to find this flag. I am using xcode 4.4.1. Kindly help me how can I fix it?
Archive type changed to Generic Xcode Archive and is not making ipa
Go to project - build settings. In the search field type "skip". It will show you the Skip Install option in Deployment.
if you see under the build settings there are 4 options "Basic", "All", "combined", "levels". In my case "Basic" was selected when i selected "All" then Skip was available to me. Thanx –
Thence
To be clear: set
Skip Install
to NO on your archive project, and YES to any sub-projects. –
Inconformity thanks TRedman: I've also faced with this issue after having added a project as dependency to another. I had to set Skip Install to YES foer the subproject in order to correctly create the .ipa file –
Streaming
© 2022 - 2024 — McMap. All rights reserved.