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
I keep failing to build a project that uses a library that uses Macro.
In my case, I use swift-testing for unit test.
I think "swift-testing" uses Macro.
Unknown Item:
How to set defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES. (In bitrise control panel, I can't find input area.)
How to write -skipPackagePluginFingerprintValidatation settings if project uses fastlane.
Error Message:
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS Simulator, id:46C95008-E0C7-49E6-A4C1-8EFF7538A1C1, OS:17.5, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:46C95008-E0C7-49E6-A4C1-8EFF7538A1C1, OS:17.5, name:iPhone SE (3rd generation) }
** BUILD FAILED **
The following build commands failed:
ComputeTargetDependencyGraph
(1 failure)
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS Simulator, id:46C95008-E0C7-49E6-A4C1-8EFF7538A1C1, OS:17.5, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:46C95008-E0C7-49E6-A4C1-8EFF7538A1C1, OS:17.5, name:iPhone SE (3rd generation) }
Testing failed:
Target 'TestingMacros' must be enabled before it can be used.
Target 'TestingMacros' must be enabled before it can be used.
Testing cancelled because the build failed.
** TEST FAILED **
The following build commands failed:
ComputeTargetDependencyGraph
(1 failure)
[17:47:40]: Exit status: 65
[17:47:41]: test failed!!
FYI:
I think #935 is a similar phenomenon, so I hope it will be fixed as soon as possible.
The text was updated successfully, but these errors were encountered:
Summary:
I keep failing to build a project that uses a library that uses Macro.
In my case, I use swift-testing for unit test.
I think "swift-testing" uses Macro.
Unknown Item:
defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
. (In bitrise control panel, I can't find input area.)-skipPackagePluginFingerprintValidatation
settings if project uses fastlane.Error Message:
FYI:
I think #935 is a similar phenomenon, so I hope it will be fixed as soon as possible.
The text was updated successfully, but these errors were encountered: