-1

Im trying to publish my new app but ran into a problem. After I archive and get the organizer screen with my app in archives tab. When I try to validate it, it gives me an error.

"Game app name"
does not contain a single–bundle application or contains multiple products. Please select another archive, or adjust your scheme to create a single–bundle application.

I do not know what this error means or what to do. Can someone please help me out. Will appreciate it.

  • 1
    Does this help? http://stackoverflow.com/questions/5206536/archiving-project-in-xcode-incorrectly-creates-multi-application-bundle – S.P. Aug 09 '12 at 20:16

1 Answers1

0

I believe you have a subproject with a static library. Make sure that Skip Install is set to Yes in the build settings of anything that is not your application.

Farcaller
  • 3,070
  • 1
  • 27
  • 42