我有一个带xcode和swift 1.2的虚拟机 一些代码包括:
func locationManager(manager: CLLocationManager, didChangeAuthorizationStatus status: CLAuthorizationStatus) {
//if authorized "do stuff"
}
它按预期工作,它抓住我在之前打开的设置中允许位置服务。然后呢"做了什么。在我的phyctical mac上使用swift 2,情况并非如此。我允许位置和调试器不会捕获更改。
原因让我望而却步。任何正确方向的提示都将受到赞赏。