iOS Question Cannot create B4i bridge app or run Debug app

Vern

Member
Licensed User
Longtime User
I upgraded my Mac to MacOS Monterey and now I'm having problems.
I have new certificates and provision profiles and I can build a release app with no problem.
What I can't do is build a B4i bridge app or run my app (in Debug) on my iPhone 11 anymore.
The phone is physically connected to the Mac. I've checked the IP address of the Mac and the phone and can ping both from my PC but I keep getting this error. What am I missing?

B4i Version: 7.80
Parsing code. (0.38s)
Building folders structure. (0.01s)
Compiling code. (0.38s)
Building designer app. (0.05s)
Building Xcode project. (0.20s)
Preparing project for builder. (0.10s)
Project size: 0.31 MB
Sending data to remote compiler. Error
Out:
Waiting for the device [1/4] 0%
Waiting for the device [1/4] 100%

"install-app" failed on Unknown device (ECID: 0x9148302FB804E).

--- Summary ---
Operation "install-app" failed on 1 devices.

Error: objc[57040]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x7ff9419247c0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10425c650). One of the two will be used. Which one is undefined.
.
.
cfgutil: error: The device is not booted into the System.
(Domain: ConfigurationUtilityKit.error Code: 604)
 

Vern

Member
Licensed User
Longtime User
Xcode is now at version 13.3 (there was another upgrade last night)
Still can't build the B4i bridge though:

B4i Version: 7.80
Parsing code. (0.38s)
Building folders structure. (0.01s)
Compiling code. (0.42s)
Building designer app. (0.07s)
Building Xcode project. (0.16s)
Preparing project for builder. (0.07s)
Project size: 0.31 MB
Sending data to remote compiler. Error
Communication error: java.lang.RuntimeException: java.io.IOException: Cannot run program "/usr/local/bin/cfgutil" (in directory "/"): error=2, No such file or directory
 
Upvote 0

Danyal

New Member
Hi,

after getting the same error, I installed Xcode 13.2 again.

Unfortunately, I still get the same error message when compiling.
What else can I do?

B4i Version: 7.80
Parsing code. (0.35s)
Building folders structure. (0.60s)
Compiling code. (0.72s)
Compiling layouts code. (0.07s)
Compiling debugger engine code. (5.74s)
Building Xcode project. (3.61s)
Preparing project for builder. (1.22s)
Project size: 2.53 MB
Sending data to remote compiler. Error
Communication error: java.lang.RuntimeException: java.io.IOException: Cannot run program "/usr/local/bin/cfgutil" (in directory "/"): error=2, No such file or directory
 
Upvote 0

Danyal

New Member

Attachments

  • IMG_20220324_190512.jpg
    IMG_20220324_190512.jpg
    239.3 KB · Views: 94
Last edited:
Upvote 0
Top