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

Compilation fails when I try to run the Compose MultiPlatform project on the iOS simulator. #641

Open
lumstep opened this issue Nov 30, 2023 · 3 comments

Comments

@lumstep
Copy link

lumstep commented Nov 30, 2023

error: Compilation failed: no implementation for FUN MISSING_DECLARATION name:DerivedSetup visibility:public modality:FINAL <> () returnType:kotlin.Nothing
in com.bumble.appyx.navigation.node.ParentNode

@zsoltk
Copy link
Contributor

zsoltk commented Dec 1, 2023

Hey @lumstep ,

This was discussed on slack: https://kotlinlang.slack.com/archives/C05FPNA6P27/p1699883454768869

We recommend using https://github.com/bumble-tech/appyx-starter-kit with its multiplatform branch as a starting point as it has everything set up to be working correctly.

Let me know if this helps.

@sbenmeddour
Copy link

You can add @HiddenFromObjC where Node, or ParentNode are declared or exposed

@eamedina87
Copy link

This has been solved (at least for me) in version 2.0.0-alpha10.
No need to add annotations, the error is gone and I'm able to run the app on iOS.

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

4 participants