Hello, While using Compose Multiplatform, I notice...
# android-studio
m
Hello, While using Compose Multiplatform, I noticed that when I change the App Name using a
Debug.xcconfig
iOS variant (e.g: MyApp -> MyAppDev), Android Studio is unable to run the MyAppDev.app build in the iOS simulator (it keeps attempting to run MyApp.app). Fleet does this effortlessly when I specify the
.xcconfig
configuration in the custom run configurations
run.json
. It doesn't work even when I edit my Android Studio configuration to use
Debug
for the project config.