Jacob Ras
11/09/2023, 9:26 AMproject/shared/build/xcode-frameworks/Debug/iphonesimulator17.0
. Framework Search Path and Other Linker Flags are configured like in the docs (copied from there).
Kotlin 1.9.20, XCode 15.0.1, Gradle 8.4. Any idea? Error (for others searching this later: No such file or directory: ' -framework shared'
.
Edit: fixed! Details in thread.Jacob Ras
11/09/2023, 9:29 AMDummy
class so it does generate the framework but the error shown above pops up.Jacob Ras
11/09/2023, 9:32 AMJacob Ras
11/09/2023, 11:05 AM$(inherited) -framework shared
, now the project builds and the KMP code works. Maybe the documentation is outdated for XCode 15, although step 7 (about "User Script Sandboxing") is a 15 specific thing AFAIK 🤷🏼♂️KamilH
12/19/2023, 8:58 PM