Simulator architectures in build

Hi,

If I have some multi target projects in a solution how do I get it to build for ios and watchos simulators ?

It doesn’t seem to do anything until I add the appropriate app, in this case ios and then the folder appears

Screen Shot 2021-12-29 at 4.42.53 PM

Cheers,
John

I don’t understand. if yo do a rebuild, or if you selecta Simulator device in the CrossBox popup, it will build for Simulator.,

to set the architectures, set SimulatorArchitecture (e.g. to all, to to a specific set). In addition there’s also MacCatalystArchitecture, for iOS.

Im seeing if I can create a watch app with the ui in xcode and everything else in Oxygene. Thats why all I have are the static libraries in Fire.

Thanks for all the help, I got it working. At least in the simulator so far :slight_smile:

Screen Shot 2021-12-30 at 5.19.34 PM

swiftui and it calls a method on a class in Oxygene to get the string.

I was wondering if it was possible to combine the simulator and non simulator .a files ? I did a lipo on the both of them to make it easier to build in xcode.

very cool!

Bad idea, especially now that simulator and device potentially run the same arcitectures.