Bug? Build Errors Prior to v 10 Beta

tariqyounis

Active Member
Licensed User
Longtime User
Dear All;
I need your help. I am not able to build any b4i apps after I installed B4i v 10 beta
The errors as per the attached file. Your help is appreciated.

Best Regards
 

Attachments

  • errors.txt
    161.9 KB · Views: 9

tariqyounis

Active Member
Licensed User
Longtime User
Change the additional lib to: #AdditionalLib: iPhoneNumber.xcframework.b4i

If using a local Mac then wait for the updated builder.
thank you for your prompt reply, I added #AdditionalLib: iPhoneNumber.xcframework.b4i in Main, but I got the same error. I am using B4i 10.00 BETA # 1 (64 bit)
 
Last edited:

tariqyounis

Active Member
Licensed User
Longtime User
It should work. Try the attached project.

Maybe you encountered a different error. If it doesn't work then please post the full text.
the code you provided compiled fine, I tried to recompile my project. it did not work
 

Attachments

  • errors2.txt
    107.6 KB · Views: 9

tariqyounis

Active Member
Licensed User
Longtime User

tariqyounis

Active Member
Licensed User
Longtime User
by the way I am using now B4i 10.00 release. I am getting this error:
error: 'libPhoneNumberiOS/libPhoneNumberiOS-Swift.h'
please advice
 

tariqyounis

Active Member
Licensed User
Longtime User
I already have this line in my code:

'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>
#AdditionalLib: libPhoneNumberiOS.framework.swift.3

#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: iPhoneNumber.xcframework.b4i
#AdditionalLib: libPhoneNumberiOS

Am I missing something.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…