Jenn Magder
Jenn Magder
We did consider it (trying to page it back in from 5 years ago). I can't remember all the reasons but: 1. `BUILT_PRODUCTS_DIR` already handles splitting it by build mode...
@camsim99 ~~The `-e` empty isn't actually a different template, it's just an (almost) empty main.dart file, not sure what's up here https://github.com/flutter/flutter/issues/150367.~~ nevermind this should be enforced at the framework...
I tried `flutter create` with the default counter app doesn't reproduce this. However, just removing the AppBar from the scaffold in the default counter app was enough to make the...
We believe the `statusBarIconBrightness` default logic change may need to be changed at the Material/Cupertino design system layer, and not to modify the template. Will need to investigate where this...
Is this reproducible on a non-Flutter new macOS app created from Xcode on the beta? Create a new macOS app, change the build setting `PRODUCT_NAME` to Chinese--does it run?
https://github.com/flutter/engine/blob/a315118ce98a64a6c5fb792dac4e96669b806acc/impeller/renderer/backend/metal/shader_library_mtl.mm#L125-L127 @chinmaygarde or @bdero do you know if using this API is strictly necessary? Is there a way to register the shaders another way?
The macOS Sequoia release candidate seeded today. Can someone reproducing this try on that and confirm it's still broken, before we invest in a workaround?
Another possible workaround could be to make the PRODUCT_NAME latin characters, and in the Info.plist change the `CFBundleDisplayName` to the Chinese name. The executable path would not contain Chinese characters,...
> However, if I change the system language to Chinese, along with setting a Chinese app name, the issue reappears. Thanks, this was the trick, I can now reproduce it...
The `newLibraryWithSource:options:error:` comments and [forum links](https://forums.developer.apple.com/forums/thread/760088) might be a red-herring. I reproduced this (without Impeller on) and wasn't hitting the only place Flutter explicitly calls `-newLibraryWithSource`. https://github.com/flutter/engine/blob/ade8ef293bc650277972ac7bd80491a9f0f9f1c9/impeller/renderer/backend/metal/shader_library_mtl.mm#L125-L127 We should figure...