Swift - Unable to open file in target Xcode 10

前端 未结 15 1002
独厮守ぢ
独厮守ぢ 2020-12-30 23:06

I am trying to run Aplication which I have downloaded from GitHub.

When I run get error unable to open file in target, I have Xcode 10.

I already searched f

15条回答
  •  一个人的身影
    2020-12-30 23:17

    1- in xcode menu --> project --> clean build files

    2- close project

    3- in terminal cd

    4- in terminal pod update

    5- re-open project..xcworkspace file

    6- clean, build

    good luck

提交回复
热议问题