aminsamad / flutter_kurdish_localization

GNU General Public License v3.0
28 stars 15 forks source link

Missing Implementation for iOS #10

Open Harrem opened 6 months ago

Harrem commented 6 months ago

hey there! I got this error when running my app that uses KurdishCupertinoLocalizations, on iPhone 15 pro max, Xcode version 15.3 iOS sdk 17.4, here is the error I get : Error (Xcode): ../../../.pub-cache/hosted/pub.dev/flutter_kurdish_localization-1.0.8/lib/kurdish_cupertino_localization_delegate.dart:275:7: Error: The non-abstract class 'KurdishCupertinoLocalizations' is missing implementations for these members:

Could not build the application for the simulator. Error launching application on iPhone 15 Plus.

I ran flutter pub upgrade && flutter clean && flutter pub get && flutter run, and the problem still remains, maybe some implementations are missing? thanks for helping