iOS Question Simulator can not work

tuhatinhvn

Active Member
Licensed User
Longtime User
Sending data to remote compiler. Error
Error: An error was encountered processing the command (domain=IXUserPresentableErrorDomain, code=4):

Failed to find matching arch for input file: /Users/phantu/Library/Developer/CoreSimulator/Devices/3B7218DD-B3C3-4283-B8E1-DE817B8209BC/data/Library/Caches/com.apple.mobile.installd.staging/temp.jSoBeK/extracted/Mac Mini 2025.app/Mac Mini 2025
Underlying error (domain=IXUserPresentableErrorDomain, code=4):


Error: An error was encountered processing the command (domain=FBSOpenApplicationServiceErrorDomain, code=1):
Simulator device failed to launch com.phantu.myapp.
The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application "com.phantu.myapp" is unknown to FrontBoard").
Underlying error (domain=FBSOpenApplicationServiceErrorDomain, code=1):
The request to open "com.phantu.myapp" failed.
The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application "com.phantu.myapp" is unknown to FrontBoard").

My MACOS: version 15.7. MAC MINI 2024 M2 (24GB RAM/256SSD)
Xcode: 16.4 , Simulator v16.0 , iphone 16 OS 26.0
Using Local Mac Builder

I tested in my real Iphone via B4i - Brigde is work ok!
Try https://www.b4x.com/android/forum/t...d-by-service-delegate-sbmainworkspace.161231/
Btw here is how I install the rosetta on my Mac using terminal:

/usr/sbin/softwareupdate --install-rosetta --agree-to-license

But not work for simulator?
Thank you!
 
Top