Tyroner
Aspiring developer
Profile
Posts: 175
Reg: Dec 26, 2012
Johannesburg, S...
4,200
10/23/17 08:07 PM (6 years ago)

Thread 1: signal SIGABRT

I suddenly started getting this error in an app that worked perfectly. It is referring to this line of code in Xcode: int retVal = UIApplicationMain(argc, argv, @"UIApplication", @"emfeedsv9_appDelegate"); From the console: Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [nan 46.5]' *** First throw call stack: ( 0 CoreFoundation 0x0000000107a7b1cb __exceptionPreprocess + 171 1 libobjc.A.dylib 0x0000000106fa6f41 objc_exception_throw + 48 2 CoreFoundation 0x0000000107aefb95 +[NSException raise:format:] + 197 3 QuartzCore 0x00000001089d61dc _ZN2CA5Layer12set_positionERKNS_4Vec2IdEEb + 152 4 QuartzCore 0x00000001089c6c96 -[CALayer setPosition:] + 43 5 QuartzCore 0x00000001089c732b -[CALayer setFrame:] + 549 6 UIKit 0x00000001048edf1e -[UIView(Geometry) setFrame:] + 368 7 UIKit 0x0000000104a5f70a -[UIImageView _setViewGeometry:forMetric:] + 176 8 UIKit 0x0000000104a5fa1e -[UIImageView setFrame:] + 58 9 emfeedsv9 0x0000000101b95062 -[MosaicDataView setImageAndRecenter:] + 1186 10 emfeedsv9 0x0000000101b94b55 -[MosaicDataView checkImage:] + 197 11 emfeedsv9 0x0000000101b93828 -[MosaicDataView setModule:] + 968 12 emfeedsv9 0x0000000101b4fa70 -[MosaicView setupLayoutWithMosaicElements:] + 2400 13 emfeedsv9 0x0000000101b50082 -[MosaicView refresh] + 114 14 emfeedsv9 0x0000000101bbb868 -[AK_mosaicMenu layoutScreen] + 1576 15 emfeedsv9 0x0000000101bb6299 -[AK_mosaicMenu loadData] + 2009 16 Foundation 0x00000001069fd609 __NSFireDelayedPerform + 409 17 CoreFoundation 0x0000000107a0b374 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 18 CoreFoundation 0x0000000107a0b032 __CFRunLoopDoTimer + 1026 19 CoreFoundation 0x0000000107a0abea __CFRunLoopDoTimers + 266 20 CoreFoundation 0x0000000107a02604 __CFRunLoopRun + 2308 21 CoreFoundation 0x0000000107a01a89 CFRunLoopRunSpecific + 409 22 GraphicsServices 0x000000010cbc69c6 GSEventRunModal + 62 23 UIKit 0x000000010483ed30 UIApplicationMain + 159 24 emfeedsv9 0x0000000101b72bb4 main + 68 25 libdyld.dylib 0x0000000109030d81 start + 1 26 ??? 0x0000000000000001 0x0 + 1 ) libc++abi.dylib: terminating with uncaught exception of type NSException (lldb)
 
nadthevlad
Code is Art
Profile
Posts: 1025
Reg: Jun 07, 2012
Denver
21,850
like
10/23/17 10:58 PM (6 years ago)
Maybe missing a value for the mosaic plugin. Double check your inputs in the control panel. Other than that hit up Chris or Andrew
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.