Joey
10/14/2022, 1:40 PM"${BUILD_DIR%/Build/*}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run"
This works fine in xCode, but in Android studio it points to my git repo that contains the project code, whereas xCode properly defines that as the directory in the derivedData. Is this perhaps an issue with how KMM builds the project when ran from Android Studio? As that for some reason $BUILD_DIR seems to have a different value when ran from the KMM buildJoey
10/14/2022, 1:42 PM/Users/joey/Library/Developer/Xcode/DerivedData/iosApp-avrzuwcdvbhdzkfvoegfmaxitrku
When building with KMM in gradle:
/Users/joey/git/<theappname>/build/ios
Aleksei Panov
04/20/2023, 9:37 AMJoey
04/20/2023, 9:42 AMAleksei Panov
04/20/2023, 9:54 AMJoey
04/20/2023, 10:54 AMubuntudroid
06/20/2023, 5:17 PMBUILD_DIR
or BUILT_PRODUCTS_DIR
or BUILD_ROOT
etc.
Did you report this to the Kotlin MPP people @Aleksei Panov?