Xcode build fails for react-native AwesomeProject -


i'm running xcode 4.6.3 on os x 10.7.5. i've set ios deployment target 6.1 in xcode , selected iphone 6.1 simulator. when hit run react packager appears , says ready.

xcode fails build 4 parse errors related rctimagedownloader.m , there 9 target integrity warnings:

/users/sm/awesomeproject/node_modules/react-native/libraries/adsupport/rctadsupport.xcodeproj ios deployment target '7.0' newer sdk 'ios 6.1' in target rctadsupport

what options resolving problem?

the tools not support building newer deployment target sdk supports. need lower deployment target 7.0 6.1 or use newer tools (which require newer version of osx well).


Comments

Popular posts from this blog

angularjs - Showing an empty as first option in select tag -

qt - Change color of QGraphicsView rubber band -

c++ - Visible files in the "Projects" View of the Qt Creator IDE if using the CMake build system -