cordova-plugin-crypto-file
cordova-plugin-crypto-file copied to clipboard
iOS run/build crash:
** BUILD FAILED **
The following build commands failed: CompileC /Users/.../Library/Developer/Xcode/DerivedData/
BackUp/cordova/platforms/ios/.../Plugins/cordova-plugin-crypto-file/CDVCrypt.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
To Reproduce Steps to reproduce the behavior:
-
install the latest cordova 10.0.0, [email protected]
-
cordova platform add ios (version 6.2.0)
-
cordova plugin add cordova-plugin-crypto-file
-
cordova build ios
-
error
-
if you remove the plugin: cordova plugin rm cordova-plugin-crypto-file
-
cordova build ios
-
BUILD SUCCEED