iOS Question Provisioning profile "Default" has app ID "xxx.*", which does not match the bundle ID "xxx"

Sureshv2

Member
Licensed User
Hi

When u build in B4I app, am getting following message. Attached keystore files for your reference.

B4i Version: 5.51
Parsing code. (0.00s)
Building folders structure. (0.03s)
Compiling code. (0.00s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.68s)
Building Xcode project (0.16s)
Sending data to remote compiler. Error
Out: Build settings from command line: ARCHS = arm64

CODE_SIGN_IDENTITY = iPhone Distribution: Suresh Vasu (S77KG3SRT2)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i Example
PROVISIONING_PROFILE = 07dac905-a1b3-4bc9-8247-c0918fd6be9d

note: Using new build system
note: Planning build
note: Constructing build description
Build system information

error: Provisioning profile "Default" has app ID "STONEBRIDGE.LotusHRM.*", which does not match the bundle ID "STONEBRIDGE.LotusHRM". (in target 'B4iProject')

Build system information
error: Provisioning profile "Default" doesn't include signing certificate "iPhone Distribution: Suresh Vasu (S77KG3SRT2)". (in target 'B4iProject')

Error: ** BUILD FAILED **

any body can help to sort out this issue.


Thanks & Regards
Suresh Vasu
 

Sureshv2

Member
Licensed User
Hi Erel

I have updated STONEBRIDGE.LotusHRM.app in Build Configuration and getting another build error

B4i Version: 5.51
Parsing code. (0.00s)
Building folders structure. (0.03s)
Compiling code. (0.00s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.69s)
Building Xcode project (0.16s)
Sending data to remote compiler. Error
Out: Build settings from command line: ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Suresh Vasu (S77KG3SRT2)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i Example
PROVISIONING_PROFILE = 07dac905-a1b3-4bc9-8247-c0918fd6be9d

note: Using new build system
note: Planning build
note: Constructing build description
Build system information
error: Provisioning profile "Default" doesn't include signing certificate "iPhone Distribution: Suresh Vasu (S77KG3SRT2)". (in target 'B4iProject')


Error: ** BUILD FAILED **
 
Upvote 0
Top