iOS Question Problem using Online iOS Compiler

Mark A. Furiate

Member
Licensed User
Longtime User
I am having trouble with the online compiler. I have set up and used both B4A and B4J with no problems. As usual, Apple is the lone stick in the mud making doing anything with them a major pain. (No bias here). Since I do need to compile for iOS I need some help with the following error.

I have a valid Apple Developer Account
I have created a cert
I have created an AppID: biz.Nextech.DataRightiOS
I have Mapped to my device: iPad Mini (OS 8)
I have created a Mobile Provisioning Profile

XXX Error XXX
B4i version: 2.00
Parsing code. (0.00s)
Compiling code. (0.11s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (3.83s)
Building Xcode project (0.16s)
Sending data to remote compiler. Error
Error: security: SecKeychainDelete: The specified keychain could not be found.

O

=== 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 (“DataRightiOS.Nextech.*”) has an AppID of “DataRightiOS.Nextech.*” which does not match your bundle identifier “DataRightiOS.Nextech”.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.4'
warning: all apps should include an armv7 architecture (current ARCHS = "arm64").


Error: ** BUILD FAILED **


The following build commands failed:
Check dependencies
(1 failure)
 
Last edited by a moderator:

Mark A. Furiate

Member
Licensed User
Longtime User
Error compiling bridge

B4i version: 2.00
Parsing code. (0.00s)
Compiling code. (0.05s)
Building designer app. (0.03s)
Building Xcode project (0.11s)
“biz.Nextech.DataRightiOS” which does not match your bundle identifier “biz.Nextech.DataRightiOS.bridge”.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.4'


Error: ** BUILD FAILED **


The following build commands failed:
Check dependencies
(1 failure)
 
Last edited by a moderator:
Upvote 0
Top