lanayotech / vagrant-manager

Manage your vagrant machines in one place with Vagrant Manager for OS X
vagrantmanager.com
MIT License
1.87k stars 84 forks source link

supports latest CocoaPods version by specifying target in Podfile #150

Closed ecbrodie closed 7 years ago

ecbrodie commented 7 years ago

I was doing local development to chase down an issue that I ended up having trouble reproducing.

The output of that effort was an update to the Podfile to support the latest version of CocoaPods. I was not able to download the project's dependencies and build the project in Xcode without specifying the target of this dependency. According to this post, specifying the target is the new standard.

chriswayoub commented 7 years ago

Thanks for the contribution!