flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
135 stars 150 forks source link

iOS build fails on Flutter stable 1.22.3 #23

Closed ghenry closed 3 years ago

ghenry commented 3 years ago
     ^
    /Users/runner/hostedtoolcache/flutter/1.22.3-stable/x64/.pub-cache/git/callkeep-283403503ee348a9fde02aa5471174f399459686/ios/Classes/CallKeep.m:330:1: error: missing context for method declaration
    -(void) updateDisplay:(NSString *)uuidString displayName:(NSString *)displayName uri:(NSString *)uri
    ^
    fatal error: too many errors emitted, stopping now [-ferror-limit=]
    26 warnings and 20 errors generated.
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Constructing build description
ghenry commented 3 years ago

Excellent. Will test today.