-
I cloned the project, put my apple team id, attempted to built the project, this task linkDebugFrameworkIosArm64 fails with:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
There's no special step to build this demo compared to any other Compose Multiplatform app. Are you able to build other Compose apps for iOS? |
Beta Was this translation helpful? Give feedback.
-
I did not know you also use this lib for navigation with exactly this version: androidx-navigation = "2.9.0-beta04", indeed it could be the reason. Anyway it's interesting how others build the project with this version while some people can't |
Beta Was this translation helpful? Give feedback.
-
It worked with navigation library version changed to "..03" instead of "..04". I opened a ticket here https://youtrack.jetbrains.com/issue/CMP-8737 I was able to run it on iOS, and Android. I liked the OpenFreeMap Liberty style. Now I wonder again, how to add Composables on the map (images, pins, dialogs, buttons, new places, and other things) I created a new topic for this question since this topic was answered: #545 |
Beta Was this translation helpful? Give feedback.
Yeah, the demo app uses this library for navigation.