mibrito707 / cordova-plugin-secure-storage-echo

Secure storage plugin for Apache Cordova
MIT License
73 stars 73 forks source link

IOS build issue using cordova-plugin-secure-storage-echo #42

Open ZooZoo28 opened 4 years ago

ZooZoo28 commented 4 years ago

Hi,

I am trying to put my project on the IOS test flight.

But every time I archive my project, it gives an error "error: Build input file cannot be found: Plugins/cordova-plugin-secure-storage/SAMKeychainQuery.m', SAMKeyChain.m and SecureStorage.m.

I have replaced plugin cordova-splugin-ecure-storage to cordova-plugin-secure-storage-echo as the previous plugin is no longer maintained.

I checked the node module and could find these files there, but still, it is showing as not found.

It would be much helpful if you guys can help me ASAP.

timbru31 commented 4 years ago

Remove your node_modules, platform and plugins folder and start fresh by

npm i
cordova platform add ios
cordova build ios