Hello.
I received this error message after all these steps.
I try run moodle Cordova app -> on ios simulator -> on virtual machine macOS Catalina 10.15;
The host Ubuntu 18.04;
1)Step by step from moodle docs
https://docs.moodle.org/dev/Setting_up_your_development_environment_for_Moodle_Mobile_2
Moodle app version 3.9.2;
Running "npx cordova requirements" for ios - all it's well for ios;
2)git clone https://github.com/moodlehq/moodleapp.git moodleapp
cd moodleapp
git checkout integration
3)npm run setup;
4) "npm run setup"- this script includes the next settings below ???
Maybe a problem with invalid pod settings?
sudo gem install cocoapods
pod setup pod init pod install;
https://www.raywenderlich.com/7076593-cocoapods-tutorial-for-swift-getting-started
I must pass installation steps can be found in https://cocoapods.org/
But it's helpless!;
5) After that I did these steps
Update project platforms:
npx ionic cordova platform remove ios
npx ionic cordova platform add ios
6)And update all plugins
npx cordova plugin remove
npx cordova plugin add
7) Finding the list of virtual devices;
ionic cordova run ios --list
From the list I copy the name of the simulator;
paste it for the next step;
8) Building and running app
run simulator;
run script ionic cordova run ios --target="simular_name";
failure;
I attached the file image to this post;