I\'m trying to create an IPA in Xcode 4, much like the person who asked this question:
Xcode 4: create IPA file instead of .xcarchive
So--I got my Archive co
I had the same problem... I had mistakenly set "Installation Directory" (INSTALL_PATH
) to an empty string in my Build Settings. Removing this setting and using the default /Applications
solved my issue.
In my case, issue was due using fastlane as root. It set up the Archive file in the Archives folder as root, so when I tried to create the build from XCode, it didn't couldn't write to this folder. No message was shown by XCode