You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user building Xcode target using Gradle, I want the task representing the Xcode target to be out-of-date during an incremental build when PBXProject or PBXTarget reference a xcconfig file so that I can have accurate feedback.
Until we can work on #819, we should force the task always to be out-of-date.
Acceptance Criteria
When XCBuildConfiguration#baseConfigurationReference is present (on PBXProject or PBXTarget), force the task to be out-of-date.
The text was updated successfully, but these errors were encountered:
As a user building Xcode target using Gradle, I want the task representing the Xcode target to be out-of-date during an incremental build when
PBXProject
orPBXTarget
reference a xcconfig file so that I can have accurate feedback.Until we can work on #819, we should force the task always to be out-of-date.
Acceptance Criteria
XCBuildConfiguration#baseConfigurationReference
is present (onPBXProject
orPBXTarget
), force the task to be out-of-date.The text was updated successfully, but these errors were encountered: