Alex Alexander
Alex Alexander

Reputation: 81

livecode building standalone for iOS error: There was an error while saving the standalone application linking for armv7 failed with Id:

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?

Upvotes: 2

Views: 406

Answers (2)

Thomas McGrath III
Thomas McGrath III

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

Mark Wilcox
Mark Wilcox

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

Related Questions