Xcode忽略其他链接器标志

Xcode忽略其他链接器标志,xcode,linker,Xcode,Linker,在我当前的项目中,我无法像在其他项目中那样设置“其他链接器标志”。无论我在xcode项目设置的“其他链接标志”部分中放置了什么,它都不会显示在详细的构建日志中,并且不会出现所需的链接: Ld build/Debug iphonesimulator/MyProject.app/MyProject normal i386 cd/Users/theUser/Development/xm8vc/MyProject/trunk setenv MACOSX_部署_目标10.6 setenv PATH“/D

在我当前的项目中,我无法像在其他项目中那样设置“其他链接器标志”。无论我在xcode项目设置的“其他链接标志”部分中放置了什么,它都不会显示在详细的构建日志中,并且不会出现所需的链接:

Ld build/Debug iphonesimulator/MyProject.app/MyProject normal i386 cd/Users/theUser/Development/xm8vc/MyProject/trunk setenv MACOSX_部署_目标10.6 setenv PATH“/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/bin:/usr/sbin:/sbin” /开发者/平台/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2-arch i386-isysroot/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator 4.2.sdk-L/Users/theUser/Development/xm8vc/MyProject/trunk/build/Debug iPhoneSimulator-L/Users/theUser/Development/xm8vc/MyProject/trunk-F/Users/theUser/Development/xm8vc/MyProject/trunk/build/Debug iphonesimulator-F/Users/theUser/Development/xm8vc/MyProject/theUser/Development/xm8vc/MyProject/trunk/build/Debug-iphonesimulator/MyProject.build/Objects-normal/i386/MyProject.LinkFileList-mmacox版本min=10.6-lxml2-XlinkerObjcxabiBase-框架-基础框架-框架UIKIT——框架核心图形-框架CORIDATA -框架QuractCyr-框架avave-框架地址簿-框架AddiSsBooQui框架FrtuoTooBox -框架OpenGLE框架FCFNET-框架系统配置-框架MIIAPLPORACK-LXML2-LZ框架SpeechKit-o/Users/theUser/Development/xm8vc/MyProject/trunk/build/Debug iphonesimulator/MyProject.app/MyProject


是否存在导致xcode忽略“其他链接器标志”的情况?

在哪里设置这些标志?您可以在项目的各个级别设置类似的标志-项目设置、目标设置等。中有完整的说明。例如,您可能正在项目设置中设置它,然后被目标设置覆盖。

您在哪里设置这些标志?您可以在项目的各个级别设置类似的标志-项目设置、目标设置等。中有完整的说明。例如,您可能正在项目设置中设置它,然后被目标设置覆盖。

就是这样,谢谢!我知道这是我做错了什么,但已经找不到地方了。就是这样,谢谢!我知道这是我做错了什么,但已经找不到地方了。