Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/iphone/39.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
C++ 在Xcode中链接iPhone应用程序时未找到符号错误_C++_Iphone_Xcode_Linker_Squirrel - Fatal编程技术网

C++ 在Xcode中链接iPhone应用程序时未找到符号错误

C++ 在Xcode中链接iPhone应用程序时未找到符号错误,c++,iphone,xcode,linker,squirrel,C++,Iphone,Xcode,Linker,Squirrel,每当我尝试编译我正在移植的iPhone应用程序时,就会出现链接错误。该应用程序使用了一种名为Squirrel的脚本语言(读取级别文件,由SDK完成,无需用户输入)。我链接了所有的图书馆,包括libsquirrel.a。我做错了什么? (应用程序是SuperTux,源代码位于SuperTux.lethargik.org,计算机版本) 当我查看构建输出时: Ld "/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/Debug-ip

每当我尝试编译我正在移植的iPhone应用程序时,就会出现链接错误。该应用程序使用了一种名为Squirrel的脚本语言(读取级别文件,由SDK完成,无需用户输入)。我链接了所有的图书馆,包括libsquirrel.a。我做错了什么? (应用程序是SuperTux,源代码位于SuperTux.lethargik.org,计算机版本)

当我查看构建输出时:

Ld "/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/Debug-iphonesimulator/SuperTux.app/SuperTux" normal i386
    cd "/Users/Thomas/Documents/iPhone Dev Projects./SuperTux"
    setenv MACOSX_DEPLOYMENT_TARGET 10.5
    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/g++-4.2 -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.sdk "-L/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/Debug-iphonesimulator" "-L/Users/Thomas/Documents/iPhone Dev Projects./SuperTux" "-L/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/../../../Library/Frameworks/SDL.framework/Headers" "-L/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/../../../Downloads/SQUIRREL2/lib" -L/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.sdk/usr/lib/gcc/i686-apple-darwin9/4.0.1 "-F/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/Debug-iphonesimulator" "-F/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/../../../Library/Frameworks" "-F/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/../../../Downloads" "-F/Users/Thomas/Documents/iPhone Dev Projects./SuperTux" -F/Applications/SuperTux.app/Contents/Frameworks "-F/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/../../../Desktop/SDL2" -filelist <b>"/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug-iphonesimulator/SuperTux.build/Objects-normal/i386/SuperTux.LinkFileList" -Wl,--no-demangle -mmacosx-version-min=10.5 -framework Foundation -framework UIKit -framework OpenGLES -framework QuartzCore -framework SDL_image -framework Ogg -framework Vorbis -lSDLSimulator -lSDLiPhoneOS -framework SDL -framework OpenAL -lphysfsdevice "/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/English.lproj/lphysfssimulator.a" -loggdevice -loggsim -lSDL_imagedevice -lSDL_imagesim -lvorbisdevice -lvorbisencdevice -lvorbisfiledevice -lvorbisencsim -lvorbisfilesim -lvorbissim -lminiswigdevice -lminiswigsim -lsqstdlib -framework SDL_mixer -framework SDL_image -lSDL_mixer -lSDL_mixersim -lstdc++-static -lstdc++ -lz -lSDLmain -framework CoreGraphics -framework CoreAudio -framework AudioToolbox -lsquirrelsim -lsquirreldevice -prebind -o "/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/Debug-iphonesimulator/SuperTux.app/SuperTux"</b>
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libSDLiPhoneOS.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libphysfsdevice.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/liboggdevice.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libSDL_imagedevice.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libvorbisdevice.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libvorbisencdevice.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libvorbisfiledevice.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libminiswigdevice.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libSDL_mixer.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libsquirreldevice.a, file is not of required architecture
ld warning: __ZTVSt11range_error has different visibility (hidden) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libstdc++-static.a(stdexcept.o) and (default) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug-iphonesimulator/SuperTux.build/Objects-normal/i386/font.o
ld warning: __ZTISt11range_error has different visibility (hidden) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libstdc++-static.a(stdexcept.o) and (default) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug-iphonesimulator/SuperTux.build/Objects-normal/i386/font.o
ld warning: __ZTSSt11range_error has different visibility (hidden) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libstdc++-static.a(stdexcept.o) and (default) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug-iphonesimulator/SuperTux.build/Objects-normal/i386/font.o
ld warning: __ZTISt11range_error has different visibility (hidden) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libstdc++-static.a(functexcept.o) and (default) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug-iphonesimulator/SuperTux.build/Objects-normal/i386/font.o
ld warning: __ZTVSt11range_error has different visibility (hidden) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libstdc++-static.a(functexcept.o) and (default) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug-iphonesimulator/SuperTux.build/Objects-normal/i386/font.o
ld warning: __ZTSSt11range_error has different visibility (hidden) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libstdc++-static.a(functexcept.o) and (default) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug-iphonesimulator/SuperTux.build/Objects-normal/i386/font.o
Ld”/Users/Thomas/Documents/iphonedev Projects./SuperTux/build/Debug iphonesimulator/SuperTux.app/SuperTux“普通i386
cd“/Users/Thomas/Documents/iPhone开发项目/SuperTux”
setenv MACOSX_部署_目标10.5
setenv PATH“/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/bin:/usr/sbin:/sbin”
/开发者/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2-arch i386-isysroot/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.sdk“-L/Users/Thomas/Documents/iphonedev Projects./SuperTux/build/Debug iPhoneSimulator”“-L/Users/Thomas/Documents/iphonedev Projects/SuperTux”“-L/Users/Thomas/Documents/iPhone-Dev-Projects./SuperTux/../../../../../../../Library/Frameworks/SDL.framework/Headers”“-L/Users/Thomas/Documents/iPhone-Dev-Projects./SuperTux/../../../Downloads/SQUIRREL2/lib”-L/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator/iPhoneSimulator 3.1.sdk/-F/Users/Thomas/Documents/iphonedev Projects./SuperTux/build/Debug iphonesimulator”“-F/Users/Thomas/Documents/iphonedev Projects./SuperTux/../../../../Library/Frameworks”“-F/Users/Thomas/Documents/iphonedev Projects./supertutux“-F/Applications/SuperTux.app/Contents/Frameworks”-F/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/./../Desktop/SDL2”-filelist“/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/Debug iphonesimulator/SuperTux.build/Objects normal/i386/SuperTux.LinkFileList”-,-没有Dimange- MMACOSX版本MIN=10.5——框架基础-框架UIKET-FraseOpenGLISS框架QuasZrime-框架SDLX映像-框架OGG-框架VRBIS-LSDL模拟器——LSDLIONEOS -框架SDL -框架OpenAL-LBOSFS设备] /用户/托马斯/文档/ iPhone DEV项目。/Suthtux/Engult.LPROJ/LBOSFETSimult.A-loggdevice-loggsim-lSDL_imagedevice-lSDL_imagesim-lvorbisdevice-lvorbisencdevice-lvorbisencsim-lvorbisfilesim-lvorbissim-lminiswigdevice-LsmiSwigSim-Lqstdlib-framework SDL_mixer-lSDL_mixersim-lSDL_-Lsdc++-静态-Lsdc++-Lsdc++-lz-lSDLmain-框架核心图形-框架核心音频-框架音频工具箱-lsquirresim-lsquirreldevice-prebind-o“/用户/Thomas/Documents/iPhone开发项目/SuperTux/build/Debug iphonesimulator/SuperTux.app/SuperTux”
ld警告:在/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libSDLiPhoneOS.a中,文件不是必需的体系结构
ld警告:在/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libphysfdevice.a中,文件不是必需的体系结构
ld警告:在/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/liboggdevice.a中,文件不是必需的体系结构
ld警告:在/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libSDL_imagedevice.a中,文件不是必需的体系结构
ld警告:在/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libvorbisdevice.a中,文件不是必需的体系结构
ld警告:在/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libvorbisencdevice.a中,文件不是必需的体系结构
ld警告:在/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libvorbisfiledevice.a中,文件不是必需的体系结构
ld警告:在/Users/Thomas/Documents/iPhone-Dev-Projects./SuperTux/libminiswigdevice.a中,文件不是必需的体系结构
ld警告:在/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libSDL_mixer.a中,文件不是必需的体系结构
ld警告:在/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libsquirreDevice.a中,文件不是必需的体系结构
ld警告:uuuu ZTVSt11range_u错误在/Users/Thomas/Documents/iPhone开发项目/SuperTux/libstdc++-static.a(stdexcept.o)和/Users/Thomas/Documents/iPhone开发项目/SuperTux/build/SuperTux.build/Debug iphonesimulator/SuperTux.build/Objects normal/i386/font.o中具有不同的可见性(隐藏)
ld警告:_uztis11range_错误在/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libstdc++-static.a(stdexcept.o)和/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug iphonesimulator/SuperTux.build/Objects normal/i386/font.o中具有不同的可见性(隐藏)
ld警告:uuuu ZTSSt11range_u错误在/Users/Thomas/Documents/iPhone开发项目/SuperTux/libstdc++-static.a(stdexcept.o)和/Users/Thomas/Documents/iPhone开发项目/SuperTux/build/SuperTux.build/Debug iphonesimulator/SuperTux.build/Objects normal/i386/font.o中具有不同的可见性(隐藏)
ld警告:_uztis11range_错误在/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libstdc++-static.a(functexcept.o)和/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug iphonesimulator/SuperTux.build/Objects normal/i386/font.o中具有不同的可见性(隐藏)
ld警告:uuuu ZTVSt11range_u错误在/Users/Thomas/Documents/iPhone开发项目/SuperTux/libstdc++-static.a(functexcept.o)和/Users/Thomas/Documents/iPhone开发项目/SuperTux/build/SuperTux.build/Debug iphonesimulator/SuperTux.build/Objects normal/i386/font.o中具有不同的可见性(隐藏)
ld警告:uuuu ZTSSt11range_u错误在/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libstdc++-static.a(functexcept.o)和/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/D中具有不同的可见性(隐藏)
Ld "/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/Debug-iphonesimulator/SuperTux.app/SuperTux" normal i386
    cd "/Users/Thomas/Documents/iPhone Dev Projects./SuperTux"
    setenv MACOSX_DEPLOYMENT_TARGET 10.5
    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/g++-4.2 -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.sdk "-L/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/Debug-iphonesimulator" "-L/Users/Thomas/Documents/iPhone Dev Projects./SuperTux" "-L/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/../../../Library/Frameworks/SDL.framework/Headers" "-L/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/../../../Downloads/SQUIRREL2/lib" -L/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.sdk/usr/lib/gcc/i686-apple-darwin9/4.0.1 "-F/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/Debug-iphonesimulator" "-F/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/../../../Library/Frameworks" "-F/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/../../../Downloads" "-F/Users/Thomas/Documents/iPhone Dev Projects./SuperTux" -F/Applications/SuperTux.app/Contents/Frameworks "-F/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/../../../Desktop/SDL2" -filelist <b>"/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug-iphonesimulator/SuperTux.build/Objects-normal/i386/SuperTux.LinkFileList" -Wl,--no-demangle -mmacosx-version-min=10.5 -framework Foundation -framework UIKit -framework OpenGLES -framework QuartzCore -framework SDL_image -framework Ogg -framework Vorbis -lSDLSimulator -lSDLiPhoneOS -framework SDL -framework OpenAL -lphysfsdevice "/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/English.lproj/lphysfssimulator.a" -loggdevice -loggsim -lSDL_imagedevice -lSDL_imagesim -lvorbisdevice -lvorbisencdevice -lvorbisfiledevice -lvorbisencsim -lvorbisfilesim -lvorbissim -lminiswigdevice -lminiswigsim -lsqstdlib -framework SDL_mixer -framework SDL_image -lSDL_mixer -lSDL_mixersim -lstdc++-static -lstdc++ -lz -lSDLmain -framework CoreGraphics -framework CoreAudio -framework AudioToolbox -lsquirrelsim -lsquirreldevice -prebind -o "/Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/Debug-iphonesimulator/SuperTux.app/SuperTux"</b>
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libSDLiPhoneOS.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libphysfsdevice.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/liboggdevice.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libSDL_imagedevice.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libvorbisdevice.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libvorbisencdevice.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libvorbisfiledevice.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libminiswigdevice.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libSDL_mixer.a, file is not of required architecture
ld warning: in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libsquirreldevice.a, file is not of required architecture
ld warning: __ZTVSt11range_error has different visibility (hidden) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libstdc++-static.a(stdexcept.o) and (default) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug-iphonesimulator/SuperTux.build/Objects-normal/i386/font.o
ld warning: __ZTISt11range_error has different visibility (hidden) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libstdc++-static.a(stdexcept.o) and (default) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug-iphonesimulator/SuperTux.build/Objects-normal/i386/font.o
ld warning: __ZTSSt11range_error has different visibility (hidden) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libstdc++-static.a(stdexcept.o) and (default) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug-iphonesimulator/SuperTux.build/Objects-normal/i386/font.o
ld warning: __ZTISt11range_error has different visibility (hidden) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libstdc++-static.a(functexcept.o) and (default) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug-iphonesimulator/SuperTux.build/Objects-normal/i386/font.o
ld warning: __ZTVSt11range_error has different visibility (hidden) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libstdc++-static.a(functexcept.o) and (default) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug-iphonesimulator/SuperTux.build/Objects-normal/i386/font.o
ld warning: __ZTSSt11range_error has different visibility (hidden) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/libstdc++-static.a(functexcept.o) and (default) in /Users/Thomas/Documents/iPhone Dev Projects./SuperTux/build/SuperTux.build/Debug-iphonesimulator/SuperTux.build/Objects-normal/i386/font.o
> c++filt __ZN9Scripting24create_squirrel_instanceEP4SQVMPNS_12AmbientSoundEb
Scripting::create_squirrel_instance(SQVM*, Scripting::AmbientSound*, bool)
g++ <STUFF> -l<lib1> -l<lib2> etc.
ld warning: in <DIR>/SuperTux/libSDLiPhoneOS.a,
file is not of required architecture

