Swift - Unable to open file in target Xcode 10

whatlOol picture whatlOol · Nov 2, 2018 · Viewed 56.4k times · Source

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 for solution and get this one.

I had the same problem, but in Xcode 6.1.1 - what fixed it for me was to change the configuration file setting to None for the two Pods-related targets, then run pod install again.

The configuration file setting is found by selecting the project (not the target) and then the Info tab.

But cant find configuration file location.

Here is the error picture: https://i.stack.imgur.com/Ql3M5.png

Answer

Pushp picture Pushp · Nov 2, 2018

In File -> Project setting -> select Legacy Build System

Make sure you have opened .xcworkspace file and pod installed properly.