Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Build fails because of macros cannot be enabled before a build #935

Open
EminSaleck1 opened this issue Apr 5, 2024 · 0 comments
Open

Comments

@EminSaleck1
Copy link

After I integrated the framework which utilises the new Swift's feature Macros(https://github.com/pointfreeco/swift-composable-architecture) - I've ended up with failed build with error as such:

ComputeTargetDependencyGraph ... ... [email protected]:PACKAGE-TARGET:CasePathsMacros: error: Target 'CasePathsMacros' must be enabled before it can be used. ... ... [email protected]:PACKAGE-TARGET:DependenciesMacrosPlugin: error: Target 'DependenciesMacrosPlugin' must be enabled before it can be used. ... ... DependenciesMacrosPlugin/DependencyClientMacro.swift: note: Macro "DependenciesMacrosPlugin" is implemented here SourcePackages/checkouts/swift-perception/Package.swift:PACKAGE-TARGET:PerceptionMacros: error: Target 'PerceptionMacros' must be enabled before it can be used.

to adress this issue I tried to:

  1. run a script which skips the plugin validation in the step before "Xcode build"
    defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
    it didn't work out. the package is not being built itself, so Xcode doesnt recognise entire framework
  2. I tried to add -skipMacroValidation in bitrise.yml's xcodebuild_options. The result is the same as with script

locally I can build it without issues though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant