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
This happened due to change the Project Name or Miss the Pods from Your Project
if the Pods are Miss Then Following Method
If Above Method not Working so its Project name Issue then Go with following Method
run the Following Commands from Terminal
go to Your directory from terminal
pod deintegrate
pod clean
pod install
Done now open your xcWorkSpace file