iOS Question Problems with BuildServer

marcick

Well-Known Member
Licensed User
Longtime User
After years of using the Hosted Builder, I bought a Mac and installed everything needed for the local Build Server.
A basic project works, but my main project shows several compilation errors like the ones below.


Are there any additional steps or extra components I need to install (for example Firebase), or should the Build Server package already include everything required?

If I check inside the folder Lib/Firebase I see the files that the log says "missing or invalid"
p.s. I have downloaded and unzipped from the Mac.

B4X:
error: The signature of “nanopb.xcframework” cannot be verified.
    note: A sealed resource is missing or invalid
    note: /Users/eb/Desktop/B4iBuildServer1000/Libs/Extra/Firebase/nanopb.xcframework: a sealed resource is missing or invalid
file added: /Users/eb/Desktop/B4iBuildServer1000/Libs/Extra/Firebase/nanopb.xcframework/macos-arm64_x86_64/nanopb.framework/Resources/nanopb_Privacy.bundle/Contents/Resources/PrivacyInfo.xcprivacy
file added: /Users/eb/Desktop/B4iBuildServer1000/Libs/Extra/Firebase/nanopb.xcframework/macos-arm64_x86_64/nanopb.framework/Resources/nanopb_Privacy.bundle/Contents/Info.plist
file added: /Users/eb/Desktop/B4iBuildServer1000/Libs/Extra/Firebase/nanopb.xcframework/macos-arm64_x86_64/nanopb.framework/Resources/Info.plist
file added: /Users/eb/Desktop/B4iBuildServer1000/Libs/Extra/Firebase/nanopb.xcframework/macos-arm64_x86_64/nanopb.framework/Versions/Current/Resources/nanopb_Privacy.bundle/Contents/Resources/PrivacyInfo.xcprivacy
file added: /Users/eb/Desktop/B4iBuildServer1000/Libs/Extra/Firebase/nanopb.xcframework/macos-arm64_x86_64/nanopb.framework/Versions/Current/Resources/nanopb_Privacy.bundle/Contents/Info.plist
file added: /Users/eb/Desktop/B4iBuildServer1000/Libs/Extra/Firebase/nanopb.xcframework/macos-arm64_x86_64/nanopb.framework/Versions/Current/Resources/Info.plist
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
This error means that the signature of this framework doesn't match the framework content. It can happen when the builder package was unpacked in a way that broke something like a soft link.

Download the zip to your mac directly and open it with Finder. If it doesn't work then download Firebase from here:

And replace the problematic framework.
 
Upvote 0

marcick

Well-Known Member
Licensed User
Longtime User
Yes, I performed all the steps directly on the newly purchased Mac Mini M4 running macOS 26.1.
When downloading with Safari, the file appears already unzipped in the Downloads folder.
I repeated everything from scratch without success.


I manually downloaded Firebase from the link you provided (also using Safari) and copied the entire contents of the Firebase folder into B4iBuildServer/Libs/Extra/Firebase, but I’m still getting the same error.
 
Last edited:
Upvote 0

marcick

Well-Known Member
Licensed User
Longtime User
sorry but no success. Tried unzipping with finder and also with terminal using "ditto -xk B4iBuildServer.zip B4iBuildServer"
The first compile error I see is always this

B4X:
error: The signature of “nanopb.xcframework” cannot be verified.
    note: A sealed resource is missing or invalid
    note: /Users/eb/Desktop/B4iBuildServer/Libs/Extra/Firebase/nanopb.xcframework: a sealed resource is missing or invalid
 
Upvote 0

marcick

Well-Known Member
Licensed User
Longtime User
I don’t know what to say. I bought it new the day before yesterday, turned it on, updated to macOS 26.1, installed the Java SDK and the Build Server. Nothing else.
Could it be caused by something not properly updated on the Windows PC where B4i is running?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Could it be caused by something not properly updated on the Windows PC where B4i is running?
No. It is not related to the Windows machine.

Another thing that you can try is to delete the _CodeSignature folder that is inside the framework. It will cause Xcode to skip the signature verification.
 
Upvote 0

marcick

Well-Known Member
Licensed User
Longtime User
Thanks, but unfortunately, it didn’t help removing that folder …
i will try to reinstall B4i 8.90 and its BuildServer but I feel troubles are with MacOs26
 
Upvote 0
Top