Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 430
cloudy45man Avatar asked Aug 24 '16 03:08

cloudy45man


1 Answers

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).

like image 185
cloudy45man Avatar answered Nov 04 '22 03:11

cloudy45man