You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
The only thing that saves me is specifying Headers Search Path in Build Settings in Xcode project explicitly like this: "${SRCROOT}/../node_modules/react-native-lock/ios/A0RNLock/**"
Now, I've checked the config for sample-app example and you can see that the lookup path is specified here explicitly as well. Does it mean that I'm supposed to add it manually? If so, please update the README respectively.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've tried importing
"A0LockReact.h"
in myAppDelegate.m
, but it can't find the header:I've linked the library with
react-native link react-native-lock
, and you can see that the library is actually linked in Xcode project:The only thing that saves me is specifying Headers Search Path in Build Settings in Xcode project explicitly like this:
"${SRCROOT}/../node_modules/react-native-lock/ios/A0RNLock/**"
Now, I've checked the config for sample-app example and you can see that the lookup path is specified here explicitly as well. Does it mean that I'm supposed to add it manually? If so, please update the README respectively.
The text was updated successfully, but these errors were encountered: