Skip to content

Instantly share code, notes, and snippets.

@ashokds
Created March 27, 2017 06:33
Show Gist options
  • Save ashokds/b72e8280ae98ea4351c5ea5ff459d03e to your computer and use it in GitHub Desktop.
Save ashokds/b72e8280ae98ea4351c5ea5ff459d03e to your computer and use it in GitHub Desktop.
Janrain dynamic framework issue: pod install output
me.kon @ ~/workspace/janrain-demo/JanrainPodDemo $ pod install
Analyzing dependencies
Pre-downloading: `Janrain` from `https://github.com/janrain/jump.ios.git`, tag `5.0.3`
Downloading dependencies
Installing AppAuth (0.7.1)
Installing GTMAppAuth (0.5.0)
Installing GTMSessionFetcher (1.1.9)
Installing Janrain (5.0.3)
Installing libextobjc (0.4.1)
Generating Pods project
Integrating client project
[!] Please close any current Xcode sessions and use `JanrainPodDemo.xcworkspace` for this project from now on.
Sending stats
Pod installation complete! There are 4 dependencies from the Podfile and 5 total pods installed.
$
@ashokds
Copy link
Author

ashokds commented Mar 27, 2017

Building "https://github.com/ashokds/janrain-5.0.3-pod-issue" project resuts in following error:

/.../janrain-demo/JanrainPodDemo/Pods/Janrain/Janrain/JREngage/Classes/JROpenIDAppAuthGoogleDelegate.h:28:9: 'AppAuth.h' file not found

/.../workspace/janrain-demo/JanrainPodDemo/Pods/Janrain/Janrain/JREngage/Classes/JROpenIDAppAuth.m:29:9: In file included from /.../workspace/janrain-demo/JanrainPodDemo/Pods/Janrain/Janrain/JREngage/Classes/JROpenIDAppAuth.m:29:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment