xcode - Undefined symbols for architecture armv7s in cocos2dx ios -


i getting these linker errors

cocos2d::cclayer::cctouchesbegan(cocos2d::ccset*, cocos2d::ccevent*)", referenced from: vtable splash in splash.o "non-virtual thunk cocos2d::cclayer::cctouchesbegan(cocos2d::ccset*,   cocos2d::ccevent*)",         referenced from: vtable splash in splash.o "cocos2d::ccsize::ccsize(cocos2d::ccsize const&)", referenced from: collision::iscollision() in collision.o "cocos2d::ccarray::count() const", referenced from:...and many more linker errors 

i using xcode 5.1 , cocos2dx 2.2 when removing armv7s able archive not able run game on iphone 5s has ios7.1. on lower versions gud.. if add armv7s architecture not able run on lower versions , none of device..i getting again linker errors

by adding unable archive game. error q0 register not found.. if there way fix

i have running , have: armv6 armv7 i386 valid architectures base sdk of ios 7.1.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -