Is it annoying that pod install
ing with development pods changes your target? Well now they won't be created for you anymore. There are good reasons for doing it, but not when working with an app.
Use a Gemfile. Here's a guide
Gemfile:
gem "cocoapods"
gem "cocoapods-no-dev-schemes"
Podfile:
plugin "cocoapods-no-dev-schemes"
[...]