Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Lock/A0SafariAuthenticator.h #143

Open
martwetzels opened this issue Apr 12, 2017 · 2 comments
Open

Lock/A0SafariAuthenticator.h #143

martwetzels opened this issue Apr 12, 2017 · 2 comments

Comments

@martwetzels
Copy link

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

@Zip753
Copy link

Zip753 commented Apr 13, 2017

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).

@pbassut
Copy link

pbassut commented Jun 4, 2017

@Zip753 Thanks! That did it!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants