Jenn Magder

Results 606 comments of Jenn Magder
trafficstars

I was able to step through this. The `-newLibraryWithSource:` in question is called here, [which actually has a `@available(macOS 10.15, *)` check](https://skia-review.googlesource.com/c/skia/+/575516), though the fallback also calls `-newLibraryWithSource:` so it's...

The most helpful thing someone could do it to create a _minimum_ reproduction, ideally with _minimal_ changes to a canonical Apple example app like ["Using a Render Pipeline to Render...

Reopening this since we [reverted the auto-migration](https://github.com/flutter/flutter/pull/170490) to explore implications for plugins, for example https://github.com/flutter/flutter/issues/130243#issuecomment-2950679021.

I enabled FaceID in my phone settings. Then I ran the example app. When I selected "Authenticate" in the app I denied permission. Then I checked biometrics, and it returned...

``` Error (Xcode): Undefined symbols: Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation) ``` The missing part after "Undefined symbols:" seems like a bug....

> that's why I'm not posting a min reproducible example > The missing part after "Undefined symbols:" seems like a bug. @alexeyinkin I want to file a separate bug for...

Thanks @alexeyinkin, I filed https://github.com/flutter/flutter/issues/154733

From the proposal: some of the confusion seems to be about the missing error output, which is now tracked in https://github.com/flutter/flutter/issues/154733. The rest are suggestions for the CocoaPods flow, which...

@bkonyi yes I think so, I'll close. Thank you! @alexeyinkin if you have suggestions for errors we could handle better than don't involve CocoaPods, please file any suggestions. It's relatively...

These appear to be passing in CI now: ``` Test Case '-[FlutterTextInputPluginTest testInteractiveKeyboardScreenshotDismissedAfterPointerLiftedAboveMiddleYOfKeyboard]' passed (1.454 seconds). Test Case '-[FlutterTextInputPluginTest testInteractiveKeyboardShowKeyboardAndRemoveScreenshotAnimationIsReenabledAfterDelay]' passed (1.044 seconds). ``` https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8756644101106072417/+/u/test:_Tests_for_ios_debug_sim/stdout @hellohuanlin I don't know the...