iOS5 Storyboard error: Storyboards are unavailable on iOS 4.3 and prior

前端 未结 18 1202
礼貌的吻别
礼貌的吻别 2020-12-02 09:33

I\'ve built a small app using storyboards and it ran great. Just before final testing I decided to try it out to see if it runs on iOS 4.3. I clicked on the gray 5.0 in the

18条回答
  •  眼角桃花
    2020-12-02 10:08

    This seems to be a bug in the latest XCode that I've also run into too, did try the OP's solution of changing debugger and that had no effect.

    It cropped up for me since I tried storyboard with 4.3 and then tried to change back.

    My solution was to close XCode, open it again and clean. Then I compiled and it worked fine.

    Hope this helps others.

提交回复
热议问题