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.