Closed TimOliver closed 8 years ago
In the present project, the ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES build settings is being manually overridden to true, which is causing CocoaPods to show warnings each time it is run on the project (Even though the default value is true).
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES
true
This PR removes those overrides.
In the present project, the
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES
build settings is being manually overridden totrue
, which is causing CocoaPods to show warnings each time it is run on the project (Even though the default value istrue
).This PR removes those overrides.