Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add framework search path #113

Closed
wants to merge 1 commit into from
Closed

Conversation

nitrog7
Copy link

@nitrog7 nitrog7 commented Mar 3, 2018

When adding manually in iOS, it is easier to keep the SDK files within the Documents directory similar to the Facebook SDK setup, https://developers.facebook.com/docs/ios/getting-started/ (see step 2).

So an additional search path has been added:
~/Documents/GoogleSDK/**

@@ -228,6 +228,7 @@
"\"${SRCROOT}/../../../ios/Pods/GooglePlacePicker/Frameworks\"",
"\"${SRCROOT}/../../../ios/Pods/GoogleMaps/Base/Frameworks\"",
"\"${SRCROOT}/../../../ios/Pods/GoogleMaps/Maps/Frameworks\"",
"~/Documents/GoogleSDK/**",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documents directory from your home directory? Why? :)

@nitrog7
Copy link
Author

nitrog7 commented Apr 6, 2018 via email

@tolu360
Copy link
Owner

tolu360 commented Mar 11, 2019

Thanks for your contributions here - would rather leave this to user specifications and preferences. In any case, there's a new beta release you should be aware of - 198

@tolu360 tolu360 closed this Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants