* What steps will reproduce the problem?
1. Add CorePlot-CocoaTouch.xcodeproj as a subproject of a project using Core
Plot
2. Product > Archive to generate a distribution build (ad hoc or App Store)
* What is the expected output? What do you see instead?
An appropriately signed iOS App Archive should appear in the Xcode Organizer.
Instead, an unusable "Generic Xcode Archive" appears in the organizer.
* What version of the product are you using? On what operating system?
Core Plot 1.0
Xcode 4.3.1
* Please provide any additional information below.
The solution is described here:
http://astralbodies.net/blog/2011/03/27/xcode-4-problem-submitting-app-with-stat
ic-library/
There are two changes: 1) Move the build phase's Copy Header files to the
Project section, and 2) set Skip Install to Yes. The first change was made in
revision f659ad83c2c8 (issue 417), but the Skip Install setting is currently
No. It needs to be set to Yes in order for Archive to work properly.
Patch attached.
Original issue reported on code.google.com by 6foot2ey...@gmail.com on 19 Apr 2012 at 5:12
Original issue reported on code.google.com by
6foot2ey...@gmail.com
on 19 Apr 2012 at 5:12Attachments: