Command /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool failed with exit code 255

前端 未结 3 854
清酒与你
清酒与你 2021-01-20 07:24

I am trying to run an application in iphone4 device but not able to build an app, getting following error :

Command /Applications/Xcode.app/Contents/Developer/usr/bi

3条回答
  •  遇见更好的自我
    2021-01-20 07:29

    I faced similar problem in Xcode 7.2.1 and spend 3 hr to figure out the exact issue .

    Most of the answer dint solve my problem so thought to share solution here :

    Applying wrong Constraint (either Autolayout or Size class) may produce this error , just go through the runtime warning by autolayout and fix it which finally solve uer bin - ibtool issue .

提交回复
热议问题