Simply trying to initialize a CLLocationCoordinate2D, getting EXC_BAD_INSTRUCTION

前端 未结 0 1024
臣服心动
臣服心动 2021-01-13 10:31

Why would this cause an error in a Swift Playground?

import Cocoa
import CoreLocation
let loc = CLLocationCoordinate2D(latitude: 43.0777, longitude: -79.0754)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题