Looking at the project file for Cocoapods Pods.xcodeproj
it looks like every single scheme for every library (except for Debug
scheme) has an optimization level of Fastest, Smallest
.
Is there a quick and easy way to change the Podfile
or some other configuration of Cocoapods so that the optimization level is None
for specific schemes when I use pod install
?
if config.name.include?("Localhost")
as well. – Reeve