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

Question: Inherit default Xcode settings? #35

Closed
priteshshah1983 opened this issue Apr 13, 2015 · 2 comments
Closed

Question: Inherit default Xcode settings? #35

priteshshah1983 opened this issue Apr 13, 2015 · 2 comments

Comments

@priteshshah1983
Copy link

Are these settings self-sufficient? Or is it recommended to use these settings along with the default settings that Xcode generates for a new project? If these are self-sufficient, I'm assuming the settings defined in Xcode should be deleted.

@fabb
Copy link

fabb commented Apr 13, 2015

For our project, I removed most of Xcode's custom settings. Use the "Levels" view in Build Settings to see which settings come from Defaults/xcconfigs/Project/Target Settings. Watch out if you have non-default ARCHS and use cocoapods, as cocoapods ignores the archs configured in xcconfig files when creating the Pods project.

@priteshshah1983
Copy link
Author

Thanks @fabb! If you can point me to an example for an iOS static library project, that would be great.

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

No branches or pull requests

2 participants