Compile & Rapid Debug results in a error. I was not working on this for longer time. That's why I don't know, where to start searching.
B4i Version: 6.80
Parsing code. (0.28s)
Building folders structure. (0.52s)
Compiling code. (0.53s)
Compiling layouts code. (0.03s)
Compiling debugger engine code. (0.05s)
Building Xcode project (0.13s)
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=AppAssionato CONFIGURATION_BUILD_DIR=/Users/erel/Documents/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Distribution: Heiko Hinz (...)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=21bcaba1-... -arch arm64
Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Heiko Hinz (QXTQSH54D7)
CONFIGURATION_BUILD_DIR = /Users/erel/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = AppAssionato
PROVISIONING_PROFILE = 21bcaba1-...
note: Using new build system
note: Planning build
note: Constructing build description
CreateBuildDirectory /Users/erel/Documents/UploadedProjects/<user id>/build (in target 'B4iProject' from project 'B4iProject')
cd /Users/erel/Documents/UploadedProjects/<user id>
builtin-create-build-directory /Users/erel/Documents/UploadedProjects/<user id>/build
MkDir /Users/erel/Documents/UploadedProjects/<user id>/Payload/AppAssionato.app (in target 'B4iProject' from project 'B4iProject')
cd /Users/erel/Documents/UploadedProjects/<user id>
/bin/mkdir -p /Users/erel/Documents/UploadedProjects/<user id>/Payload/AppAssionato.app
...
XcodeDefault.xctoolchain/usr/bin/clang -target arm64-apple-ios8.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.7.sdk -L/Users/erel/Documents/UploadedProjects/<user id>/Payload -L../../Libs -F/Users/erel/Documents/UploadedProjects/<user id>/Payload -F../../Libs -filelist /Users/erel/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/AppAssionato.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -object_path_lto -Xlinker /Users/erel/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/AppAssionato_lto.o -Xlinker -no_deduplicate -fobjc-arc -fobjc-link-runtime -ObjC -lCore -framework Foundation -framework CoreGraphics -framework UIKit -liCustomDialog -liSQL -liUI8 -liHUD -liHttp -liXUI -liGameView -lxCustomListView -liStringUtils -liFirebaseAnalytics -liFirebaseNotifications -liJSON -liRandomAccessFile -framework AVFoundation -lsqlite3 -framework FIRAnalyticsConnector -framework FirebaseAnalytics -framework FirebaseCore -framework FirebaseCoreDiagnostics -framework FirebaseInstallations -framework GoogleAppMeasurement -framework GoogleDataTransport -framework GoogleDataTransportCCTSupport -framework GoogleUtilities -framework PromisesObjC -framework nanopb -framework FirebaseMessaging -framework Protobuf -framework FirebaseInstanceID -lz -liBitmapCreator -liDateUtils -liDebug2 -Xlinker -dependency_info -Xlinker /Users/erel/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/AppAssionato_dependency_info.dat -o /Users/erel/Documents/UploadedProjects/<user id>/Payload/AppAssionato.app/AppAssionato
ld: warning: Could not find or use auto-linked framework 'UniformTypeIdentifiers'
ld: warning: Could not find or use auto-linked framework 'FBLPromises'
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_GDTCORUploadPackage", referenced from:
objc-class-ref in GoogleDataTransportCCTSupport(GDTCCTPrioritizer.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: ** BUILD FAILED **
The following build commands failed:
Ld /Users/erel/Documents/UploadedProjects/<user id>/Payload/AppAssionato.app/AppAssionato normal arm64
(1 failure)
Parsing code. (0.28s)
Building folders structure. (0.52s)
Compiling code. (0.53s)
Compiling layouts code. (0.03s)
Compiling debugger engine code. (0.05s)
Building Xcode project (0.13s)
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=AppAssionato CONFIGURATION_BUILD_DIR=/Users/erel/Documents/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Distribution: Heiko Hinz (...)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=21bcaba1-... -arch arm64
Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Heiko Hinz (QXTQSH54D7)
CONFIGURATION_BUILD_DIR = /Users/erel/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = AppAssionato
PROVISIONING_PROFILE = 21bcaba1-...
note: Using new build system
note: Planning build
note: Constructing build description
CreateBuildDirectory /Users/erel/Documents/UploadedProjects/<user id>/build (in target 'B4iProject' from project 'B4iProject')
cd /Users/erel/Documents/UploadedProjects/<user id>
builtin-create-build-directory /Users/erel/Documents/UploadedProjects/<user id>/build
MkDir /Users/erel/Documents/UploadedProjects/<user id>/Payload/AppAssionato.app (in target 'B4iProject' from project 'B4iProject')
cd /Users/erel/Documents/UploadedProjects/<user id>
/bin/mkdir -p /Users/erel/Documents/UploadedProjects/<user id>/Payload/AppAssionato.app
...
XcodeDefault.xctoolchain/usr/bin/clang -target arm64-apple-ios8.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.7.sdk -L/Users/erel/Documents/UploadedProjects/<user id>/Payload -L../../Libs -F/Users/erel/Documents/UploadedProjects/<user id>/Payload -F../../Libs -filelist /Users/erel/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/AppAssionato.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -object_path_lto -Xlinker /Users/erel/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/AppAssionato_lto.o -Xlinker -no_deduplicate -fobjc-arc -fobjc-link-runtime -ObjC -lCore -framework Foundation -framework CoreGraphics -framework UIKit -liCustomDialog -liSQL -liUI8 -liHUD -liHttp -liXUI -liGameView -lxCustomListView -liStringUtils -liFirebaseAnalytics -liFirebaseNotifications -liJSON -liRandomAccessFile -framework AVFoundation -lsqlite3 -framework FIRAnalyticsConnector -framework FirebaseAnalytics -framework FirebaseCore -framework FirebaseCoreDiagnostics -framework FirebaseInstallations -framework GoogleAppMeasurement -framework GoogleDataTransport -framework GoogleDataTransportCCTSupport -framework GoogleUtilities -framework PromisesObjC -framework nanopb -framework FirebaseMessaging -framework Protobuf -framework FirebaseInstanceID -lz -liBitmapCreator -liDateUtils -liDebug2 -Xlinker -dependency_info -Xlinker /Users/erel/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/AppAssionato_dependency_info.dat -o /Users/erel/Documents/UploadedProjects/<user id>/Payload/AppAssionato.app/AppAssionato
ld: warning: Could not find or use auto-linked framework 'UniformTypeIdentifiers'
ld: warning: Could not find or use auto-linked framework 'FBLPromises'
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_GDTCORUploadPackage", referenced from:
objc-class-ref in GoogleDataTransportCCTSupport(GDTCCTPrioritizer.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: ** BUILD FAILED **
The following build commands failed:
Ld /Users/erel/Documents/UploadedProjects/<user id>/Payload/AppAssionato.app/AppAssionato normal arm64
(1 failure)