Failed to locate required resources error when using a duplicate project
Failed to locate required resources error when using a duplicate project
I have an Xcode project which I duplicated and renamed to work on some new features. However, when I run my app from the duplicated project it crashes while the original still runs fine. I get this error when I run the duplicated project Failed to locate required resources. Please verify the reosurces bundle is imported. The app does not crash right after this line shows up in the log but I do not see it in the original project. I get this right after I instantiate Google Mobile Vision (I am using Google Mobile Vision through Cocoapods), could Cocoapods be giving me this error? What does the error mean? I ran pod install on the project twice already. When I duplicate a project (to work on new features or for backup) what steps should I take to make sure this error does not occur and how would I fix this issue?
Failed to locate required resources. Please verify the reosurces bundle is imported
pod install
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.