Can't submit app with CorePlot using Xcode4
Asked Answered
A

1

4

I created an application in XCode 4 that uses Core Plot. I installed Core plot as an aditional SDK following the instructions from here:http://code.google.com/p/core-plot/wiki/UsingCorePlotInApplications (Install SDK) The instructions for "static Library" haven't been updated yet fro XCode 4.

I can run the app in the simulator, install it on my iPhone and everything works just ok. I was even able to send it to beta testers using several services like TestFlight. For this, I had to generate an archive and then "share" by generating the .ipa file. No single problem here.

Now, when I try to validate/submit the app I got this error: enter image description here

I'm selecting the "distribution" configuration, then product -> archive, then in the Organizer I try "validate" or "submit", but I always get this same result.

I also made sure that the "skip install" is set to NO. This part is confusion, Apple says it should be YES and many posts here say it should be NO. If I set it to YES, the app is not even archived.

At this point I'm not even sure if the issue is the "skip install" flag or core plot. I found this question: http://code.google.com/p/core-plot/issues/detail?id=280, so I think my issue may be related.

If I open the archive file, this is what is inside: enter image description here enter image description here

Any ideas/suggestions will be truly appreciated.

Alenaalene answered 22/4, 2011 at 18:26 Comment(2)
no way to do it using Code4? #5476027Alenaalene
I just updated Xcode to 4.0.2..... same result.Alenaalene
N
2

I had the same issue for both TestFlight and App Store. The solution for me was to archive the app, and in the organizer select "Don't sign" when you try to validate/submit or share (in the case of TestFlight).

Hope this helps.

Neat answered 27/4, 2011 at 17:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.