reactjs - React Native project building failure -


i getting familiar react native. after installation, tried test new project :

react-native init awesomeproject cd awesomeproject react-native run-ios 

but indicates failure build added below:

2016-11-13 13:15:08.325 xcodebuild[2263:13925]  dvtassertions: warning in /library/caches/com.apple.xbs/sources/idexcode3projectsupport/idexcode3projectsupport-11527/xcode3core/legacyprojects/frameworks/devtoolscore/devtoolscore/buildsystem/dependencygraph/xcdependencygraph.mm:688 details:  unable write dependency graph: don’t have permission save file “rctactionsheet.build” in folder “debug-iphonesimulator”. object:   <xcdependencygraph> method:   +loadorcreateinbuilddirectory:withtargetbuildcontext:withbasepath: thread:   <nsthread: 0x7fc1bef7a090>{number = 9, name = (null)} please file bug @ http://bugreport.apple.com warning message , useful information can provide. 

advice please.


Comments

Popular posts from this blog

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -