-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hi,
when creating the cordova app is says the build was successful but it couldn't install the app because the path wasn't found
This is the error that I got:
** BUILD SUCCEEDED **
Deploying to simulator
No target specified for emulator. Deploying to "iPhone-XR, 12.2" simulator.
Running command: /Users/Jacqui/documents/ANTS/EMA/HelloWorld/node_modules/ios-sim/bin/ios-sim launch /Users/Jacqui/documents/ANTS/EMA/HelloWorld/platforms/ios/build/emulator/Hello World.app --devicetypeid com.apple.CoreSimulator.SimDeviceType.iPhone-XR, 12.2 --log /Users/Jacqui/documents/ANTS/EMA/HelloWorld/platforms/ios/cordova/console.log --exit
[ios-sim] Simulator already running.
[ios-sim] An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
[ios-sim] An error was encountered processing the command (domain=FBSOpenApplicationServiceErrorDomain, code=1):
The request to open "com.example.test" failed.
The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application "com.example.test" is unknown to FrontBoard").
Underlying error (domain=FBSOpenApplicationErrorDomain, code=4):
[ios-sim] The operation couldn’t be completed. Application "com.example.test" is unknown to FrontBoard.
Application "com.example.test" is unknown to FrontBoard.
com.example.test: -1
[ios-sim] logPath: /Users/Jacqui/documents/ANTS/EMA/HelloWorld/platforms/ios/cordova/console.log
Simulator successfully started via ios-sim.
Another error that came up was this:
[ios-sim] Underlying error (domain=FBSOpenApplicationErrorDomain, code=4):
The operation couldn’t be completed. Application "com.example.name" is unknown to FrontBoard.
Application "com.example.name" is unknown to FrontBoard.