Swift - Unable to open file in target Xcode 10

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

    I tried below and error went away !!

    project name - SwiftExample

    Went to Pods -> Info -> Configurations -> Debug Change to None for Pods-SwiftExample

    Code compiles even after setting it back to original.

提交回复
热议问题