iOS Question host configuration b4i problem

kisoft

Well-Known Member
Licensed User
Longtime User
HI
I am trying to build a bridge but I am getting this error.

Check dependencies
Error: security: SecKeychainDelete: The specified keychain could not be found.
Code Signing Error: Provisioning profile "default" has app ID "lpm.lp.*", which does not match the bundle ID "lpm.lp".
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.2'
Error: ** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)

I configured everything according to the tutorial.
 
Last edited:

sorex

Expert
Licensed User
Longtime User
try naming your bridge app to lpm.lp.bridge

project > build configuration
 
Upvote 0

kisoft

Well-Known Member
Licensed User
Longtime User
It's working now.
I deleted all files from the key folder and configured everything from scratch.
 
Upvote 0
Top