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 was archived by the owner on Aug 16, 2023. It is now read-only.
I keep getting this error. 'SimpleAuthProvider.h' file not found.
The only thing I've done is create a new project, create a podfile, added import SimpleAuth to ViewController.swift, and compile.
Podfile looks like this:
platform :ios, '8.0'
use_frameworks!
pod 'SimpleAuth/Facebook'
pod 'SimpleAuth/Twitter'
I keep getting this error.
'SimpleAuthProvider.h' file not found
.The only thing I've done is create a new project, create a podfile, added
import SimpleAuth
to ViewController.swift, and compile.Podfile looks like this:
I've attached a sample project.
http://www.filedropper.com/simpleauthtest
Thanks a lot!
The text was updated successfully, but these errors were encountered: