Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/qt/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Iphone i386架构问题_Iphone_Xcode_Ios4_Device - Fatal编程技术网

Iphone i386架构问题

Iphone i386架构问题,iphone,xcode,ios4,device,Iphone,Xcode,Ios4,Device,我有个可怕的问题。我的代码在设备上运行,但不在模拟器上运行,并导致以下错误: Ld /Users/fgringo/Library/Developer/Xcode/DerivedData/GuessTheBalls-bgplgtjujgzwbnhkbratlkdnnrzm/Build/Products/Debug-iphonesimulator/GuessTheBalls.app/GuessTheBalls normal i386 cd "/Users/fgringo/Desktop/Se

我有个可怕的问题。我的代码在设备上运行,但不在模拟器上运行,并导致以下错误:

Ld /Users/fgringo/Library/Developer/Xcode/DerivedData/GuessTheBalls-bgplgtjujgzwbnhkbratlkdnnrzm/Build/Products/Debug-iphonesimulator/GuessTheBalls.app/GuessTheBalls normal i386
    cd "/Users/fgringo/Desktop/SecretBalls_V1.1 Working"
    setenv MACOSX_DEPLOYMENT_TARGET 10.6
    setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -L/Users/fgringo/Library/Developer/Xcode/DerivedData/GuessTheBalls-bgplgtjujgzwbnhkbratlkdnnrzm/Build/Products/Debug-iphonesimulator -F/Users/fgringo/Library/Developer/Xcode/DerivedData/GuessTheBalls-bgplgtjujgzwbnhkbratlkdnnrzm/Build/Products/Debug-iphonesimulator "-F/Users/fgringo/Desktop/SecretBalls_V1.1 Working" -filelist /Users/fgringo/Library/Developer/Xcode/DerivedData/GuessTheBalls-bgplgtjujgzwbnhkbratlkdnnrzm/Build/Intermediates/GuessTheBalls.build/Debug-iphonesimulator/GuessTheBalls.build/Objects-normal/i386/GuessTheBalls.LinkFileList -mmacosx-version-min=10.6 -Xlinker -objc_abi_version -Xlinker 2 /usr/lib/gcrt1.o -framework Foundation -framework UIKit -framework CoreGraphics -framework QuartzCore -framework SystemConfiguration -framework AudioToolbox -framework GameKit -o /Users/fgringo/Library/Developer/Xcode/DerivedData/GuessTheBalls-bgplgtjujgzwbnhkbratlkdnnrzm/Build/Products/Debug-iphonesimulator/GuessTheBalls.app/GuessTheBalls

ld: warning: ignoring file /Users/fgringo/Desktop/SecretBalls_V1.1 Working/GameKit.framework/GameKit, missing required architecture i386 in file
ld: duplicate symbol start in /usr/lib/gcrt1.o and /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/crt1.10.6.o for architecture i386
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
但请仔细看看最后几句话:

ld: warning: ignoring file /Users/fgringo/Desktop/SecretBalls_V1.1 Working/GameKit.framework/GameKit, missing required architecture i386 in file

ld: duplicate symbol start in /usr/lib/gcrt1.o and /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/crt1.10.6.o for architecture i386
collect2: 

ld returned 1 exit status
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
我试过iOS模拟器,试过做一些我真的不记得的其他改变,但这就是问题所在


祝你好运

我想有一份重复的文件。如果它不存在,请尝试清理它并重新构建它