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.
After upgrading to RN 0.43.3 and upgrading to react-native-lock 0.6.0, the react-native run-ios command results in the following error:
/Users/martwetzels/Desktop/Developer/Vire/node_modules/react-native-lock/ios/A0RNLock/A0LockReactModule.m:27:9: fatal error: 'Lock/A0SafariAuthenticator.h' file not found
#import <Lock/A0SafariAuthenticator.h>
^
1 error generated
Pod file:
platform :ios, '8.0'
target 'Vire' do
target 'VireTests' do
inherit! :search_paths
end
end
pod 'OneSignal'
pod 'HockeySDK'
pod 'Lock', '~> 1.29'
pod 'Lock/TouchID'
pod 'Lock/SMS'
pod 'Lock/Email'
pod 'RSKImageCropper'
pod 'QBImagePickerController'
React is at 16.0.0-alpha.6 and NPM at 4.2.0
The text was updated successfully, but these errors were encountered:
You don't have Lock/Safari inside your Podfile, so I think you have to re-link react-native-lock (probably react-native link react-native-lock would suffice).
After upgrading to RN 0.43.3 and upgrading to react-native-lock 0.6.0, the react-native run-ios command results in the following error:
Pod file:
React is at 16.0.0-alpha.6 and NPM at 4.2.0
The text was updated successfully, but these errors were encountered: