iOS Question Bundle identifier is missing. B4iProject doesn't have a bundle identifier for the Release (solved)

DactilPlus

Member
Licensed User
Longtime User
Good afternoon,

I was working normally with the app, compiling and testing the changes I was making when I suddenly got this error. Without modifying anything in the app.

I do not know how to fix it.

B4i version: 3.60
Parsing code. (0.03s)
Compiling code. (0.78s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (1.36s)
Building Xcode project (0.66s)
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 = TeamTrack Plus
PROVISIONING_PROFILE = 2792f967-103c-43c6-b1bf-75b9e64a60cc

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

Check dependencies
Bundle identifier is missing. B4iProject doesn't have a bundle identifier for the Release build configuration. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.1'


Error: ** BUILD FAILED **


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


It was working and repently gives me this error.
 

Attachments

  • 2017-03-15_1821.png
    2017-03-15_1821.png
    10.1 KB · Views: 561
  • 2017-03-15_1823.png
    2017-03-15_1823.png
    15.7 KB · Views: 623

DactilPlus

Member
Licensed User
Longtime User
I just try,
new proyect with other package name based in my app and the same error. What can i do?

B4i version: 3.60
Parsing code. (0.01s)
Compiling code. (0.13s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.73s)
Building Xcode project (0.12s)
Sending data to remote compiler. Error
Error: security: SecKeychainDelete: The specified keychain could not be found.

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 Example
PROVISIONING_PROFILE = 2792f967-103c-43c6-b1bf-75b9e64a60cc

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

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


Error: ** BUILD FAILED **


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

Attachments

  • 2017-03-16_0811.png
    2017-03-16_0811.png
    10.2 KB · Views: 509
Upvote 0

DactilPlus

Member
Licensed User
Longtime User
I created new certificate and provision profile, now the new proyect compile ok, but the real one no.

B4i version: 3.60
Parsing code. (0.03s)
Compiling code. (0.11s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (1.07s)
Building Xcode project (0.62s)
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 = TeamTrack Plus
PROVISIONING_PROFILE = 07cc4f20-365d-49ef-8c97-a94d9e7200ed

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

Check dependencies
Bundle identifier is missing. B4iProject doesn't have a bundle identifier for the Release build configuration. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.1'


Error: ** BUILD FAILED **


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

DactilPlus

Member
Licensed User
Longtime User
Oh, really?? thanks a lot. Quick response .Good support and sorry for my mistake.

A letter can give a lot of headache.
 
Upvote 0
Top