I’m having issues having multiple Configurations in out Xcode Project. We have Production
Debug
and
Release
and we have QA variant’s which have the
-QA
suffix to them. It’s all setup and works well, apart from our
Framework Search Paths
don’t seem to be working correctly. I’ve seen a few setup places mention using to add
KOTLIN_FRAMEWORK_BUILD_TYPE
which we have done, however building the project and the
embedAndSignAppleFrameworkForXcode
gradle task, we still get the local QA build
Debug-QA
destination in the build dir.
Any help would be appreciated. I feel like we’re missing something small, but whatever I do it fails to find the search paths in our QA variant. 🙇