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:

change active architecture


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -