iOS Question Invalid Signature

epneeh

Member
Licensed User
Longtime User
After making several changed, save my work, then run error Invalid signature, no other info, please help
 

Attachments

  • Screenshot 2026-08-30 at 18.21.54.png
    Screenshot 2026-08-30 at 18.21.54.png
    31 KB · Views: 24

epneeh

Member
Licensed User
Longtime User
Hard to say. Are you trying to build B4i-Bridge?

Start a new project. Set its package name based on your app id and run it. Do you get the same error?

Hello Erel, so this is my setup, i have apple silicon mac, and running VMware Fusion (it is free btw), and run win 11 arm, share my mac folders (map drive) to windows and open project from it, first it is running flawless, i can edit, save build project, until it is happening, i unable to run with error invalid signature, i think this is something with mac file system maybe, so i copy project folder to windows and viola it is solved, never error again.

This is my first mac btw, for years i never ever having a mac, oh yeah running VMware Fusion is great, but like other virtual machine it is taking a mac resources and make my mac slightly hot.

Oh, i download and run java for windows arm (java 25.0.4 zulu for aarch64) is much way faster than x64, is it problematic later if i use java that have a higher version?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Oh, i download and run java for windows arm (java 25.0.4 zulu for aarch64) is much way faster than x64, is it problematic later if i use java that have a higher version?
Probably not a problem, though it will not make the builder run faster as the slow step is the Xcode building step.
 
Upvote 0
Top