I have changed my application name and bundle identifier and now when i'm trying to run my app it is showing an error that This app could not be installed at this time
. Why it is so? Why it isn't running the app?
Asked
Active
Viewed 2,106 times
2

Awais
- 89
- 1
- 2
- 16
-
1possible duplicate: https://stackoverflow.com/questions/47760643/xcode-this-app-could-not-be-installed-at-this-time – Faysal Ahmed Mar 27 '18 at 07:57
-
Reset the simulator and Clean your project. – Dixit Akabari Mar 27 '18 at 07:58
-
i know its been asked before and i have tried the solutions but it isn't working. @FaysalAhmed – Awais Mar 27 '18 at 07:58
-
1If you have already tried some things then write that in your question so it will be easier to help you. – Joakim Danielson Mar 27 '18 at 07:59
-
If you google a bit I’m sure you’ll figure it out – Cesare Mar 27 '18 at 08:16
1 Answers
0
I know the question has been answered but for others encountering the same issue I suggest following:
Check simulator logs, if its printing something useful. First, selecte simulator then from menu option open Debug -> Open System Logs. Make sure only 1 simulator is running. Delete the older version of app from the simulator. If you importing a custom framework, make sure custom framework->bundle-id is not same as currentAppProject->bundle-id. If you are not sure then simply change the bundle-id of current project. Also some of the simulators can be buggy -> Simply change the simulator, it may resolve the issue, for me changing the simulator worked.

QJA
- 16
- 2