Reputation: 15676
When I open my multi-project workspace, which uses Cocoapods, XCode asks if I want to convert the syntax to Swift 3. The problem is that I've already done this. I'm able to build my app with the deployment target set to 10.0.
So, why is it continuing to ask this question and how do I stop it?
Upvotes: 2
Views: 447
Reputation: 901
I solved it by installing the beta version of Cocoapods: gem install cocoapods --pre
Upvotes: 1