Describe the bug
Build errors in FPNTextField.swift Lines 33-35:
Cannot find NBPhoneNumberUtil in scope
Cannot find NBAsYouTypeFormatter in scope
To Reproduce
Steps to reproduce the behavior:
- Add
FlagPhoneNumber to an Xcode project via SPM
- Build project
- See error
Expected behavior
Expect the project to build successfully
Screenshots

Smartphone (please complete the following information):
- Device: iPhone 16 Simulator
- OS: iOS18.0
- Version 0
FlagPhoneNumber (please complete the following information):
Additional context
Fix suggestion: Add import libPhoneNumber to FPNTextField.swift
Describe the bug
Build errors in
FPNTextField.swiftLines 33-35:Cannot find
NBPhoneNumberUtilin scopeCannot find
NBAsYouTypeFormatterin scopeTo Reproduce
Steps to reproduce the behavior:
FlagPhoneNumberto an Xcode project via SPMExpected behavior
Expect the project to build successfully
Screenshots

Smartphone (please complete the following information):
FlagPhoneNumber (please complete the following information):
Additional context
Fix suggestion: Add
import libPhoneNumbertoFPNTextField.swift