I copied my project in a running state but the copied project doesn\'t work for me although the actual project is running fine. When I build my copied project it gives me th
If you are using CocoaPods, open yourProject.workspace instead of yourProject.xcodeproj.
CocoaPods
yourProject.workspace
yourProject.xcodeproj
I had a similar issue when I wanted to remove Alamofire from Cocoapods. then it needs to delete something:
Alamofire
Cocoapods
target -- Build Settings -- Other Swift Flags
This junk of code worked for me.