ios - Problems with updating XCode 5 with Cocos2d -
xcode cannot run selected device. choose destination supported architecture run on devide.
i've tried changing supported architectures , right
arm62 , armv7 , armv7s
updated xcode 4.6 believe 5.0 , cant run application now. hope guys can me. thanks
(found similar question no answer)
i had similar issue while building sample app downloaded internet. tried lot of things cleaning project , setting valid architecture etc.. provided in other threads not helpful.
but, found out compiler not set in build options of build settings. check "compiler c/c++/objective-c"
i changed "compiler c/c++/objective-c" setting default compiler(apple llvm 5.0) , worked me!
but, need check "architectures" set in build settings.
i hope helps!!
Comments
Post a Comment