Inteface Buidler can't determine the type of "xx.xib" this may be due to a missing SDK.

旧城等待, 2023-10-17 14:31 104阅读 0赞

今天修改了一个xib文件更新时起了冲突,报错如下:

Inteface Buidler can’t determine the type of “xx.xib” this may be due to a missing SDK.

Center

解决如下:

1、选中冲突的文件,单击右键选择Open As ——> Source Code

Center 1

2、修改冲突:Command+F搜索“====”,找出冲突,原因是toolsVersion和systemVersion版本冲突,去掉其中一个修改的,重新运行

Center 2

发表评论

表情:
评论列表 (有 0 条评论,104人围观)

还没有评论,来说两句吧...

相关阅读