ibm-bluemix-mobile-services / bms-clientsdk-swift-analytics

Bluemix Mobile Services Analytics SDK
Apache License 2.0
6 stars 10 forks source link

Error when building with --mfpwebencrypt #43

Open bigkinglsu opened 6 years ago

bigkinglsu commented 6 years ago

Latest version (2.2.5) is causing an error at app start when building cordova app with --mfpwebencrypt. Reverting back to 2.2.4 fixes the issue and no longer get the error at app start. This is only an issue for iOS.

img_22392bcc4304-1

mohlogan commented 6 years ago

@bigkinglsu Hi Robert, mfpwebencrypt option suppose to encrypt only the web resources. But changes in level 2.2.5 doesn't have any web resource specific changes. All the changes are specific to native code.

Please revisit your settings. Also please rebuild your app by changing your Podfile set with 2.2.4 and 2.2.5 and check the behavior.

Thanks and Regards, Mohan

bigkinglsu commented 6 years ago

The only changes we made when this error started to happen is when we added bms-core. Prior to adding bms-core we were not seeing this error. Through trouble shooting I discovered the problem was specifically with version 2.2.5 because when we rolled back to 2.2.4 it started to work again.

bigkinglsu commented 6 years ago

I just went back and reproduced it again. Reverted to the latest of the bms-core plugin and latest pod and I started getting the error again. Rolled the plugin and pod back to the previous version and the error goes away.