【问题标题】:Xamarin Forms Error MT5303Xamarin 表单错误 MT5303
【发布时间】:2014-09-14 07:19:46
【问题描述】:

我收到错误 MT5303 并且我已经阅读了此链接: http://developer.xamarin.com/guides/ios/troubleshooting/mtouch-errors/ 但我不明白我应该如何以及在哪里使用 [LinkWith ("mylib.a", Frameworks = "SystemConfiguration")] 错误示例:

错误 4 MT5303:本机链接警告:警告:无法解析 dwarf 编译单元信息 /Users/sohrab/Library/Caches/Xamarin/mtbs/builds/FormsTemplateiOS/2a0e4ab7-d8b6-4ec8-8fda-ce9f9ce17f50/output/temp/mtouch-cache/Cirrious.CrossCore.dll.armv7.o 0 0

提前致谢。

【问题讨论】:

  • 我不难理解你在问什么。您能否就您尝试编译的项目类型、编译方式等提供更多背景信息。
  • 您能否添加指向完整构建输出的链接?那里可能有更重要的信息。

标签: c# xamarin.ios xamarin cross-platform


【解决方案1】:

[LinkWith] 是程序集级属性。您通常将其添加到您的 Property.cs 文件中,但这不是强制性的。

[assembly:LinkWith ("mylib.a", Frameworks = "SystemConfiguration")]

【讨论】:

    猜你喜欢
    • 2018-11-22
    • 2017-03-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-09-23
    • 2019-01-25
    • 2021-01-28
    • 2014-10-09
    相关资源
    最近更新 更多