Ian Warburton
Ian Warburton

Reputation: 15676

XCode keeps asking me to convert to Swift 3

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

Answers (1)

rob180
rob180

Reputation: 901

I solved it by installing the beta version of Cocoapods: gem install cocoapods --pre

Upvotes: 1

Related Questions