Building ios corePlot with Xcode 5.0 using a Dependent project scenario -
i new ios , writing ios 7.0 app uses coreplot (latest version 1.3). had "build active architecture" set yes - during development, did not run linking problem (i used static linking method described @ https://code.google.com/p/core-plot/wiki/usingcoreplotinapplications
then built , deployed on device (iphone 4, ios 7). worked fine - dont remember if asked change build settings or not. today morning, when tried run same code on simulator started giving me linker error. after doing research, realized need set build active architecture no , rebuild core plot using "dependent project install" strategy. stuck @ point need set header files search path. compilation fails detect header file. coreplot in directory coreplot_1.3.
the main linking error reads "ignoring file /users/rmenon/documents/developer/moneytrail/moneytrail/libcoreplot-cocoatouch.a, missing required architecture x86_64 in file /users/rmenon/documents/developer/moneytrail/moneytrail/libcoreplot-cocoatouch.a (3 slices)"
as part of attempt solve this, tried load coreplot project separately, change architecure stndard (armv7 nd armv7s) , tried build it. 2 deprecation errors below. in getting me compile library ios 7 can use same setting in debug , device appreciated! thank you!
you'll need update newer version of core plot. has been updated work xcode 5 , ios 7, haven't done release changes yet. can pull latest code mercurial or wait next release, should (within next week or so).
Comments
Post a Comment