由于库是 32 位而不是 64 位导致的 JSONStore 错误
JSONStore error due to library being 32-bit instead of 64-bit
此问题 但适用于 MobileFirst Platform Foundation 7.0 和 7.1。但是我在 v8.0 中遇到了这个问题。见下图。
我们正在使用:
- cordova-plugin-mfp 8.0.2016122615
- cordova-plugin-mfp-jsonstore 8.0.2016110713
与伊丹商量后,
我得出的结论是 cordova-SQLite-storage 导致 JSONStore 在尝试获取 64 位 libcrypto 时无法初始化(由我自己测试,请参阅问题的评论部分)
删除 SQLite 存储后:
我会尝试联系其他插件提供商。
希望对您有所帮助
此问题
我们正在使用:
- cordova-plugin-mfp 8.0.2016122615
- cordova-plugin-mfp-jsonstore 8.0.2016110713
与伊丹商量后,
我得出的结论是 cordova-SQLite-storage 导致 JSONStore 在尝试获取 64 位 libcrypto 时无法初始化(由我自己测试,请参阅问题的评论部分)
删除 SQLite 存储后:
我会尝试联系其他插件提供商。
希望对您有所帮助