tonymillion / Reachability

ARC and GCD Compatible Reachability Class for iOS and MacOS. Drop in replacement for Apple Reachability
BSD 2-Clause "Simplified" License
6.98k stars 1.26k forks source link

cast to smaller integer type 'unsigned int' from 'Reachability *' [-Wpointer-to-int-cast] NSStringFromClass([self class]), (unsigned int) self, [self currentReachabilityFlags]]; #189

Closed insinfo closed 5 months ago

insinfo commented 2 years ago

I'm getting this error when compiling a flutter app for ios, with the latest version of macos/ios/flutter

/Users/insinfo/Desktop/MyProjectsFlutter/appsescverao/appsescverao/ios/Pods/Reachability/Reachability.m:465:63: warning: cast to smaller integer
    type 'unsigned int' from 'Reachability *' [-Wpointer-to-int-cast]
                                 NSStringFromClass([self class]), (unsigned int) self, [self currentReachabilityFlags]];
nurlan-dzhavadov commented 2 years ago

Any updates?

ArvinC commented 2 years ago

Has this problem been solved?

tonymillion commented 5 months ago

This was fixed a while ago.