https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
l

Lukasz Ciastko

10/02/2023, 1:54 PM
Hi. Do you guys know if there is any way to stop the podspec from randomly changing spec.vendored_frameworks to relatively point to a currently used app? I have a number of apps that import the podspec with KMP code, but sometimes spec.vendored_frameworks gets randomly changed. Instead of
build/cocoapods/framework/MySDK.framework
it changes to
../../../apps/my_app_1/build/MySDK/cocoapods/framework/MySDK.framework.
This is happening when I run the Android app (it’s a Flutter project, but I don’t think this matters).