assertion failed: 14F27 13B137: libxpc.dylib

I recently got a rejection for 9.1 so i decided to update to:

Yosemite 10.10.5

Xcode 7.1

Corona 2756

My app has no problem in Corona Simulator but iOs simulator can’t not launch the app and  says:
 

Nov  4 11:55:41 Noah Guroo[2407]: assertion failed: 14F27 13B137: libxpc.dylib + 71730 [D938B614-A290-3D25-8032-8DEF8A01913A]: 0x7d

Nov  4 11:55:41 Noah Guroo[2407]: Platform: iPhone / x86_64 / 9.1 / Apple Software Renderer / OpenGL ES 2.0 APPLE-12.0.38 / 2015.2756
Nov  4 11:55:41 Noah Guroo[2407]: SecTaskLoadEntitlements failed error=22 cs_flags=200, task->pid_self=2407
Nov  4 11:55:41 Noah Guroo[2407]: SecTaskCopyDebugDescription: Guroo[2407]

Nov  4 12:13:35 Noah ondemandd[2529]: ondemandd is starting up…

Nov  4 12:13:35 Noah ondemandd[2529]: ODR Log file is at /Users/noeguerreroponce/Library/Developer/CoreSimulator/Devices/A53B90F6-9EA0-4AFF-9BE7-A6709C8EDF94/data/Library/Logs/CrashReporter/DiagnosticLogs/ondemandd/ondemandd_2015-11-04-113835.log

Nov  4 12:13:47 — last message repeated 1 time —

Nov  4 12:13:47 Noah companionappd[2144]: Communications error: <OS_xpc_error: <error: 0x3aef534> { count = 1, contents =

“XPCErrorDescription” => <string: 0x3aef734> { length = 22, contents = “Connection interrupted” }

}>

Nov  4 12:13:47 Noah SpringBoard[2147]: Communications error: <OS_xpc_error: <error: 0xa2fb534> { count = 1, contents =

“XPCErrorDescription” => <string: 0xa2fb734> { length = 22, contents = “Connection interrupted” }

}>

Nov  4 12:13:47 Noah fileproviderd[2134]: Communications error: <OS_xpc_error: <error: 0x20f4534> { count = 1, contents =

“XPCErrorDescription” => <string: 0x20f4734> { length = 22, contents = “Connection interrupted” }

}>

Nov  4 12:13:47 Noah searchd[2204]: Communications error: <OS_xpc_error: <error: 0x4073534> { count = 1, contents =

“XPCErrorDescription” => <string: 0x4073734> { length = 22, contents = “Connection interrupted” }

}>

Nov  4 12:13:47 Noah CoreSimulatorBridge[2155]: Communications error: <OS_xpc_error: <error: 0x311b534> { count = 1, contents =

“XPCErrorDescription” => <string: 0x311b734> { length = 22, contents = “Connection interrupted” }

}>

Nov  4 12:13:55 Noah routined[2135]: Connection interrupted!

Nov  4 12:13:55 Noah MobileCal[2218]: Connection interrupted!

Nov  4 13:03:44 Noah Guroo[1112]: Error loading /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib:  dlopen(/System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib, 262): no suitable image found.  Did find:

I have no idea what is failing

Maybe I isolated the problem:

This line was causing the problem:

composer.lang=system.getPreference( “ui”, “language” )

before it gave me back “en” or “es”

now it is giving me “en-US”,etc…

Maybe I isolated the problem:

This line was causing the problem:

composer.lang=system.getPreference( “ui”, “language” )

before it gave me back “en” or “es”

now it is giving me “en-US”,etc…