How are XIBs loaded for localized apps?

前端 未结 4 787
情书的邮戳
情书的邮戳 2021-01-02 11:23

I found after a couple of days of successfully running and debugging localized apps on the Simulator it (or the XCode deployment process) got into a state where, if the Simu

4条回答
  •  独厮守ぢ
    2021-01-02 12:05

    Had the same symptom but different root cause I'd like to share. I removed the localization as McCygnus hinted at (thanks for that) but still got the same exception on iPads, only. It turned out that my Info.plist file contained a link to an iPad specific main window nib file (MainWindow-iPad.nib). After removing that, everything worked.

提交回复
热议问题