Titanium JIRA Archive
Appcelerator Community (AC)

[AC-687] App crashing in simulator

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionNeeds more info
Resolution Date2016-02-29T06:56:05.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterJose Luis
AssigneeMostafizur Rahman
Created2016-02-14T17:01:41.000+0000
Updated2016-02-29T06:56:05.000+0000

Description

Hi!, When I build the app with a iOS module (with custom framework dependencies) the app crash when execute the module code. If I launch the app through the Xcode the app runs well. I see this error: [TRACE] [MyApp] assertion failed: 15C50 13B137: libxpc.dylib + 58126 [0F47719F-3076-3664-A64B-CEB6901B254D]: 0x7d Titanium 5.1.2.GA App CLI 5.1.0 Thanks a lot

Comments

  1. Sharif AbuDarda 2016-02-15

    Hello, Please provide some sample code to reproduce the issue. The error possibly related to the Cocoa Touch Tool in Xcode. What version of Xcode are you using? Please provide sample code and steps to regenerate the issue. Here is a [link](https://forums.developer.apple.com/thread/24931) to the issue in Xcode Thanks.
  2. Jose Luis 2016-02-15

    It's Xcode 7.2.1 here is the crash: Thread 2 name: KrollContext Thread 2 Crashed: 0 libobjc.A.dylib 0x0000000196f98160 objc_release + 16 1 libobjc.A.dylib 0x0000000196f99ae8 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 508 2 CoreFoundation 0x000000018223ca4c _CFAutoreleasePoolPop + 28 3 Foundation 0x00000001831ae7b0 -[NSAutoreleasePool release] + 148 4 AdidasEndlessAisle 0x00000001000b2a3c KrollCallAsFunction (KrollMethod.m:68) 5 AdidasEndlessAisle 0x00000001003a6064 TI::JSCallbackObject::call(TI::ExecState*) + 416 6 AdidasEndlessAisle 0x0000000100441064 TI::LLInt::setUpCall(TI::ExecState*, TI::Instruction*, TI::CodeSpecializationKind, TI::TiValue, TI::LLIntCallLinkInfo*) + 440 7 AdidasEndlessAisle 0x0000000100446f98 llint_op_call + 200 8 AdidasEndlessAisle 0x0000000100446fa0 llint_op_call + 208 9 AdidasEndlessAisle 0x0000000100446fa0 llint_op_call + 208 10 AdidasEndlessAisle 0x0000000100441c78 callToJavaScript + 216 11 AdidasEndlessAisle 0x0000000100368ad8 TI::JITCode::execute(TI::VM*, TI::ProtoCallFrame*, TI::Register*) + 64 12 AdidasEndlessAisle 0x0000000100355518 TI::Interpreter::executeCall(TI::ExecState*, TI::JSObject*, TI::CallType, TI::CallData const&, TI::TiValue, TI::ArgList const&) + 624 13 AdidasEndlessAisle 0x00000001003e7800 TiObjectCallAsFunction + 472 14 AdidasEndlessAisle 0x00000001000ab00c -[KrollCallback call:thisObject:] (KrollCallback.m:147) 15 AdidasEndlessAisle 0x00000001000acc64 -[KrollEvent invoke:] (KrollContext.m:794) 16 AdidasEndlessAisle 0x00000001000adff4 -[KrollContext invoke:] (KrollContext.m:1031) 17 AdidasEndlessAisle 0x00000001000af7b4 -[KrollContext main] (KrollContext.m:1396) 18 Foundation 0x000000018329bc80 __NSThread__start__ + 1000 19 libsystem_pthread.dylib 0x00000001979b3b28 _pthread_body + 156 20 libsystem_pthread.dylib 0x00000001979b3a8c _pthread_body + 0

JSON Source