Unable to open executable - xcode

前端 未结 9 978
醉酒成梦
醉酒成梦 2020-12-17 17:52

I\'m getting this error...any idea how to solve it?

GenerateDSYMFile /Users/fmota/Library/Developer/Xcode/DerivedData/PBTest-gvudadeakgzklbekugyiqyfyprlt/Bui         


        
相关标签:
9条回答
  • 2020-12-17 18:40

    And here's yet another cause: repeated use of [unowned self] inside of nested blocks.

    0 讨论(0)
  • 2020-12-17 18:40

    Another thing to check -- if you have "Continue build after errors" set to YES, then a compile error (which you may have missed in the issue pane) can eventually lead to this error. Fix the compile error to resolve it.

    0 讨论(0)
  • 2020-12-17 18:47

    I have also faced that problem. I have closed, restarted Xcode; deleted the application from device and reinstalled it again, then the problem has gone.
    Make sure the library and project files is truly included if it is not include it shows in red color in this type of case some time it is in original folder and not in project so delete it and add it again.

    0 讨论(0)
提交回复
热议问题