iOS Question b4i development in windows 11

rcdumaguing

Member
Licensed User
Longtime User
anybody can provide simple guide on how to connect to my iphone using b4i and windows 11?
thanks you
 

f0raster0

Well-Known Member
Licensed User
Longtime User
Have you tried this:
 
Upvote 1

ddefrain

Member
Licensed User
Longtime User
anybody can provide simple guide on how to connect to my iphone using b4i and windows 11?
thanks you
I asked/typed Copilot
connect b4i windows 11

To connect B4i (a tool for iOS development) with Windows 11, you can follow these general steps:
  1. Install B4i: Download and install the B4i software from the official B4X website.
  2. Set Up Hosted Builder: If you're using the Hosted Builder, ensure you have the necessary credentials and provisioning profiles. These are required for compiling iOS apps.
  3. Connect Your iOS Device: Use a USB cable or Wi-Fi to connect your iPhone or iPad to your Windows 11 machine. Make sure iTunes is installed and recognizes your device.
  4. Configure B4i: Open B4i and configure the IDE to recognize your iOS device. This may involve entering your Apple Developer credentials and setting up certificates.
  5. Test the Connection: Run a simple project to ensure everything is working correctly.
If you encounter any issues, the B4X Programming Forum is a great resource for troubleshooting and community support. Let me know if you'd like more detailed guidance!
 
Upvote 0

rcdumaguing

Member
Licensed User
Longtime User
this is my error

B4i Version: 8.80
Parsing code. (0.00s)
Building folders structure. (0.01s)
Compiling code. (0.00s)
Building designer app. (0.01s)
Building Xcode project. (0.09s)
Preparing project for builder. Error
mobileprovision file not found.
 
Upvote 0

aminoacid

Active Member
Licensed User
Longtime User
this is my error

B4i Version: 8.80
Parsing code. (0.00s)
Building folders structure. (0.01s)
Compiling code. (0.00s)
Building designer app. (0.01s)
Building Xcode project. (0.09s)
Preparing project for builder. Error
mobileprovision file not found.

See Post#2
 
Upvote 0

rcdumaguing

Member
Licensed User
Longtime User
Have you tried this:
Thank you very much @
Have you tried this:
thank you very much f0raster0 i think this is what i need👍
 
Upvote 0
Top