ibm-bluemix-mobile-services/bms-clientsdk-cordova-plugin-push

ARC Semantic issue xcode 9

Closed this issue · 4 comments

Hi.

Im having very irregular issues when building with xcode, it got it working once. After some days i retry to build the cordova project and to build through xcode but i always get "ARC Semantic issue" error in xcode so build fails.
I cant find any way to get through this now and i cannot find a solution. See printscreen. Any help would be appreciated.
screen shot 2018-02-20 at 12 50 50

I noticed that if i run cordova plugin add bms-push as the last plugin install, it works to build through xcode again. Not sure why.

@kumpanen Looks like iOS app is not able to link to CDVBMSPush . Add the push plugin after adding platforms, it should work fine then..

I add the push plugin after adding cordova platform, but i have to install bms-push plugin last (after other cordova plugins installs), otherwise this error happens. Im not sure if its another cordova plugin conflicting or not.

@kumpanen possibly yeah ... it’s conflict between plugin ..