我可以为lldb的平台状态自定义SDK路径吗?

问题描述

我试图在 linux 机器上创建一个 ios app 二进制文件的目标 target create ./test.app --arch arm64-apple-ios --platform remote-ios

它的抛出错误doesn't contain any 'remote-ios' platform architectures: arm64,armv7,armv7f,armv7k,armv7s,armv7m,armv7em,armv6m,armv6,armv5,armv4,arm,thumbv7,thumbv7k,thumbv7s,thumbv7f,thumbv7m,thumbv7em,thumbv6m,thumbv6,thumbv5,thumbv4t,thumb

我检查了平台状态(linux):

platform status Platform: remote-ios Connected: no SDK Path: No path

在ios中,平台状态: platform status Platform: remote-ios Connected: no SDK Path: "/Users/bhupesh.kumar/Library/Developer/Xcode/iOS DeviceSupport/13.3 (17C54)"

有什么办法,我可以在linux中设置DeviceSupport文件夹的自定义SDK路径吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)