iOS Question Why works in Simulator and not in Release?

J. Rostek

New Member
Licensed User
Longtime User
I Test my Project in Simulator. All works fine.

B4i version: 2.80
Parsing code. (0.00s)
Compiling code. (0.01s)
Compiling layouts code. (0.00s)
Building Xcode project (0.01s)
Sending data to remote compiler. (4.49s)
Completed successfully.
App will run on the simulator.
This is a simulator build. Do not submit it to the App Store.

Then i choose my iMac Device IP Adress and Tools->Build Server->Build Release App
and now it brings an error.

on XCode works my provisining file perfect.
Whats wrong? And why i can't submit an simulator build to the App Store?

I purchase B4I for Rapid Developing and not for playing with problems. Sorry i test it now 4 weeks and nothing happens. Please Help.

B4i version: 2.80
Parsing code. (0.00s)
Compiling code. (0.01s)
Compiling layouts code. (0.00s)
Building Xcode project (0.01s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone
CONFIGURATION_BUILD_DIR = /Users/myname/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = result
PROVISIONING_PROFILE = 7309eea9-800c-4e45-a285-3014553aa53f

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

Check dependencies
Code Sign error: No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“store”) were found.


Error: ** BUILD FAILED **


The following build commands failed:
Check dependencies
(1 failure)
 

Cableguy

Expert
Licensed User
Longtime User
Are you using a local machine for compilation? Have you created your Apple dev account?
The error message is complaining about the missing devs certificate/key files
 
Upvote 0

J. Rostek

New Member
Licensed User
Longtime User
Oh my God! it Works. :)
I#m so stupid.
I always create certificates with the mac not with the b4i certificate.
Thank for hints.
Erel you are a hero.
 
Upvote 0
Top