iOS Question I have Error in Run realse

naifnas

Active Member
Licensed User
hi all
please help

1- i change name my app to in bath config com.hakeem
2- then private sign key
3- from apple developer from certificate I upload certSigningRequest.csr
4-I download ios_development.cer and copy to folder keys
5- i Registering an App ID i write
App ID Description hakeem
then Wildcard App ID com.hakeem.*
then done then i do profile
App ID: hakeem(FM47L39DK9.com.hakeem.*)
then i download file Development.mobileprovision
to folder keys
i do server builder
this
B4X:
B4i Version: 4.40
Parsing code. (0.00s)
Compiling code. (0.04s)
Building designer app. (0.01s)
Building Xcode project (0.18s)
Sending data to remote compiler. (18.88s)

Troubleshooting:
1. Make sure that B4I certificate is installed and trusted (www.b4x.com/ca.pem).
2. Make sure that the provisioning file includes the target device UDID.
3. Check the link for typos.
Completed successfully.

I run f5 this error

B4X:
=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===
Check dependencies
Code Signing Error: Provisioning profile "Development" has app ID "com.hakeem.*", which does not match the bundle ID "com.hakeem".
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)
 
Last edited by a moderator:
Top