Not able to run my hybrid application on iOS simulator 8.4

Hi,

I have developed an application using Oracle MAF on Oracle JDeveloper and I am trying to deploy my application on iOS simulator verison 8.4, it deploys successfully but while running it produces the following logs and fails to connect to sever also :


Logs:

Terminating since there is no system app.

2016-10-25 11:11:26.450 ISSCMobile14.1[4541:15875] Communications error: <OS_xpc_error: <error: 0x50395f4> { count = 1, contents =

"XPCErrorDescription" => <string: 0x503983c> { length = 22, contents = "Connection interrupted" }

}>

2016-10-25 11:11:26.462 ISSCMobile14.1[4541:15862] BSXPCMessage received error for message: Connection invalid

2016-10-25 11:11:26.464 ISSCMobile14.1[4541:15891] BKSetAccelerometerClientEventsEnabled failed: (ipc/send) invalid destination port


Please provide me the ways to get rid of this error and be able to run my application on iOS simulator.

Explain more of what you're doing since you're not using a supported development workflow. The logging indicates that your device is likely not booted.

You need to boot your device, install the application, and then launch it. Given that you're not using the standard tools (Xcode), you'll probably need to use the simctl command line tool for most of that interaction.

Not able to run my hybrid application on iOS simulator 8.4
 
 
Q