dallas
11/13/2023, 4:24 PMld: framework 'composeApp' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
the run configuration was already there for me -- didn't set one up myself... and I did open Xcode before running. Android (composeApp) runs fine
Any ideas?Pablichjenkov
11/13/2023, 5:43 PMdallas
11/13/2023, 5:43 PMPablichjenkov
11/13/2023, 5:54 PMdallas
11/13/2023, 5:55 PMPablichjenkov
11/13/2023, 5:55 PMdallas
11/13/2023, 5:56 PMPablichjenkov
11/13/2023, 5:58 PMdallas
11/13/2023, 6:00 PMPablichjenkov
11/13/2023, 6:01 PMdallas
11/13/2023, 6:02 PMPablichjenkov
11/13/2023, 6:02 PM/build
directory inside your moduledallas
11/13/2023, 6:03 PMPablichjenkov
11/13/2023, 6:03 PMdallas
11/13/2023, 6:03 PMcomposeApp/build
xcode-frameworks
Pablichjenkov
11/13/2023, 6:14 PMdallas
11/13/2023, 6:16 PMPablichjenkov
11/13/2023, 6:22 PMdallas
11/13/2023, 6:25 PMPablichjenkov
11/13/2023, 6:25 PMdallas
11/13/2023, 6:26 PMPablichjenkov
11/13/2023, 6:26 PMSame issue on 16.4Ouch, well, wait to see if someone from JB takes a look into it
dallas
11/14/2023, 12:21 AMComposeApp
vs. composeApp
Pablichjenkov
11/14/2023, 5:28 AMiosTarget.binaries {
framework {
baseName = "MyFrameworkNameKt"
isStatic = true
}
}
Hopefully you find where is the misspell because I guess someone else will run into the same problem if clone your code.