How to disable Xcode 5 automatically upgrade xibs to iOS7 appearance

前端 未结 4 1089
梦如初夏
梦如初夏 2021-02-03 10:32

If you open an Xcode 4.x project at Xcode 5 and then open a xib at Interface Builder, you will get an alert:

\"XCode

4条回答
  •  执笔经年
    2021-02-03 11:00

    I didn't have luck with either of these commands, but this one worked for me...

    defaults write com.apple.dt.xcode IBAlwaysUpgradeAutolayoutDocuments -int 0
    

提交回复
热议问题