iosxtools / WWDC2014

A Cocoa OSX App to help you download WWDC2014 videos
157 stars 30 forks source link

App crashing on start on OSX10.10 #2

Open OleksiyA opened 10 years ago

OleksiyA commented 10 years ago

App crashing just after start on OSX 10.10. App built with Xcode 5.1.1.

Exception in console:

2014-06-08 00:40:29.036 WWDC2014[5574:595711] An uncaught exception was raised
2014-06-08 00:40:29.036 WWDC2014[5574:595711] -[NSNib initWithNibNamed:bundle:] could not load the nibName: WWDCMainViewController in bundle (null).
2014-06-08 00:40:29.036 WWDC2014[5574:595711] (
    0   CoreFoundation                      0x00007fff877ad14c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff8ccc657d objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff877acffd +[NSException raise:format:] + 205
    3   AppKit                              0x00007fff84699bbb -[NSNib initWithNibNamed:bundle:] + 347
    4   AppKit                              0x00007fff84a1d911 -[NSViewController _nibWithName:bundle:] + 106
    5   AppKit                              0x00007fff847b8995 -[NSViewController loadView] + 146
    6   XXXOSXUI                            0x00000001001b7cf6 -[X3CommonViewController loadView] + 54
    7   XXXOSXUI                            0x00000001001bc116 -[X3SplitViewController loadView] + 54
    8   WWDC2014                            0x000000010003cec6 -[WWDCMainViewController loadView] + 54
    9   AppKit                              0x00007fff84a1b2c3 -[NSViewController _loadViewIfRequired] + 75
    10  AppKit                              0x00007fff846f4c3d -[NSViewController view] + 30
    11  XXXOSXUI                            0x00000001001949f9 -[XXXAppDelegate showMainView] + 73
    12  XXXOSXUI                            0x00000001001948db -[XXXAppDelegate awakeFromNib] + 187
    13  CoreFoundation                      0x00007fff876bbfff -[NSSet makeObjectsPerformSelector:] + 223
    14  AppKit                              0x00007fff84b0e78d -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1216
    15  AppKit                              0x00007fff846180f0 loadNib + 384
    16  AppKit                              0x00007fff84b8d6b0 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
    17  AppKit                              0x00007fff846177c5 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
    18  AppKit                              0x00007fff84617591 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
    19  AppKit                              0x00007fff84613609 NSApplicationMain + 605
    20  WWDC2014                            0x000000010002d662 main + 34
    21  libdyld.dylib                       0x00007fff8afc65c9 start + 1
    22  ???                                 0x0000000000000003 0x0 + 3
)
iosxtools commented 10 years ago

hi , I Mac is 10.9, this issue need wait ;),thank your feedback!

bagusflyer commented 10 years ago

Got the same problem.

iosxtools commented 10 years ago

I correct this issue,pls test ! ;)

DiveinEdu commented 10 years ago

App crash with 10.10 and Xcode 6 beta. The same with @OleksiyA .

OleksiyA commented 10 years ago

Uninstalled OSX 10.10, so can not re-test for now.