Jenn Magder

Results 633 comments of Jenn Magder

@zhangdong can you attach the full output of: ``` flutter build ios --no-codesign --verbose ```

> The exception being thrown [is this one here](https://github.com/flutter/engine/blob/eb5c6f0b4ed94325e9c9811cc8681d687e0f5c8a/shell/platform/darwin/ios/framework/Source/FlutterEngine.mm#L1106). The issues on other threads are from sudden process termination. @jmagman Perhaps we can reduce the severity of such cases and...

iOS 16.2 simulator runtime not downloading on the `flutter/flutter_drone` recipes ``` == Runtimes == iOS 16.0 (16.0 - 20A5339d) - com.apple.CoreSimulator.SimRuntime.iOS-16-0 ``` https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8794118111164297857/+/u/list_simulators/stdout It is installing the new `14c18` version...

Can we audit the autosubmit bot messages? They may have enough information for someone who is familiar with the autosubmit code, but these messages should give instruction to the PR...

@godofredoc should there be an eng prod GitHub Team for the flutter org with admin access to these repos?

> @jmagman He does. He is just out until next week. I would really like if we at least had read permissions on the settings. I know he has access,...

As the error says: > No supported devices found with name or id matching 'ios'. The name of the device is `iPhone 11` and the id is `799F1DAE-8CDC-4540-AE90-1ED2B89FDBD7`, neither of...

At a minimum this sounds like a request for documentation.

Example app is actually on the https://docs.flutter.dev/development/platform-integration/ios/c-interop#compiled-dynamic-library path so shouldn't need a podspec. I linked and embedded the frameworks (though IRL this would need to be embedded differently on simulator...

> Copying the `.dylib` in the `Frameworks/` folder works for me locally. How did you `DynamicLibrary.open` it? I had to make it relative to `Platform.executable`. The iOS ffi code could...