Reputation: 81
I just downloaded and installed Livecode Community 6.0 and tried to create a standalone of my app.
BTW Livecode 5.5.4 works fine.
Any idea what's causing this?
Upvotes: 2
Views: 406
Reputation: 31
Check in Preferences under Mobile Support and see if iOS SDK is linked. Should be a green light if 5.1 and 6.1 are linked and available. Should also have text that states "Available device SDKs: 5.1,6.1" and "Available simulators: 5.1,6.1"
Upvotes: 1
Reputation: 389
My reading of the error says you're trying to build a standalone for the simulator (i386) and yet trying to link it for the device (armv7).
Is that a setting you've got wrong?
I haven't tried this with LiveCode Community 6.0 myself.
Upvotes: 1