Uba Duba
Uba Duba

Reputation: 241

Creating Archive build in ios (Xcode 4.3)

I'm having trouble creating an archive build in xcode 4.3.

The "AppName.app" file is RED even though I've set the release configuration to the correct profile, and selected "Build For Archive"

Addition: This is what i see in the xcode window when I click the "AppName.app" in the left hand column:

enter image description here

I also see the same image in the finder window, I've zipped up this file and sent it as the application binary.

I hope this isn't a problem?

Thanks, Uba

Upvotes: 1

Views: 900

Answers (1)

alessio271288
alessio271288

Reputation: 358

if you select "IOS Device" and after, you select "Archive", at the end of the build XCode open automaticaly the "Organizer" and you can see the archive package

Upvotes: 1

Related Questions