Swift iOS API controller stopped working

前端 未结 1 1277
一向
一向 2021-01-14 21:14

I am using a file to handle my calls to my APIs which looks like this:

import UIKit

protocol APIControllerProtocol {
    func JSONAPIResults(results: NSArra         


        
相关标签:
1条回答
  • 2021-01-14 22:13

    Lots of People are reporting a bug with Xcode 6.0 GM and Wifi connection.

    In order to resolve this issue try these steps

    • Close your Simulator
    • Close your Xcode
    • Go to your DerviedData folder and remove all folders underneath it. (~/Library/Developer/Xcode/DerivedData) Don't worry the folders will be created again when you open your project in Xcode.
    0 讨论(0)
提交回复
热议问题