iOS Question Error Bridget compiler

fifiddu70

Well-Known Member
Licensed User
Longtime User
hi, i have thi error in debug, help me please

iphone 5
ios 8.1.1

B4X:
Building designer app.                  0.00
Building Xcode project                  0.02
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/******/Payload
    OTHER_CODE_SIGN_FLAGS = --keychain ******
    PRODUCT_NAME = B4i-Bridge
    PROVISIONING_PROFILE = f6732fa6-7aa5-41c4-a8b8-65d85be6b0c5

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

Check dependencies
Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“Developer001”) has an AppID of “eu.fifiddu70.test” which does not match your bundle identifier “eu.fifiddu70.test.bridge”.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.1' ?????


Error: ** BUILD FAILED **
 

DonManfred

Expert
Licensed User
Longtime User
i´ll quote an answer from erel:
Change the package name to match the app id you set when you created the provisioning profile.
Hopefuly it is the solution for you
 
Upvote 0

Robby

Member
Licensed User
Longtime User
I have the same error as the original post.

I have used a wildcard in the app id co.uk.uspsell.*
I have entered co.uk.uspsell as the package name in Build Configurations

Provision Profile
details
Name:
Dev1
Type:
iOS Development
App ID:
MyApp (co.uk.uspsell.*)
Certificates:
1 total
Devices:
1 total
Enabled Services:
None
Expires:
Nov 18, 2015
Status:
Active


Any pointers as to what else I can look at to fix the error?

Thanks
 
Upvote 0

fifiddu70

Well-Known Member
Licensed User
Longtime User
hi ahve resolved, the provvisioning file not end with *, because selected unique app, i have selected multiple and reconfigure all certificate, now work.
 
Upvote 0

Robby

Member
Licensed User
Longtime User
I sorted out the problem at that stage - forgot to add an app name to the package name - Compiled but with another error - separate thread
 
Upvote 0
Top