Xcode: simulators shows correct xib interface, but on device, it's showing old interface [duplicate]

一笑奈何 提交于 2019-12-13 07:08:20

问题


Possible Duplicate:
Xcode shows old, deleted xib files

My problem is: I have updated one of the xib file in Xcode, it works well for iPhone/iPad simulators, but when I try to run on device (iPhone), it still shows the old interface.

I have tried delete the app on device, clean the project in Xcode and run it on device again. For several times. But still showing old xib file UI.

Does anybody know how to solve this issue?


回答1:


Two possible solutions: 1. Look into your localized xib files - maybe you have forgotten one 2. Clear dervived data.




回答2:


If clean project target and reinstall not work, try to change your device's locale setting or reboot it.



来源:https://stackoverflow.com/questions/12236450/xcode-simulators-shows-correct-xib-interface-but-on-device-its-showing-old-i

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!