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

armv6 Slice #446

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Include libCorePlot-CocoaTouch.a (from Core Ploty 1.o) in an iOS project.
2. Set that project/target to build for armv7 and armv6.
3. Attempt to build for archive.

This worked well for previous version of Core Plot. When I try to build the 
project with Core Plot 1.0 I now receive a linker error stating that "... 
libCorePlot-CocoaTouch.a, file is universal but does not contain a(n) armv6 
slice for architecture armv6". I've tried rebuilding the Core Plot project with 
armv6 added to the supported architectures list but I get the same error. Is 
there a version of libCorePlot-CocoaTouch.a out there that works for both armv6 
and armv7?

Original issue reported on code.google.com by mike.whe...@connec.ca on 21 Jul 2012 at 4:52

GoogleCodeExporter commented 8 years ago

Original comment by eskr...@mac.com on 21 Jul 2012 at 5:39

GoogleCodeExporter commented 8 years ago
i faced the same problem, and after long time of research i concluded
 -set deployment target to 4.3 
 -set architecture to Standard(armv7)
 -set active architecture only to NO

and you are good to go.

Reason is that when you set deployment target to 4.3 it wont ask you for 
architecture armv7

Original comment by abdul.sa...@geniteam.com on 21 Nov 2012 at 7:44