Hi everyone! I've been busy with a project impleme...
# multiplatform
m
Hi everyone! I've been busy with a project implementing Kotlin Multiplatform. However, I only just got everything ready for iOS testing (Macbook, IPhone, Apple ID etc, etc..) Now I am trying to access my shared folder, following the documentation: https://kotlinlang.org/docs/multiplatform-mobile-integrate-in-existing-app.html#connect-the-framework-to-your-ios-project Following the steps I try to build the project but I get the error
Framework not found shared
I dont exactly understand what I did wrong. However, the search path given is
$(SRCROOT)/../shared/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)
though here the build folder doesnt even exist in one version, though it does on my windows laptop. Here however, the xcode-frameworks folder doesnt exist either. Does anyone have any idea, or can anyone give me any insight on what's going on?
k
Make sure that your shared framework has default name. because `
Copy code
embedAndSignAppleFrameworkForXcode
name dependent task. or check all your tasks in terminal
Copy code
./gradlew tasks