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

Cordova Push notifications Plugin for IBM Cloud Mobile Services
Apache License 2.0
9 stars 9 forks source link

ARC Semantic issue xcode 9 #93

Closed andaqui closed 6 years ago

andaqui commented 6 years ago

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

andaqui commented 6 years ago

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.

AnanthaKrish commented 6 years ago

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

andaqui commented 6 years ago

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.

AnanthaKrish commented 6 years ago

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