mskw
mskw

Reputation: 10348

Is there a way to still debug iPhone 5s with Xcode 4

If i try to debug an iPhone 5s on Xcode 4 it will say:

Xcode does not know how to run code on "arm64" devices. However if I compile an adhoc ipa, it will install and run.

We still need Xcode 4 for temporary reasons.

Any ideas?

Upvotes: 4

Views: 1415

Answers (1)

Fabri Alexandre
Fabri Alexandre

Reputation: 11

A workaround is to use Organizer to copy your target app ( after you built it ) directly into your iPhone 5s.. Of course you can't debug it but at least you can run it on the device.

Upvotes: 1

Related Questions