iOS Question Missing private key for signing certificate

interskala

Member
Licensed User
hai errel..current i already buy apple developer account and i already create and setting :
  • Devices - Add device
  • App Id - Create wildcard app id
  • Certificate - Create distribution certificate (ad hoc + store)
  • Provision Profile - Create distribution profile (ad hoc)
but when start Build B4i-Bridge App have error like bellow:
B4i Version: 5.81
Parsing code. (0.15s)
Building folders structure. (0.01s)
Compiling code. (0.12s)
Building designer app. (0.01s)
Building Xcode project (0.17s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Lia Mariyanti (65URQV4X42)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = eb9b800d-3b24-49b2-bd33-6a9c71424fae
note: Using new build system
note: Planning build
note: Constructing build description
Build system information
error: Missing private key for signing certificate. Failed to locate the private key matching certificate "iPhone Distribution: Lia Mariyanti (65URQV4X42)" in the keychain. To sign with this signing certificate, install its private key in your keychain. If you don't have the private key, select a different signing certificate for CODE_SIGN_IDENTITY in the build settings editor. (in target 'B4iProject')
Error: ** BUILD FAILED **

Can you help me to solve this problem..and what must i check??
Thanks
 

interskala

Member
Licensed User
Thanks Erel for your replay,
currently i have hosted builder,
I already try release use hosted builder but still show this error

please tell me how to solve this problem

Thanks
 
Upvote 0
Top