Hi,
At the moment I can run iOS projects on the iOS simulator from command line using:
lime test ios -debug -simulator
And it boots the simulator and everything works fine, apart from I can’t get any console log output.
So I assume the way to get that would be to tell it to generate an xcode project (using -xcode) and then at the top of the screen in xcode where it has the target device, select a simulator. This starts the build process but then I get the following error:
Building for ‘iOS-simulator’, but linking in object file (/Users/gregdenness/Programming/InertiaGooseTest/projectbase/export/ios/ProjectBase/lib/arm64-debug/libmbedtls_hxcpp.a2) built for ‘iOS’
I’m guessing it’s not using the simulator version of libmbedtls_hxcpp.a maybe?
Any help would be appreciated as it would be really handy to be able to target simulator from xcode,
Greg
