Hi,
I just added this to what used to be an attached Expo project. These were my command-line steps:
I then opened my project's xcworkspace in Xcode and clicked the Build button. I'm getting one error, in file Voice.h:
'React/RCTBridgeModule.h' file not found
I went looking for this file and I see that it's in my ios/Pods/Headers/Private/React/React directory. So what's going on? Please help!
Thanks,
Alvaro
Inside Xcode, I clicked on the Voice.xcodeproj file under Libraries and added this to Build Settings/Search Paths/Header Search Paths: $(SRCROOT)/../../../ios/Pods/Headers/Private/React. That got rid of the error temporarily but it's not the proper solution since it required a change to node_modules file (project.pbxproj).
I think this is a problem only when using cocoapods
:tada: This issue has been resolved in version 1.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Most helpful comment
Inside Xcode, I clicked on the Voice.xcodeproj file under Libraries and added this to Build Settings/Search Paths/Header Search Paths: $(SRCROOT)/../../../ios/Pods/Headers/Private/React. That got rid of the error temporarily but it's not the proper solution since it required a change to node_modules file (project.pbxproj).