-
-
Notifications
You must be signed in to change notification settings - Fork 839
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
Build failure - Missing libReactNativePermissions.a #42
Comments
Have you added the ReactNativePermissions project to the libraries folder in your Xcode project? That may be the issue. Check out linking libraries on the Facebook ReactNative docs. |
@tomchinery really sorry for the late, late reply. Have you tried @crellison 's suggestion? |
Have the exact same issue. I tried @crellison 's suggestion but it doesn't seem to work. Any help would be appreciated (Couldnt find the |
@srshah19 - it's in xcode -> Libraries -> ReactNativePermissions.xcodeproj -> Projects |
@tomchinery - closing for now. If you're still experiencing this issue, please reopen |
Hello,
I can't seem to get this working, using React Native and have followed these steps from the readme:
npm install --save react-native-permissions
rnpm link
Then running
react-native run-ios
results in:I opened my project in xCode and found that
libReactNativePermissions.a
is missing in the ReactNativePermissions project. Any ideas?Cheers.
The text was updated successfully, but these errors were encountered: