在IOS上,我得到一个生成错误:/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.Shared.targets(3,3): Error MSB6006: "plutil" exited with code 1. (MSB6006)
这个错误将我引向这一行:
<OptimizePropertyList
SessionId="$(BuildSessionId)"
Condition="'$(IsMacEnabled)' == 'true'"
ToolExe="$(PlUtilExe)"
ToolPath="$(PlUtilPath)"
Input="%(_PropertyList.Identity)"
Output="$(DeviceSpecificIntermediateOutputPath)optimized\%(_PropertyList.LogicalName)">
</OptimizePropertyList>我遇到并尝试了以下问题的解决方案:Xamarin.ios错误MSB6006:与代码1一起退出的“协同设计”
我试过:
备注:
我已经搜索过谷歌,寻找解决这个问题的不同方案,但大多数似乎都与本地化字符串有关,而我的解决方案中却没有这些字符串。
如果提供援助,将不胜感激。
发布于 2022-06-23 07:17:39
我认为您的问题与这个plist文件GoogleServices.plist.You可能有错误的GoogleServices.plist版本有关。
请尝试删除的plist和重新下载和重新添加的plist。
https://stackoverflow.com/questions/72700732
复制相似问题