ld warning: in <DIR>/SuperTux/libphysfsdevice.a,
file is not of required architecture

ld warning: in <DIR>/SuperTux/liboggdevice.a,
file is not of required architecture

ld warning: in <DIR>/SuperTux/libSDL_imagedevice.a,
file is not of required architecture

ld warning: in <DIR>/SuperTux/libvorbisdevice.a,
file is not of required architecture

ld warning: in <DIR>/SuperTux/libvorbisencdevice.a,
file is not of required architecture

ld warning: in <DIR>/SuperTux/libvorbisfiledevice.a,
file is not of required architecture

ld warning: in <DIR>/SuperTux/libminiswigdevice.a,
file is not of required architecture

ld warning: in <DIR>/SuperTux/libSDL_mixer.a,
file is not of required architecture

ld warning: in <DIR>/SuperTux/libsquirreldevice.a,
file is not of required architecture
ld warning: __ZTVSt11range_error
has different visibility
(hidden) in <DIR>/SuperTux/libstdc++-static.a(stdexcept.o)
and (default) in <DIR>/SuperTux/build/SuperTux.build/Debug iphonesimulator/SuperTux.build/Objects-normal/i386/font.o

ld warning: __ZTISt11range_error
has different visibility
(hidden) in <DIR>/SuperTux/libstdc++-static.a(stdexcept.o)
and (default) in <DIR>/SuperTux/build/SuperTux.build/Debug iphonesimulator/SuperTux.build/Objects-normal/i386/font.o

ld warning: __ZTSSt11range_error
has different visibility
(hidden) in <DIR>/SuperTux/libstdc++-static.a(stdexcept.o)
and (default) in <DIR>/SuperTux/build/SuperTux.build/Debug iphonesimulator/SuperTux.build/Objects-normal/i386/font.o

ld warning: __ZTISt11range_error
has different visibility
(hidden) in <DIR>/SuperTux/libstdc++-static.a(functexcept.o)
and (default) in <DIR>/SuperTux/build/SuperTux.build/Debug iphonesimulator/SuperTux.build/Objects-normal/i386/font.o

ld warning: __ZTVSt11range_error
has different visibility
(hidden) in <DIR>/SuperTux/libstdc++-static.a(functexcept.o)
and (default) in <DIR>/SuperTux/build/SuperTux.build/Debug iphonesimulator/SuperTux.build/Objects-normal/i386/font.o

ld warning: __ZTSSt11range_error
has different visibility
(hidden) in <DIR>/SuperTux/libstdc++-static.a(functexcept.o)
and (default) in <DIR>/SuperTux/build/SuperTux.build/Debug iphonesimulator/SuperTux.build/Objects-normal/i386/font.o