We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
I got this working by linking the lib's xcodeproj in the libraries of my parent xcodeproj as described here
I also needed to add HEADER_SEARCH_PATHS as mentioned here
My search_paths look like this now and I was able to successfully build from Xcode.
buildSettings = { HEADER_SEARCH_PATHS = ( "$(inherited)", /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(SRCROOT)/../../../React/**", "$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core/**", "$(SRCROOT)/../../react-native/React/**", ); ... };
hope it helps anyone that may end up here
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: