Carthage: [Feature Request] Option to pass additional Xcode build flags?

Created on 1 Dec 2016  路  4Comments  路  Source: Carthage/Carthage

I'm curious if maintainers accept this feature, because it's possible that I'll be able start implementing this feature.

Most helpful comment

Today's workaround may be using the XCODE_XCCONFIG_FILE environment variable noted in man xcodebuild.

XCODE_XCCONFIG_FILE="/path/to/xcconfig_file" carthage build

All 4 comments

Could you detail more specifics about what you're thinking?

simply saying I need to pass with ENABLE_TESTABILITY flag set to YES for Release configuration in certain case.

Today's workaround may be using the XCODE_XCCONFIG_FILE environment variable noted in man xcodebuild.

XCODE_XCCONFIG_FILE="/path/to/xcconfig_file" carthage build

Closing this for now in favor of XCODE_XCCONFIG_FILE.

Was this page helpful?
0 / 5 - 0 ratings