美文网首页
升级到 XCode10.3 项目中的xib报错

升级到 XCode10.3 项目中的xib报错

作者: Felix的笔头 | 来源:发表于2019-08-23 13:44 被阅读0次

    error:Failed to find or create execution context for description ‘<IBCocoaTouchPlatformToolDescription: 0x7fe0ddceada0> System content for IBCocoaTouchFramework-ElevenAndLater <IBScaleFactorDeviceTypeDescription: 0x7fe0dd8606b0> scaleFactor=2x’. These intermediate objects were non-nil

    这是升级完xcode后,全局的xib报错

    使用终端进行解决:

    kill掉所有的模拟器的进程

    $ sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
    
    

    重新打开xcode,运行即可正常;如果仍然异常,需要重置所有的模拟器操作

    $ xcrun simctl erase all
    
    

    相关文章

      网友评论

          本文标题:升级到 XCode10.3 项目中的xib报错

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