Benny Ă–zcetin
03/14/2025, 7:36 PMBrill
03/15/2025, 1:43 AMBenny Ă–zcetin
03/15/2025, 11:54 AMFrançois
03/15/2025, 5:57 PMMarcin Piekielny
03/18/2025, 6:53 PMspmForKmp with unit tests.
I checked out your FirebaseKmpDemo repository and I'm trying to run unit tests for it. I added the commonTest source set to the composeApp project and couple of simple tests. When I run these tests under the android target everything works well. However, when I trigger the same tests under the iosSimulatorArm64 I'm getting the following error
ld: framework 'FirebaseCore' not foundI assume that SPM dependencies are linked only to the main target and not to the test target. Do you have some idea how to make it work?
François
03/18/2025, 8:29 PMFrançois
03/19/2025, 7:25 AMFrançois
03/19/2025, 7:44 AMgitlive, which already use cinterop and make some conflict.
If you don’t use it, there is no issue.
But, It will be difficult to find a workaround