2

I just downloaded and installed Livecode Community 6.0 and tried to create a standalone of my app. enter image description here

enter image description here

BTW Livecode 5.5.4 works fine.

Any idea what's causing this?

2 Answers2

1

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.

Mark Wilcox
  • 389
  • 1
  • 7
  • I didn't change any settings between 5.5.4 and 6.0. When 5.5.4 runs it creates the standalone just fine. When 6.0 runs the simulator works, but the standalone creation fails with the error. I'm not sure where to look. – Alex Alexander Apr 11 '13 at 20:13
1

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"

  • Thomas, I've SDKs 5.1, 6.0 & 6.1 and Simulators 5.0, 5.1, 6.0 & 6.1 showing. I've linked the current version of Xcode along with 4.4.1 and 4.5.2 – Alex Alexander Apr 13 '13 at 01:22