Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Project won't run on iOS Device

Xcode gives me this message every-time I try running my app on my iPhone. (Works fine on the simulator.) (And this occurs in every project I have.) (I also just downloaded Xcode again.)

This is the message I get.

App Installation Failed.
Unknown Error Occurred.

How do I fix this error?

like image 919
Amit Kalra Avatar asked Jul 09 '15 01:07

Amit Kalra


People also ask

How do I run an Xcode project on my iPhone?

Open up a project in Xcode and click on the device near the Run ▶ button at the top left of your Xcode screen. Plug your iPhone into your computer. You can select your device from the top of the list. Unlock your device and (⌘R) run the application.

Does Xcode work on iOS?

Xcode is a complete developer toolset for creating apps for Mac, iPhone, iPad, Apple Watch, and Apple TV.

Which iOS version does Xcode 12.4 support?

Xcode 12.4 includes SDKs for iOS 14.4, iPadOS 14.4, tvOS 14.3, watchOS 7.2, and macOS Big Sur 11.1. The Xcode 12.4 release supports on-device debugging for iOS 9 and later, tvOS 9 and later, and watchOS 2 and later. Xcode 12.4 requires a Mac running macOS 10.15. 4 or later.


1 Answers

Unplugging iOS Device and plugging it back it in fixed it for me.

like image 119
Oliver S Avatar answered Oct 06 '22 07:10

Oliver S