Unable to open executable - xcode

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

    In my case I had accidentally #imported the implementation file of a class instead of the header file (#import "MyClass.m" instead of #import "MyClass.h"). Unfortunately the error message for this innocent mistake is the opposite of helpful.

提交回复
热议问题