ios - Cordova project with sub project build fails -


i'm developing cordova based ios app. want add vk social network sdk project. doc requires add project subproject main project.

the problem subproject of vk has own bundle identifier com.vk.vksdkframework of course different project bundle id.

when run cordova build ios --device, following error:

=== build target vksdkframework of project vk-ios-sdk  configuration debug ===  check dependencies code sign error: provisioning profile not match bundle identifier:  provisioning profile specified in build settings (“iphone 4s”)  has appid of “com.myappid” not match bundle  identifier “com.vk.vksdkframework”. 

it builds expected in xcode not cordova. there way ignore check bundle id?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -