im not sure where else to post this so please re-d...
# android
a
im not sure where else to post this so please re-direct if needed: Im following this guide to migrate my android app to KMM, but when i attempt to build the xcode project it gives this error:
Copy code
ld: warning: directory not found for option '-F/Users/xxx/My Apps/my_project/shared/build/xcode-frameworks/Debug/macosx13.3'
ld: framework not found shared
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Which makes sense as the folder xcode-frameworks doesnt exist. Is this supposed to be generated for me when i make & build the shared module in android? Because i’ve done this already
c
Better ask in #multiplatform
a
thank you!