Latest objective_c changes incompatible with cupertino_http #1298
Labels
package:cupertino_http
Issues related to package:cupertino_http
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Hi!
I'm using objective_c (and ffigen) at 87e8f92. It seems like at that version doing anything from objective_c (even just creating an NSString) when cupertino_http is also installed instantly crashes the app with a segmentation fault.
I'm not exactly sure what the issue is. Version 1.1.0 (which is in pub) works fine. From the changelog:
My guess is that it's due to ARC. Here's an example project where the issue can be reproduced: https://github.com/kekland/cupertino_http_objc_issue
cc @liamappelbe (not sure whether it's relevant to you, but tagging just in case)
The text was updated successfully, but these errors were encountered: