blee908
blee908

Reputation: 12585

Can't Run xCode 6 Beta 5 Swift App on iPhone 5?

I'm trying to test my swift app on my iPhone 5 device. But I'm getting the following message:

enter image description here

I just updated my iPhone 5 and xCode 6 to the latest versions. Any ideas?

Upvotes: 1

Views: 357

Answers (2)

LinusG.
LinusG.

Reputation: 28952

You cannot run the app when it is made with swift because that comes with iOS 8. you need the beta on your iPhone And you cannot use swift for iOS 7 programming

Upvotes: 1

blee908
blee908

Reputation: 12585

Found out the issue was my deployment target in build settings is 8.0, it should be 7.0 if I want my swift app to run in iOS 7.

Upvotes: 1

Related Questions