remobile / react-native-toast

A android like toast for android and ios, android use native toast, ios use UIView+Toast
MIT License
346 stars 145 forks source link

"RCTLog.h" cannot be found #1

Closed sophiaWang611 closed 8 years ago

sophiaWang611 commented 8 years ago

when i import this component, project will be fail with ' "RCTLog.h" cannot be found'!

this is cause by wrong head search path in this project, should replace "$(SRCROOT)/../../../react-native/React" to "$(SRCROOT)/../../react-native/React"