【发布时间】:2017-09-23 09:04:47
【问题描述】:
我正在尝试从我的 Xamarin Forms 项目运行 iOS 模拟器。一个月前我有它工作,当我回到它时,我收到以下错误:
error MT0026: Could not parse the command line argument '-sdk': Version string portion was too short or too long.
我更新了所有 NuGet 包并更新了 Xamarin 本身。
关于这个问题,我唯一能找到的是:Xamarin.iOS Errors
另外,我的 mac 是最新的,我确保 xcode 也是最新的。
【问题讨论】:
-
仅供参考:当 Info.plist 中的 MinimumOS 版本为“10”而不是“10.0”且命令行参数 -targetver 时,MT0026 错误也出现在 Xamarin 项目中
标签: ios xamarin xamarin.ios xamarin.forms