Can't Simulate on IOS

I have been trying for weeks to get the simulator to work for IOS. I ended up using the Xcode button. But I would like to simulate within the app as opposed to moving outside. Can any assistance be provided? the error I get is as follows :slight_smile:

Info.plist file not found.
Error emulating your Cordova Project for ios!

are you using windows ?

Mac

Seems there is an issue with the Cordova for iOS and latest Xcode, see:

1 Like

Hello, Iā€™m also experiencing a missing plist file, did you resolve this? If so could you tell me what I need to do please, I have read the article from George but Iā€™m still unsure.

Just make sure you are on the latest Xcode and also latest Cordova

I uninstalled cordova then reinstalled (with wappler) in a new project and still there is no plist.
I am using xcode 11, the latest current version downloaded from the apple app store on mac osx.

Checking NodeJS installation and version...
v12.18.2
NodeJS is correctly installed.

Checking Cordova installation and version...
/bin/bash: cordova: command not found
Cordova is missing!


Installing Cordova ...
added 394 packages from 246 contributors in 76.135ses/cordova/bin/cordova
Cordova installed successfully!

Adding ios to your Cordova Site ...
Using cordova-fetch for cordova-ios@^6.1.0
Adding ios project...
Creating Cordova project for the iOS platform:
        Path: platforms/ios
        Package: io.mycompany.helloapp
        Name: Hello Mobile App
iOS project created with cordova-ios@6.1.0
Plugin 'cordova-plugin-whitelist' found in config.xml... Migrating it to package.json
Discovered plugin "cordova-plugin-whitelist". Adding it to the project
Installing "cordova-plugin-whitelist" for ios
Adding cordova-plugin-whitelist to package.json
ios added successfully!

image

1 Like

This topic was automatically closed after 34 hours. New replies are no longer allowed.