Swift - Unable to open file in target Xcode 10

前端 未结 15 995
独厮守ぢ
独厮守ぢ 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:36

    I can see many solutions already given there. But I believe the easiest way to resolve this problem is

    1. Open the project directory in Terminal
    2. Delete .xcworkspace file
    3. Run pod install

    That's it. The newly created .xcworkspace file will work without any problem.

提交回复
热议问题