-
Notifications
You must be signed in to change notification settings - Fork 458
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
Xcode 12.0 GM build settings #767
Conversation
a5094ec
to
9250fcc
Compare
@@ -381,6 +380,7 @@ module Constants | |||
'CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF' => 'YES', | |||
'CLANG_WARN_OBJC_LITERAL_CONVERSION' => 'YES', | |||
'CLANG_WARN_OBJC_ROOT_CLASS' => 'YES_ERROR', | |||
'CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER' => 'YES', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this might require an update in cocoapods to turn it off?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should already be done in CocoaPods/CocoaPods#9905
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup already done in CocoaPods/CocoaPods#9905
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry I hadn't refreshed before commenting :D
9250fcc
to
0e96cb6
Compare
Will require code changes, but this shows the default build settings diff