HSP3DISHでコンパイルしたものをXcode4.3で実行するとエラーが出て動きません
プログラムは下記のような短いモノです
A=0
*kurikaesi
redraw 0
color 255,255,255
wait 1
pos 0,0
color 255,0,0
mes (A/60)
pos 15,0
color 255,0,0
pos 15,0
mes ":"+(A\60)
A=A+1
redraw 1
goto *kurikaesi
エラーの内容は
Ld /Users/iMac27/Library/Developer/Xcode/DerivedData/test3-fyrexdqbvnmpkhfawrrcncscktyl/Build/Products/Debug-iphonesimulator/test3.app/test3 normal i386
cd "/Users/iMac27/Desktop/iphone app 作成中/test3"
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk -L/Users/iMac27/Library/Developer/Xcode/DerivedData/test3-fyrexdqbvnmpkhfawrrcncscktyl/Build/Products/Debug-iphonesimulator -F/Users/iMac27/Library/Developer/Xcode/DerivedData/test3-fyrexdqbvnmpkhfawrrcncscktyl/Build/Products/Debug-iphonesimulator -filelist /Users/iMac27/Library/Developer/Xcode/DerivedData/test3-fyrexdqbvnmpkhfawrrcncscktyl/Build/Intermediates/test3.build/Debug-iphonesimulator/test3.build/Objects-normal/i386/test3.LinkFileList -mmacosx-version-min=10.6 -Xlinker -objc_abi_version -Xlinker 2 -Xlinker -no_implicit_dylibs -D__IPHONE_OS_VERSION_MIN_REQUIRED=40300 -framework QuartzCore -framework OpenAL -framework OpenGLES -framework AudioToolbox -framework UIKit -framework Foundation -framework CoreGraphics -o /Users/iMac27/Library/Developer/Xcode/DerivedData/test3-fyrexdqbvnmpkhfawrrcncscktyl/Build/Products/Debug-iphonesimulator/test3.app/test3
ld: duplicate symbol _main in /Users/iMac27/Library/Developer/Xcode/DerivedData/test3-fyrexdqbvnmpkhfawrrcncscktyl/Build/Intermediates/test3.build/Debug-iphonesimulator/test3.build/Objects-normal/i386/main-473ACFD841796F64.o and /Users/iMac27/Library/Developer/Xcode/DerivedData/test3-fyrexdqbvnmpkhfawrrcncscktyl/Build/Intermediates/test3.build/Debug-iphonesimulator/test3.build/Objects-normal/i386/main-F7C94DA8962C0D55.o for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
!linker command failed with exit code 1 (use -v to see invocation)
と出ております
簡単なプログラムでエラーが出てしまい前に進めず困っております
Xode4.3 HSPは最新版です
解決方法を教えて下さい、よろしくお願いしますm(_ _)m