iOS Question Can't build B4i-Bridge app

PhilN

Member
Licensed User
Longtime User
I renewed my Apple Developers licence yesterday. I am using a PC running Windows 10. B4i version is 2.51

I have:
1. Renewed my Apple Developer Program membership 1 day ago
2. Renewed my B4i - Hosted Builder with the new user id
3. Updated the Build Sever with the new Build Server user ID
4. Installed the B4i Certificate on my iPhone 6+
5. Installed the updated developer AppleWWDRCA.cer certificate
6. Created the provisioning profile
7. Created a new Sign Key successfully

When building the B4i-Bridge app I get the following error:

B4i version: 2.51
Parsing code. (0.00s)
Compiling code. (0.05s)
Building designer app. (0.02s)
Building Xcode project (0.11s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7
CODE_SIGN_IDENTITY = iPhone
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = 84c993fc-82ea-430c-ad15-836d31f33383

=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===

Check dependencies
Provisioning profile "Development" doesn't include any certificate for which the matching private key is installed in the keychain.
Code signing is required for product t-Be 'Application' in SDK 'iOS 10.1'


Error: ** BUILD FAILED **


The following build commands failed:
Check dependencies
(1 failure)


I have struggled for many hours and don't know how to fix this anymore. Any suggestions?
 

PhilN

Member
Licensed User
Longtime User
OK. I managed to fix the problem by using the newly created CSR file and downloading the related Provisioning Profile. I had the order the wrong way. I should have performed step 7 and and then step 6 above.

I have successfully built and installed B4i-Bridge and connected to my device.

I now have a different problem. I can build and install an app if I use: Tools> Build Sever> Build Release App but I get an error when I simply hit the Run(F5) key to compile for Debug.

Please attached error file ...
 

Attachments

  • Error file.txt
    12.1 KB · Views: 327
Upvote 0
Top