我曾经检查/var/log/secure.logssh连接尝试.但是自从升级到Mountain Lion后它就消失了.
/var/log/secure.log
logging osx-mountain-lion
我有一个单元测试,它调用CNContactStore()例如上的方法CNContactStore().execute(saveRequest)。因此,会弹出联系人权限对话框,例如推送通知警报,但联系人权限对话框不会自动关闭。我知道如何在 UI 测试中执行此操作,addUIInterruptionMonitor()但不知道如何在单元测试中执行此操作。
CNContactStore()
CNContactStore().execute(saveRequest)
addUIInterruptionMonitor()
permissions xcode unit-testing ios swift
ios ×1
logging ×1
osx-mountain-lion ×1
permissions ×1
swift ×1
unit-testing ×1
xcode ×1