iOS Question local builder - framework not found FIRAnalyticsConnector

Jack Cole

Well-Known Member
Licensed User
Longtime User
I have set up a local Mac builder for the first time. I have an app that uses Firebase Analytics. This is causing a failure. Works fine without the code for Firebase analytics. It also works fine on the hosted builder. Any ideas?

ld: framework not found FIRAnalyticsConnector
clang: error
: linker command failed with exit code 1 (use -v to see invocation)
Error: ** BUILD FAILED **
The following build commands failed:
Ld /Users/<user id>/Desktop/b4i\ builder/UploadedProjects/<user id>/Payload/Sleep\ Coach-NightOwl.app/Sleep\ Coach-NightOwl normal x86_64
(1 failure)

The build server shows the following for the library file:
iFirebaseAnalytics: 2.00
libiFirebaseAnalytics, size=36496, modified=07/07/2019 23:46:04
 

Semen Matusovskiy

Well-Known Member
Licensed User
Did you download in Safari (Mac !) and unzip www.b4x.com/b4i/files/FirebaseMacFrameworks2.zip and www.b4x.com/b4i/files/GoogleMaps.framework.zip into Libs subdirectory of B4IBuildServer ?

Libs looks so:
1.PNG
 
Upvote 0
Top