Using Hosted Builder:
I had to create new certificates and provision file to add some devices that were not there before.
After the procedure of generating certificates and provision file, I created B4i-Bridge and I was able to install it on the devices.
I compile a simple app using Hosted Builder, the debug version is installed on the device and opens and works, I move on to generate the release version but the compiler returns errors and the compilation process fails:
(this test was done on iPhone 16 Pro (ver iOS 18.3. 2 and on iPhoneX iOS 16.7. 10)
below are the messages where the compiler stops:
CompileAssetCatalog /Users/administrator/Documents/UploadedProjects/<user id>/Payload/Table\ B4i.app /Users/administrator/Documents/UploadedProjects/<user id>/Images.xcassets (in target 'B4iProject' from project 'B4iProject')
cd /Users/administrator/Documents/UploadedProjects/<user id>
/Applications/Xcode.app/Contents/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/assetcatalog_dependencies --output-partial-info-plist /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/assetcatalog_generated_info.plist --app-icon AppIcon --enable-on-demand-resources YES --development-region English --target-device iphone --target-device ipad --minimum-deployment-target 12.0 --platform iphoneos --compile /Users/administrator/Documents/UploadedProjects/<user id>/Payload/Table\ B4i.app /Users/administrator/Documents/UploadedProjects/<user id>/Images.xcassets
Error: ** BUILD FAILED **
The following build commands failed:
CpResource /Users/administrator/Documents/UploadedProjects/<user id>/Payload/Table\ B4i.app/b4i_host_ip.txt /Users/administrator/Documents/UploadedProjects/<user id>/b4i_host_ip.txt (in target 'B4iProject' from project 'B4iProject')
(1 failure)
I had to create new certificates and provision file to add some devices that were not there before.
After the procedure of generating certificates and provision file, I created B4i-Bridge and I was able to install it on the devices.
I compile a simple app using Hosted Builder, the debug version is installed on the device and opens and works, I move on to generate the release version but the compiler returns errors and the compilation process fails:
(this test was done on iPhone 16 Pro (ver iOS 18.3. 2 and on iPhoneX iOS 16.7. 10)
below are the messages where the compiler stops:
CompileAssetCatalog /Users/administrator/Documents/UploadedProjects/<user id>/Payload/Table\ B4i.app /Users/administrator/Documents/UploadedProjects/<user id>/Images.xcassets (in target 'B4iProject' from project 'B4iProject')
cd /Users/administrator/Documents/UploadedProjects/<user id>
/Applications/Xcode.app/Contents/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/assetcatalog_dependencies --output-partial-info-plist /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/assetcatalog_generated_info.plist --app-icon AppIcon --enable-on-demand-resources YES --development-region English --target-device iphone --target-device ipad --minimum-deployment-target 12.0 --platform iphoneos --compile /Users/administrator/Documents/UploadedProjects/<user id>/Payload/Table\ B4i.app /Users/administrator/Documents/UploadedProjects/<user id>/Images.xcassets
Error: ** BUILD FAILED **
The following build commands failed:
CpResource /Users/administrator/Documents/UploadedProjects/<user id>/Payload/Table\ B4i.app/b4i_host_ip.txt /Users/administrator/Documents/UploadedProjects/<user id>/b4i_host_ip.txt (in target 'B4iProject' from project 'B4iProject')
(1 failure)
Last edited: