Why am I getting ibtool failed with exit code 255?

前端 未结 30 2332
梦谈多话
梦谈多话 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:17

    I faced same issue when i merge code form git with other developer code. i tried many time to clean my project. But nothing help me out.

    I open storyboard in source code. Start comparing with last working repositories storyboard. Then i found a same label appear two time in same screen. then i remove one of then and save. It helps me.

    you can check your xib or storyboard.

提交回复
热议问题