Closed ademcan closed 5 years ago
hey! - It's not possible to build the library within the xcodeworkspace instead link it into a project and develop in there.
Ok, I see, it makes sense. I indeed managed to use it into a project, but thought as a first step to build it alone... thank you for your help @maicki
What about if you want to write the unit tests for the library? Will you be doing that into another project?
@maicki @ademcan
I am creating a new issue as I cannot open the closed one. It seems that once the project is created React is not linked properly and give me the following error in the automatically generated header file: 'RCTBridgeModule.h' file not found I am running High Sierra with Xcode 10.
Steps to reproduce: react-native-create-library test cd react-native-test npm install npm link open ios/test.xcworkspace -> error in the RNTest.h file
Thank you