Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 xamarin 创建 IOS 应用程序我通过在引用中添加 card.io dll 在我的应用程序中整合 card.io 它在调试时工作正常如果我移至 Adhoc 或 Appstore,它将引发本机链接失败错误 MT5210。
Card.IO 的指南指出我需要将 -lstdc++ 添加到 Xcode 中的“其他链接器标志”,但我不知道应该将它放在 Xamarin Studio 的选项中的哪个位置
我需要帮助。
您可以通过设置“附加 mtouch 参数”字段在 Xamarin 中设置 Xcode“其他链接器标志”。将以下值放入“其他 mtouch 参数”文本字段中。
-cxx -gcc_flags "-lstdc++"
“其他 mtouch 参数”字段的位置:右键单击项目 => 选项 => iOS 构建。