I have a project which is shared between several developers. If i run pod install, the project is created, but the build schemes are not shared.
To share the complete workspace between all devs, this build schemes must be shared. I have the possibility to do that after creation of the workspacen.
But, is there a way to set shared flag in Cocoa Pods Build schemes automaticaly in the pod file?
CocoaPods is built with Ruby and is installable with the default Ruby available on macOS. We recommend you use the default ruby. Using the default Ruby install can require you to use sudo when installing gems.
For development pods, add the following to the Podfile:
install! 'cocoapods',
:share_schemes_for_development_pods => true
Reference at https://guides.cocoapods.org/syntax/podfile.html#install_bang
I don't think it is possible for non-development pods.
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