-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
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
Unable to run project after installing library #778
Comments
ummmm....i downgraded RN version in library from 0.78 to 0.75.3 and re-run codegen, now it's finally working, but the question is - is it the solution? |
also in
|
I had the same issue. In the podspec file: https://github.com/Luxlorys/react-native-apple-health-kit/blob/master/ReactNativeAppleHealthKit.podspec I had to wrap the
|
Hey I think I will need more details. The following setup worked for me:
Everything worked fine. Can you setup a reproducible example of the app which you installed your library to? What React Native version does the app use? Is the new architecture enabled there? |
that's the problem, i tried to install the library to project with 0.75.3 RN (new arch enabled ofc) Check repo here For >0.76.0 RN your library will work fine, but my project uses 0.75.3, so i downgraded library RN to 0.75.3 and Spec file was totally different To check it download my library with version 0.1.5, install pods and got to
But if you install my library with version 0.5.0, install pods and got to |
Hey @Luxlorys can you check if you still have issues after disabling May also need to bump |
Description
I created library using create-react-native-library, removed android folder and scripts that referenced android, example build for both android and ios worked well, i pushed library to npm and installed to another project, dependencies and pods installed without any problem but could not build IOS buid
link to package
link to repo
Packages
Selected options
Link to repro
https://github.com/Luxlorys/react-native-apple-health-kit
Environment
The text was updated successfully, but these errors were encountered: