Launching App in Simulator

Hi,
Im trying to launch my iOS app in the simulator and it gets stuck at the initial splash screen. I see this in Fire

~> Please note: The debugger cannot capture StdOut (from print() or writeLn()) from the Simulator. NSLog() will be visible.
~> System.ComponentModel.Win32Exception (0x80004005): ApplicationName=’/Users/JohnMoshakis/Documents/Elements/ToffeeHelper’, CommandLine=’–listcerts’, CurrentDirectory=’’, Native error= Access denied
~> at System.Diagnostics.Process.StartWithCreateProcess (System.Diagnostics.ProcessStartInfo startInfo) [0x0029f] in <4ca3a825509f4a8c8f28738f5c98324f>:0
~> at System.Diagnostics.Process.Start () [0x0003a] in <4ca3a825509f4a8c8f28738f5c98324f>:0
~> at (wrapper remoting-invoke-with-check) System.Diagnostics.Process.Start()
~> at RemObjects.Elements.RTL.Process.RunAsync (System.String aCommand, System.Collections.Generic.List1[T] aArguments, System.Collections.Generic.Dictionary2[TKey,TValue] aEnvironment, System.String aWorkingDirectory, $Delegate_aLine$1[Par0] aStdOutCallback, $Delegate_aLine$_1[Par0] aStdErrCallback, $Delegate_aExitCode$1[Par0] aFinishedCallback) [0x00108] in <68f1c69e811042179a261c41ea65aeea>:0 ~> at RemObjects.Elements.RTL.Process.Run (System.String aCommand, System.Collections.Generic.List1[T] aArguments, System.Collections.Generic.Dictionary2[TKey,TValue] aEnvironment, System.String aWorkingDirectory, System.String& aStdOut, System.String& aStdErr) [0x00038] in <68f1c69e811042179a261c41ea65aeea>:0 ~> at RemObjects.Elements.CrossBox.LocalCrossBoxServer.runAndCaptureOutputOfCommand____parameters__exitcode (System.String command, System.Collections.Generic.List1[T] args, System.Int32& exitCode) [0x0000e] in <3c0d8f6be138458f94094c0afdac63bd>:0
~> at RemObjects.Elements.CrossBox.LocalCrossBoxServer.runAndCaptureOutputOfCommand____parameters (System.String command, System.Collections.Generic.List`1[T] args) [0x0000e] in <3c0d8f6be138458f94094c0afdac63bd>:0
~> at RemObjects.Elements.CrossBox.CrossBoxServer.RefreshCertificates () [0x00028] in <3c0d8f6be138458f94094c0afdac63bd>:0
~> at RemObjects.Elements.CrossBox.LocalMacCrossBoxServer.setup () [0x0000f] in <3c0d8f6be138458f94094c0afdac63bd>:0
~> at RemObjects.Elements.CrossBox.CrossBoxServer…ctor (System.String aName) [0x00039] in <3c0d8f6be138458f94094c0afdac63bd>:0
~> at RemObjects.Elements.CrossBox.LocalCrossBoxServer…ctor () [0x00000] in <3c0d8f6be138458f94094c0afdac63bd>:0
~> at RemObjects.Elements.CrossBox.LocalMacCrossBoxServer…ctor () [0x00021] in <3c0d8f6be138458f94094c0afdac63bd>:0
~> at RemObjects.Elements.CrossBox.CrossBoxServerFactory.InstantiateLocalMacCrossBoxServer () [0x00000] in <3c0d8f6be138458f94094c0afdac63bd>:0
~> at RemObjects.Elements.CrossBox.CrossBoxServerFactory.InstantiateLocalCrossBoxServer () [0x00013] in <3c0d8f6be138458f94094c0afdac63bd>:0
~> at RemObjects.Elements.CrossBox.CrossBoxManager…ctor () [0x00023] in <3c0d8f6be138458f94094c0afdac63bd>:0
~> at RemObjects.Elements.CrossBox.CrossBoxManager.$meta_get_Instance (RemObjects.Elements.CrossBox.CrossBoxManager+MetaClass $meta) [0x0001d] in <3c0d8f6be138458f94094c0afdac63bd>:0
~> at RemObjects.Elements.CrossBox.CrossBoxManager+MetaClass.get_Instance () [0x00000] in <3c0d8f6be138458f94094c0afdac63bd>:0
~> at RemObjects.Oxygene.CoreDebugEngine.DebugEngine.CreateDebugEngineFromStartInfo (RemObjects.Elements.CrossBox.DebuggerStartParameters aStartInfo) [0x0002e] in :0
~> at RemObjects.Oxygene.CoreDebugEngine.DebugEngine.CreateDebugEngineFromStartInfoJson (System.String aStartInfo) [0x0000c] in :0
~> at (wrapper native-to-managed) RemObjects.Oxygene.CoreDebugEngine.DebugEngine.CreateDebugEngineFromStartInfoJson(string,System.Exception&)

Cheers,
John

What build is this? I assume this is a custom command line compiler installed in /Users/JohnMoshakis/Documents/Elements/ via install.sh? is /Users/JohnMoshakis/Documents/Elements/ToffeeHelper marked as executable? (if not, does running

chmod +x /Users/JohnMoshakis/Documents/Elements/ToffeeHelper

fix the issue?)