B4i Library Firebase February 2021 - local Mac

Biswajit

Active Member
Licensed User
Longtime User
Getting this error while using the above libraries. May be some compatibility issue.

B4X:
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)
 

Biswajit

Active Member
Licensed User
Longtime User
1613375911936.png
 

Biswajit

Active Member
Licensed User
Longtime User
Yes its working with the hosted builder.
Yes I'm using xcode 12.2
 

Biswajit

Active Member
Licensed User
Longtime User
So what do I need to do to make it work with the local builder? As there are some custom made libraries I'm using that are not available in the hosted builder.
 

Biswajit

Active Member
Licensed User
Longtime User
Put the builder in a new folder and see if you get this error. Test it with a new project where only FirebaseAnalytics is referenced.
Extracted a fresh copy of B4iBuildserver and copied all the libraries now its working. Thank you for the help.
 
Top