kaiserfarrell / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

CorePlot-CocoaTouch target needs Skip Install set to true for Archive builds #428

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
* 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

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by eskr...@mac.com on 19 Apr 2012 at 10:14

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 948372fc7bd3.

Original comment by eskr...@mac.com on 19 Apr 2012 at 10:28