So I have multiple projects all of which use cocoapods. For one of the projects we need to use the --no-integrate
flag I was wondering can we move this declaration to the podfile some how so we don't have to remember the difference every time we go into that file.
In the CocoaPods 1.0 betas, you can use:
install! 'cocoapods', :integrate_targets => false
In your Podfile.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With