December last year, several Ice House clients asked for Christmas update on their app. There’s a strange case that occurred when our team tried to send old projects to the iTunesConnect using Xcode 6’s Organizer, just like this image :
Our supervisor, Didiet, said this issue might be caused by the project file. The project was built on Xcode 5.1 and we’re trying to publish it from Xcode 6. Since we don’t have much time left, we ended up using xcodebuild
‘s exportArchive
command from terminal to export the *.xcarchive from Organizer to *.ipa :
Continue reading “Commit #2 : Export your *.xcarchive to *.ipa via terminal!”