Search code examples
iospush-notificationibm-cloudibm-mobile-servicesibm-cloud-plugin

Bluemix Push Plugin error for Cordova iOS build


I am trying to integrate bluemix push services to my Cordova application. Using the sample from the link below:

https://github.com/ibm-bluemix-mobile-services/bms-samples-cordova-hellopush

When i follow the process on iOS and try to build the app, its giving me the following error on IMFClient from the framework.

Updated:

enter image description here


Solution

  • There seems to be architecture build issue when the app is run on a simulator.

    When the app is directly run on a device, I am able to build and run the app. :-)