0

I installed xcode 11.3.1 on a virtual mac installed on vmware. I just created a Single View App but although I didn't change anything, I'm not able to run it because of this error : “This app could not be installed at this time” [this is the detail of the error]

enter image description here

Can anyone help me?

Ruchi Makadia
  • 1,005
  • 1
  • 7
  • 20
  • this most likely seems to be an issue with the memory space, try clearing up some memory and also clean your build folder. – Shubham Jan 27 '20 at 10:29
  • I cleaned the build folder and checked memory pressure but it was green even when I tried to rebuild the app. I still get the error. – Ramin Rabbani Jan 27 '20 at 10:41
  • i'm also facing this same issue using MacBook pro.... have went through all solutions on the internet. – Zeeshan Ahmed Mar 05 '20 at 10:31

1 Answers1

0

Please try this Steps :

  1. Clean code
  2. Remove app from simulator/device if installed before
  3. try to install again

this will help you

chirag90
  • 2,211
  • 1
  • 22
  • 37
Tushar Moradiya
  • 780
  • 1
  • 6
  • 13