1

I am want to handle JSON on my Swift XCode app, I am stuck trying to mae SwiftyJSON work the first time. So far I have done what appears in this post, and I can access SwiftyJSON function calls from my code. However, the code inside SwiftyJSON.swift file that I dragged into my project is now crawling with "Replace as with as!" warnings. How can I get rid of those warnings? What could I be doing wrong?

4

1 回答 1

3

你需要,Replace as with as!因为你更新了你的xcode to 6.3.1and swift 1.2。您可以使用自动助手来解决问题。

于 2015-05-14T09:17:22.800 回答