Ios swift – Swift Compiler Error: “Cannot call value of non-function type ‘module’” when Integrating PhoneNumberKit in Flutter iOS Project
Problem: I’m encountering a Swift compiler error when trying to run a Flutter project on an iOS device (or simulator) the project depends on the PhoneNumberKit library in my Flutter iOS project. Statement: I am using phone_form_field to validate phone…