Upgrade to newest xcode and flutter version
Closed this issue · 2 comments
JulianBissekkou commented
Apps using this package are not able to compile if the build is done with xcode 16.
❌ /ios/Classes/SwiftFlutterSystemProxyPlugin.swift:113:26: value of type 'CFRunLoopSource' has no member 'takeUnretainedValue'
}, &context).takeUnretainedValue()
oelburk commented
Just got the same here!
JulianBissekkou commented
@oelburk
You can test this change by doing:
flutter_system_proxy:
git:
url: https://github.com/tappeddev/flutter_system_proxy.git
ref: 18-xcode-16-support