iOS Question Error Compiling in B4i

tariqyounis

Active Member
Licensed User
Longtime User
Dear All;
I am facing this
error: 'libPhoneNumberiOS/libPhoneNumberiOS-Swift.h'
and my code is this


'Code module
#Region Project Attributes
#ApplicationLabel: TZikZak Store
#Version: 1.5.0
'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
' #iPhoneOrientations: Portrait, LandscapeLeft, LandscapeRight
#iPhoneOrientations: Portrait

' #iPadOrientations: Portrait, LandscapeLeft, LandscapeRight, PortraitUpsideDown
#iPadOrientations: Portrait
#Target: iPhone
#ATSEnabled: True
#MinVersion: 15
#PlistExtra:<key>NSCameraUsageDescription</key><string>Allows you to take a photo for your profile.</string>
#PlistExtra: <key>UIViewControllerBasedStatusBarAppearance</key><false/>
#Entitlement: <key>aps-environment</key><string>production</string>
' #PlistExtra:<key>NSLocationWhenInUseUsageDescription</key><string>Used to display the current navigation data.</string>
' #PlistExtra:<key>NSLocationUsageDescription</key><string>Used to display the current navigation data.</string>

#PlistExtra:<key>UIStatusBarStyle</key>
#PlistExtra:<string>UIStatusBarStyleLightContent</string>
#PlistExtra:<key>UIViewControllerBasedStatusBarAppearance</key>
#PlistExtra:<false/>
' #CertificateFile: ios_distribution_AO.cer
#CertificateFile: ios_distributionA2.cer
'#If RELEASE
' #ProvisionFile: ZikZakStore.mobileprovision
' #Else
#ProvisionFile: zikzaktst.mobileprovision
'#END IF
#End Region
#AdditionalLib: libPhoneNumberiOS.framework.swift.3

Please advice
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Moved to the questions forum. As I answered in the other thread, you need to reference iPhoneNumber correctly.

 
Upvote 0

tariqyounis

Active Member
Licensed User
Longtime User
Moved to the questions forum. As I answered in the other thread, you need to reference iPhoneNumber correctly.

I have rebuild the app over the sample you provided me, and it worked.
thank you for your support
 
Upvote 0
Top