ios - No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=armv7, VALID_ARCHS=armv6 i386) -
i getting error while building ios app.
no architectures compile (only_active_arch=yes, active arch=armv7, valid_archs=armv6 i386
).
i followings errors while trying use _acaccounttypeidentifiertwitter:
undefined symbols architecture armv7s:
"_acaccounttypeidentifiertwitter", referenced from: -[clshomepageviewcontroller twitterlogin:] in clshomepageviewcontroller.o "_objc_class_$_acaccountstore", referenced from: objc-class-ref in clshomepageviewcontroller.o ld: symbol(s) not found architecture armv7s clang: error: linker command failed exit code 1 (use -v see invocation)
and architecture settings follows:
architectures: standard architectures (including 64-bit) (armv7,armv7s,armv64) base sdk: latest ios (ios 7.0) build active architecture only: no valid architectures: arm64 armv7s armv7
go project, open project
(not target) ->build settings
, set build active architecture only
no
:
Comments
Post a Comment