美文网首页
Xcode8取消运行时打印的数据

Xcode8取消运行时打印的数据

作者: 码上说 | 来源:发表于2017-06-21 14:09 被阅读98次

    Question:

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

    Answer:

    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

    References:

    1. Xcode8取消运行时打印的数据
    2. iOS 10: “[App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction”

    相关文章

      网友评论

          本文标题:Xcode8取消运行时打印的数据

          本文链接:https://www.haomeiwen.com/subject/lzczqxtx.html