Xcode shows old, deleted xib files

后端 未结 13 1247
南旧
南旧 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:24

    Just modify your XIB files a bit, then save them, xCode will detect a modification (last modified date in the file system) then load the xib from its actual path, and not from a cache-path :P

提交回复
热议问题