Jedes Mal, wenn ich die Systemeinstellungen öffne, authentifiziere ich mich und schalte mich ein Standortdienste aktivieren . Das Kontrollkästchen scheint aktiviert zu sein, aber wenn ich die Systemeinstellungen schließe und nachschaue, ist es wieder deaktiviert.
In diesem Fall wird Folgendes protokolliert:
12-03-16 10:06:37.206 AM [0x0-0xee0ee].com.apple.systempreferences: ERROR,Time,353610397.205,Function,"CLInternalSetLocationServicesEnabled",CLInternalSetLocationServicesEnabled failed
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,1 CoreLocation 0x00007fff8b2b77be CLInternalSetLocationServicesEnabled + 110
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,2 Security 0x000000010effc65c SecurityPrefDebugLog + 4356
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,3 CoreFoundation 0x00007fff909c075d -[NSObject performSelector:withObject:] + 61
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,4 AppKit 0x00007fff88adecb2 -[NSApplication sendAction:to:from:] + 139
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,5 AppKit 0x00007fff88adebe6 -[NSControl sendAction:to:] + 88
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,6 AppKit 0x00007fff88adeb11 -[NSCell _sendActionFrom:] + 137
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,7 AppKit 0x00007fff88addfd4 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2014
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,8 AppKit 0x00007fff88b5dd04 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 489
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,9 AppKit 0x00007fff88adcbde -[NSControl mouseDown:] + 786
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,10 AppKit 0x00007fff88aa76e0 -[NSWindow sendEvent:] + 6306
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,11 System Preferences 0x000000010a238a17 System Preferences + 31255
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,12 AppKit 0x00007fff88a4016d -[NSApplication sendEvent:] + 5593
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,13 System Preferences 0x000000010a237c61 System Preferences + 27745
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,14 AppKit 0x00007fff889d61f2 -[NSApplication run] + 555
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,15 AppKit 0x00007fff88c54b88 NSApplicationMain + 867
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,16 System Preferences 0x000000010a232d9c System Preferences + 7580
12-03-16 10:06:37.208 AM [0x0-0xee0ee].com.apple.systempreferences: STACK,Time,353610397.205,17 ??? 0x0000000000000002 0x0 + 2
Was muss ich tun, um die Ortungsdienste zu aktivieren?
Dies ist ein iMac7.1, auf dem 10.7.3 ausgeführt wird. Ich habe versucht, die Ortungsdienste mit jeder Version zu aktivieren, und es hat noch nicht funktioniert. WiFi ist eingeschaltet, obwohl ich über ein Kabel verbunden bin, da ich hier am Rande meiner Reichweite bin.
macos
geolocation
Steven Fisher
quelle
quelle
Antworten:
Könnte mit diesem Fehler zusammenhängen:
Wenn Sie den iPhone-Simulator über Xcode ausführen, werden die Ortungsdienste des Mac deaktiviert.
Hast du den iPhone Simulator am Laufen?
quelle