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

[Macro] external macro implementation type 'composablearchitecturemacros.observablestatemacro' could not be found for macro 'observablestate()’ #73

Closed
kimkyuchul opened this issue Jun 22, 2024 · 0 comments
Assignees

Comments

@kimkyuchul
Copy link
Owner

platforms: [ .macOS(.v12), .iOS(.v15) ]

// tuist
deploymentTargets: DeploymentTargets = [.ios(17), .mac(14)]
  • xcode 15.2 이하에서 발생하는 macro 에러다. xcode를 15.3 이상으로 올리거나 platforms에 macOS을 추가해주면 해결된다.
  • tuist에서는 타겟을 추가할 때 DeploymentTargets에 Mac을 추가하면 된다.

[Swift Macros: external macro implementation type could not be found](https://stackoverflow.com/questions/77386744/swift-macros-external-macro-implementation-type-could-not-be-found)

@kimkyuchul kimkyuchul self-assigned this Jun 22, 2024
@kimkyuchul kimkyuchul changed the title external macro implementation type 'composablearchitecturemacros.observablestatemacro' could not be found for macro 'observablestate()’ [Macro] external macro implementation type 'composablearchitecturemacros.observablestatemacro' could not be found for macro 'observablestate()’ Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant