cordova-plugin-crypto-file icon indicating copy to clipboard operation
cordova-plugin-crypto-file copied to clipboard

iOS run/build crash:

Open inclusiveFuture opened this issue 4 years ago • 0 comments

** 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:

  1. install the latest cordova 10.0.0, [email protected]

  2. cordova platform add ios (version 6.2.0)

  3. cordova plugin add cordova-plugin-crypto-file

  4. cordova build ios

  5. error

  6. if you remove the plugin: cordova plugin rm cordova-plugin-crypto-file

  7. cordova build ios

  8. BUILD SUCCEED

inclusiveFuture avatar Nov 07 '21 22:11 inclusiveFuture