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 1530
生来不讨喜
生来不讨喜 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 00:52

    in your Xcode:

    • Click on your active scheme name right next to the Stop button
    • Click on Edit Scheme....
    • in Run (Debug) select the Arguments tab
    • in Environment Variables click +
    • add variable: OS_ACTIVITY_MODE = disable

    screenshot

提交回复
热议问题