Why am I getting ibtool failed with exit code 255?

前端 未结 30 2426
梦谈多话
梦谈多话 2020-11-29 22:34

All of a sudden I can\'t build my project. I get the following compiler error:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.pl

30条回答
  •  不知归路
    2020-11-29 23:14

    I was working within a secondary git branch when I encountered the '255' problem.

    I merely switched back to my main git branch, cleaned the project and run. No problems as I had expected.

    Then I switched back to the 'problem' git branch and rebuild it with success.

    Gremlins.

提交回复
热议问题