Unable to run app in Simulator Xcode 6

后端 未结 4 1417
無奈伤痛
無奈伤痛 2021-01-22 08:06

Yesterday i was testing my app in the iOS simulator and everything was working fine. I then decided to run the app on my iPhone and i got the error unable to install appli

4条回答
  •  爱一瞬间的悲伤
    2021-01-22 08:51

    In that kind of cases I usually :

    • Product > Clean
    • Close xCode
    • Delete the Derived Data (in ~/Library/Developer/Xcode/DerivedData subfolders)
    • Delete the app on the iPhone
    • Reboot the iPhone
    • Restart and rebuild

提交回复
热议问题