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
I had the same error, but the reason turned out to be having different iOS versions specified as Podfile's platform :ios and as my project's deployment target.