Hi. Do you guys know if there is any way to stop t...
# multiplatform
l
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).