Reputation: 12585
I'm trying to test my swift app on my iPhone 5 device. But I'm getting the following message:
I just updated my iPhone 5 and xCode 6 to the latest versions. Any ideas?
Upvotes: 1
Views: 357
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
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