Unable to open executable - xcode

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

    I solved this by deleting the path specified in both Header Search Paths and Library Search Paths, found under Targets - Build Settings - Search Paths. The application now builds and runs cleanly on the iOS simulator.

    I do not yet have real-device testing capability, so we'll see what happens when I get to that point.

提交回复
热议问题