Unable to open executable - xcode

前端 未结 9 983
醉酒成梦
醉酒成梦 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:34

    I was getting the same error dialog. It turns out I had two consts of the same name declared in different files and the compile was failing with no meaningful error output, only this problem. After doing the DWARF thing discussed here I was able to get better error output that helped me find the problem

提交回复
热议问题