Xcode 11.2 - Unable to install App file to device?

前端 未结 20 2796
半阙折子戏
半阙折子戏 2020-12-29 18:32

I recently updated my OS to Catalina, and updated Xcode to 11.2. Since doing so, when I try to run a release version of my app on my device, I\'m simply given the error:

20条回答
  •  醉梦人生
    2020-12-29 19:02

    I manage to fix this issue when first I clean:

    cmd + k
    shift + cmd + k
    

    and then I delete all the content of Deriving Data the path of the folder should be like this

    /Users/youruser/Library/Developer/Xcode/DerivedData
    

    Or you can check it in

    Xcode -> Preferences -> Locations
    

提交回复
热议问题