很简单,但也记录一下吧。
项目编译报如下错误
error: unable to read property list from file: /Users/xxx/Documents/work/xxx/xxx/xxx/Resources/Info.plist: The operation couldn’t be completed. (XCBUtil.PropertyListConversionError error 1.) (in target 'xxx' from project 'xxx')
根据提示显示是无法读取info.plist文件,顺藤摸瓜,找到info.plist文件,Xcode打不开。
鼠标右击info.plist -> Open As -> Source Code 打开info.plist的html文件,查看里面是否有冲突。
果然是冲突所致
<<<<<<< .mine<string>$(MARKETING_VERSION)</string>
||||||| .r12633<string>20.07.001</string>
=======<string>20.09.-052</string>
>>>>>>> .r12738
修改冲突重新编译即可。
本文发布于:2024-02-02 21:20:01,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170688000246505.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |