美文网首页
Xcode的环境变量

Xcode的环境变量

作者: OneByte | 来源:发表于2018-04-19 16:47 被阅读12次

INFOPLIST_FILE

Info.plist文件在项目中的路径 Example/Exampler-Info.plist

GCC_PREPROCESSOR_DEFINITIONS

项目中的预定义宏定义 $(inherited) BUDEG=1

OTHER_CFLAGS:

Other C Flags -objc -all_load

SRCROOT

项目绝对路径 /Users/xxx/Documents/Example

CONFIGURATION

当前Scheme的编译配置 Debug | Relese

TARGET_BUILD_DIR

当前 Target 编译输出路径 Showing All Messages /Users/xxx/Library/Developer/Xcode/DerivedData/Example-bdnwpuwtgjhlhwffvztonexsffdo/Build/Products/Debug-iphoneos

ENABLE_BITCODE

设置是否使用bitcode

相关文章

网友评论

      本文标题:Xcode的环境变量

      本文链接:https://www.haomeiwen.com/subject/okgwkftx.html