Closed GoogleCodeExporter closed 8 years ago
In case the commit I'm using isn't clear - it's from Sunday, March 25, 2012.
Original comment by j...@roadfiresoftware.com
on 14 May 2012 at 6:45
Original comment by eskr...@mac.com
on 15 May 2012 at 12:21
I´m having the same problem In my project here at work, I´ll keep you posted
If I find the problem
Original comment by deadfalkon@gmail.com
on 21 May 2012 at 4:02
The Core Plot setting should be ARCHS = "$(ARCHS_STANDARD_32_BIT)"; for both
debug and release. This expands to armv6 armv7. Make sure the "Build Active
Architecture Only" setting in Core Plot and your app is "NO" for configuration
(debug and/or release) that you will build with xcodebuild.
Original comment by eskr...@mac.com
on 24 May 2012 at 1:04
Actually, with the iOS 5 SDK, "$(ARCHS_STANDARD_32_BIT)" expands to armv7 only.
Changing ARCHS to armv6 armv7 didn't solve the problem.
Original comment by j...@roadfiresoftware.com
on 24 May 2012 at 12:36
What about the "Build Active Architecture Only" setting?
Original comment by eskr...@mac.com
on 3 Jun 2012 at 10:38
It looks like this fixed it for me: http://www.timac.org/CorePlot/
4 files to replace.
Original comment by m...@stuffmc.com
on 21 Jun 2012 at 12:38
Set ARCHS = "$(ARCHS_STANDARD_32_BIT) armv6" if you need both ARM
architectures. Recent changes to the code fixed the type issues fixed by the
code in comment #7.
Original comment by eskr...@mac.com
on 4 Aug 2012 at 11:06
Original issue reported on code.google.com by
j...@roadfiresoftware.com
on 14 May 2012 at 6:43