-
I got this error while implementing: ld: Undefined symbols: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Are you using CocoaPods? If so, is the framework linked statically or dynamically? This seems like exactly the same error I get, when I use isStatic = false on CocoaPods framework. Linking it statically should fix the problem, but then XCode Previews wont work. I have not found a full solution yet, but I have it currently posted on SO. |
Beta Was this translation helpful? Give feedback.
Thanks ;) I already solved it: https://medium.com/@niranjanky14/i-tried-integrating-firebase-in-the-compose-multiplatform-check-out-what-i-found-out-0f3b8d3c84cb