Building for iOS Simulator, but linking in object file built for iOS

Thank you @joshtynjala .

Something not seems to be right though, when I tried to give this a test.
I updated Lime to 8.2.2. I connected my iPad device and also ensured that it is detected by the OS.

Upon running lime test ios it failed to installs reporting “No device connected”.

At the same time, if I ran xcrun xctrace list devices, I can see my device in connected list:

I checked my project has deployment target to 12, when my device was iOS v16+:
<config:ios deployment="12.0" />