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

Manual installation for ios is incomplete. #130

Open
Msspl-PrashenjeetRoy opened this issue Feb 28, 2017 · 1 comment
Open

Manual installation for ios is incomplete. #130

Msspl-PrashenjeetRoy opened this issue Feb 28, 2017 · 1 comment

Comments

@Msspl-PrashenjeetRoy
Copy link

Fifth point content anchor url is giving 404 error.
5. Inside your ios directory add a file named Podfile with the following content

https://github.com/auth0/react-native-lock/blob/master/Podfile.template (this url is 404)

Please can anyone suggest that what will be the content that I can install lock in proper way.

Thanks

@lukewlms
Copy link

Here's our podfile that's working. It's just the version created by the automated installer, and I added the OneSignal line; Auth0 said that line is unnecessary though.

target 'ClientPOC' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  # use_frameworks!

  # Pods for tonypoc
end

# Auth0 Lock

pod 'Lock', '~> 1.26'
pod 'Lock/TouchID'
pod 'Lock/SMS'
pod 'Lock/Email'
pod 'OneSignal'

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

2 participants