"The application bundle does not contain a valid identifier" error after installing socket mobile scan api sdk

1.6k Views Asked by At

After installing Socket Mobile Scan Api Sdk via cocoa pod, I couldn't run on real device anymore. I noticed the sdk include "Resources" group. But I couldn't able to run the project on real device even after renaming and deleting the "Resources" group. I'm using "scanapisdk-10-3-41 2" on Xcode 7.3.1 and trying to run on ipad Air 2.

1

There are 1 best solutions below

0
On

I'm posting the answer just in case if other people face the same problem in the future. As I commented in the original question. This issue is solved by removing space in the project target name (eg. Sample Project -> SampleProject). I'm not sure about what is the real reason causing the problem. However I don't face anymore issue after I re-name my project target.

Edit : I faced the problem again after installing another frameworks using cocoapods. But I managed to solve the problem with a workaround (re-naming target).