iOS 10: “[App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction”

前端 未结 6 1531
生来不讨喜
生来不讨喜 2020-11-28 00:41

I sometimes get this message in the logs of Xcode 8b3 when running my app, everything seems to work, but I\'d like to know where this comes from. Google did not help at all.

6条回答
  •  眼角桃花
    2020-11-28 01:18

    OS_ACTIVITY_MODE = disable
    

    This will also disable the ability to debug in real devices (no console output from real devices from then on).

提交回复
热议问题