iOS Question Simulator build fails using internal iPhone library

Neil Rohan

Member
Licensed User
xcode version: 14.3
macbook macOS version: Venture 13.2.1
B4I version: 8.3
Build Server version: 8.1 (uploaded with B4I version 8.3 upgrade)

My program compiles normally to an Apple device, but fails to build when I include the iPhone internal library. I get these error messages:

[IDE message - 8:59:43]
An error occurred.
omisesObjC -framework nanopb -framework FirebaseMessaging -lixui -framework MessageUI -framework CoreMotion -liBitmapCreator -liDateUtils -framework StoreKit -liDebug2 -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/build/B4iProject.build/Release-iphonesimulator/B4iProject.build/Objects-normal/x86_64/AWG\ Calculator_dependency_info.dat -o /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/Payload/AWG\ Calculator.app/AWG\ Calculator
ld: warning: ignoring file ../../Libs/libiPhone.a, file is universal (arm64,armv7) but does not contain the x86_64 architecture: ../../Libs/libiPhone.a
ld: warning: Could not find or use auto-linked framework 'FBLPromises'
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_B4IDocumentInteractionWrapper", referenced from:
objc-class-ref in b4i_b4xpdfpage.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

ProcessInfoPlistFile /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/Payload/AWG\ Calculator.app/Info.plist /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/B4iProject/B4iProject-Info.plist (in target 'B4iProject' from project 'B4iProject')
cd /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>
builtin-infoPlistUtility /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/B4iProject/B4iProject-Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/Payload/AWG\ Calculator.app/PkgInfo -expandbuildsettings -format binary -platform iphonesimulator -additionalcontentfile /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/build/B4iProject.build/Release-iphonesimulator/B4iProject.build/LaunchScreen-SBPartialInfo.plist -additionalcontentfile /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/build/B4iProject.build/Release-iphonesimulator/B4iProject.build/assetcatalog_generated_info.plist -o /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/Payload/AWG\ Calculator.app/Info.plist
/Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/B4iProject.xcodeproj: warning: User-supplied CFBundleIdentifier value 'com.turbosoftsolutions.awgcalc' in the Info.plist must be the same as the PRODUCT_BUNDLE_IDENTIFIER build setting value ''. (in target 'B4iProject' from project 'B4iProject')


Error: 2023-04-12 08:59:41.152 xcodebuild[2544:30737] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
** BUILD FAILED **


The following build commands failed:
Ld /Users/neilrohan/Downloads/B4iBuildServer/UploadedProjects/<user id>/Payload/AWG\ Calculator.app/AWG\ Calculator normal (in target 'B4iProject' from project 'B4iProject')
(1 failure)

Any help/advice would be greatly appreciated.
 
Top