ios - "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, couldn't run on real device anymore. noticed sdk include "resources" group. couldn't able run project on real device after renaming , deleting "resources" group. i'm using "scanapisdk-10-3-41 2" on xcode 7.3.1 , trying run on ipad air 2.

i'm posting answer in case if other people face same problem in future. commented in original question. issue solved removing space in project target name (eg. sample project -> sampleproject). i'm not sure real reason causing problem. don't face anymore issue after re-name project target.

edit : faced problem again after installing frameworks using cocoapods. managed solve problem workaround (re-naming target).


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -