Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App installation failed

Tags:

xcode

xcode6

ios8

In Xcode 6 Beta 5, when I attempt to run my app after building, I receive an error dialog that says:

App installation failed

Could not inspect the application package.

This happens on iOS 8 Beta 5, but not on iOS 7.1.1! I have not tested anything else.

Any ideas for how I can fix this?

like image 275
aleclarson Avatar asked Aug 11 '14 00:08

aleclarson


People also ask

How do I fix App installation failed?

The Android app not installed error can be combated after resetting app permissions. Go to Settings > Apps > Reset App Preferences/Reset Application Permissions. After this, third-party software can be installed on your device.

Why App is not getting installed?

Clear cache & data from Google Play Services Open your device's Settings app. App info or See all apps. Tap Google Play Services. Clear cache.

Why I can't install any App from Play Store?

If you still can't download after you clear the cache & data of the Play Store, restart your device. Press and hold the Power button until the menu pops up. Tap Power off or Restart if that is an option. If needed, press and hold the Power button until your device turns on again.


2 Answers

I had this problem. Solution is to uninstall the app. Then clean project and then install app.

like image 140
Jayprakash Dubey Avatar answered Sep 20 '22 18:09

Jayprakash Dubey


I solved it by uninstalling(removing) the application from device manually and Run xcode application again. It will work.

like image 33
Subhash Avatar answered Sep 18 '22 18:09

Subhash