我試圖在xcode 5.0.2中構建我的第一個應用程序我只在xib文件上放了一個標籤,然後單擊Build and Run按鈕,出現以下錯誤。XCode 5.0.2中的Hello World應用程序
libc++abi.dylib: terminating with uncaught exception of type NSException
並且main中的代碼段突出顯示爲綠色。
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
我沒有編碼,實際上只是把標籤放在xib文件中。
你是什麼意思的「_i點擊得到它simulated_」嗎? – neilco
點擊模擬按鈕:) – Nothingbutageek
你是什麼意思的「點擊模擬按鈕」? – Mutawe