2011-07-14 4 views
1

起動するときにマイアプリが常にsigabrtエラーを表示します。私がいるxcode noobなので、私は何をすべきか分からない。誰かがそれが偉大になるのを助けることができたら。デバイス上でSIGABRTエラーが発生しましたが、シミュレータ上に表示されません

main.m

return UIApplicationMain(argc, argv, nil, NSStringFromClass([MW3_Cheats__Free__2AppDelegate class])); // <--- ERROR IS ON THESE LINES 

注:アプリの作品はiOSシミュレータ上ではなく、iPhone上で見つけます。

THREAD:

GNU gdb 6.3.50-20050815 (Apple version gdb-1704) (Fri Jul 1 07:12:53 UTC 2011) 
Copyright 2004 Free Software Foundation, Inc. 
GDB is free software, covered by the GNU General Public License, and you are 
welcome to change it and/or distribute copies of it under certain conditions. 
Type "show copying" to see the conditions. 
There is absolutely no warranty for GDB. Type "show warranty" for details. 
This GDB was configured as "--host=i386-apple-darwin --target=arm-apple-darwin".tty 
/dev/ttys001 
target remote-mobile /tmp/.XcodeGDBRemote-1091-55 
Switching to remote-macosx protocol 
mem 0x1000 0x3fffffff cache 
mem 0x40000000 0xffffffff none 
mem 0x00000000 0x0fff none 
[Switching to process 7171 thread 0x0] 
[Switching to process 7171 thread 0x0] 
sharedlibrary apply-load-rules all 
Couldn't register com.webs.appsbyalec.MW3-Cheats--Free--2 with the bootstrap server. 
Error: 
unknown error code. 
This generally means that another instance of this process was already running or is 
hung in the debugger.(gdb) 
+1

この質問に答えるには十分な情報がありません。エラーは、XCodeがその行を指している場合でも、スタックトレースの前の行に配置されます。 – Jano

答えて

0

あなたのコードは、デバイスのiOSでサポートされていることを確認してください。

+0

ありがとう、私はちょうどiosライブラリをダウンロードしなければならなかった –

+0

私は自分のデバイスで実行するが、今は動作しません。私を助けてください。 –

関連する問題