- ベストアンサー
xcode サンプルコードのエラー
- みんなの回答 (2)
- 専門家の回答
質問者が選んだベストアンサー
No.1です。 補足ありがとうございます。 たぶん https://akira-watson.com/iphone/error/sigabrt.html に書かれてあるのと同じような状態になっているのではないかと思います。 他の原因の可能性もありますので、解決しないようなら、 「this class is not key value coding-compliant for the key」 をgoogleで検索してみると、他の原因の事例も見つかると思います。
その他の回答 (1)
- Lchan0211b
- ベストアンサー率61% (573/930)
回答No.1
画像は縮小されすぎで文字が潰れて読み取れません。 補足でメッセージ内容(ソースコードで背景が赤く反転している部分のメッセージと、 outputウィンドウのエラーメッセージ)を転記してもらえるとなにかわかるかもしれません。
補足
回答ありがとうございます。 反転しているソースはclass AppDelegate: UIResponder, UIApplicationDelegate { Thread1:signal SIGABART outputは下記です。 2015-07-05 21:54:27.122 SNS[1158:51042] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<SNS.ViewController 0x7f9baa5331d0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key showActivityView.' *** First throw call stack: ( 0 CoreFoundation 0x00000001005a2c65 __exceptionPreprocess + 165 1 libobjc.A.dylib 0x000000010210dbb7 objc_exception_throw + 45 2 CoreFoundation 0x00000001005a28a9 -[NSException raise] + 9 3 Foundation 0x00000001009c0b53 -[NSObject(NSKeyValueCoding) setValue:forKey:] + 259 4 CoreFoundation 0x00000001004ead50 -[NSArray makeObjectsPerformSelector:] + 224 5 UIKit 0x000000010111952b -[UINib instantiateWithOwner:options:] + 1506 6 UIKit 0x0000000100f71718 -[UIViewController _loadViewFromNibNamed:bundle:] + 242 7 UIKit 0x0000000100f71d08 -[UIViewController loadView] + 109 8 UIKit 0x0000000100f71f79 -[UIViewController loadViewIfRequired] + 75 9 UIKit 0x0000000100f7240e -[UIViewController view] + 27 10 UIKit 0x0000000100e8d2c9 -[UIWindow addRootViewControllerViewIfPossible] + 58 11 UIKit 0x0000000100e8d68f -[UIWindow _setHidden:forced:] + 247 12 UIKit 0x0000000100e99e21 -[UIWindow makeKeyAndVisible] + 42 13 UIKit 0x0000000100e3d457 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 2732 14 UIKit 0x0000000100e401de -[UIApplication _runWithMainScene:transitionContext:completion:] + 1349 15 UIKit 0x0000000100e3f0d5 -[UIApplication workspaceDidEndTransaction:] + 179 16 FrontBoardServices 0x0000000103c1d5e5 __31-[FBSSerialQueue performAsync:]_block_invoke_2 + 21 17 CoreFoundation 0x00000001004d641c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12 18 CoreFoundation 0x00000001004cc165 __CFRunLoopDoBlocks + 341 19 CoreFoundation 0x00000001004cbf25 __CFRunLoopRun + 2389 20 CoreFoundation 0x00000001004cb366 CFRunLoopRunSpecific + 470 21 UIKit 0x0000000100e3eb42 -[UIApplication _run] + 413 22 UIKit 0x0000000100e41900 UIApplicationMain + 1282 23 SNS 0x00000001003b3207 main + 135 24 libdyld.dylib 0x0000000102865145 start + 1 ) libc++abi.dylib: terminating with uncaught exception of type NSException(lldb)