I was trying to create a target of ios app binary in linux machine
target create ./test.app --arch arm64-apple-ios --platform remote-ios
Its throwing error:
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
I checked platform status(linux):
platform status Platform: remote-ios Connected: no SDK Path: No path
In ios, platform status:
platform status Platform: remote-ios Connected: no SDK Path: "/Users/bhupesh.kumar/Library/Developer/Xcode/iOS DeviceSupport/13.3 (17C54)"
Is there any way, I can set custom SDK path of DeviceSupport folder in linux?
question from:
https://stackoverflow.com/questions/65896959/can-i-customise-sdk-path-for-platform-status-of-lldb 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…