Xcode shows old, deleted xib files

后端 未结 13 1217
南旧
南旧 2021-01-17 09:22

I\'ve searched all over and haven\'t found any help...

I built a small test app with two UIViewControllers and their corresponding xibs. T

相关标签:
13条回答
  • 2021-01-17 10:25

    you can try to modify your XIBs a bit, so xCode will detect a modification through the last modified date in file system. then it will load the xib from its actual path, an not from xCode cache.

    0 讨论(0)
提交回复
热议问题