iOS Question Test App Error

zavaree

Active Member
Licensed User
Longtime User
Hi
i program ios app in my last notebook and i change that.
in my new notebook i download .cer and .mobileprovision from developer.apple.com and run in macbuilder.
but when i try test my app in real iPhone (form upload http://diawi.com/) this error showing :

mobileprovision is missing ! but cer and mobileprovision exist in key folder .

please help me.thx
 

zavaree

Active Member
Licensed User
Longtime User
when i change simulator ip and release app this error happens :

B4i Version: 4.40
Parsing code. (0.11s)
Compiling code. (0.45s)
Compiling layouts code. (0.09s)
Building Xcode project (0.54s)

icon-store-1024.png is missing from Files\Special. Using default icon.
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone
CONFIGURATION_BUILD_DIR = /Users/zavaree/Desktop/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = —keychain <user id>
PRODUCT_NAME = One
PROVISIONING_PROFILE = d93feb76-0691-4b26-8f5a-0fc4708758ea

=== 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 (“ELMIOS”) were found.


Error: BUILD FAILED


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

Erel

B4X founder
Staff member
Licensed User
Longtime User
You are confusing several different things.
B4i creates a keystore and a csr file.
Using this csr file you create certificates.

It is highly recommended to always use the same csr file. If you changed it then you need to delete all other certificates and provision profiles and create new ones.

Moving between computers is easy. Copy the complete keys folder to the new computer and set the password (Tools - Private Sign Key - Set Password). Don't create a new keystore + csr file.

If you are unable to solve it then delete all files, revoke the certificates and provision profiles and start from scratch.
 
Upvote 0

zavaree

Active Member
Licensed User
Longtime User
ok . you tel me : If you are unable to solve it then delete all files, revoke the certificates and provision profiles and start from scratch.

my app release in app store. if i revoke certificaton and regenerate them my update is working??
 
Upvote 0

zavaree

Active Member
Licensed User
Longtime User
Hi Erel
1 : i revoke cert and provision .
2 : recreate b4i cert.
3 : recreate cert and provision in apple developer panel.
4 : move file to key folder.
5 : build release in b4i
6 : download last build
7 : upload in diawi.com
8 : showing error :( (atached file)
 

Attachments

  • photo_2017-12-14_09-07-13.jpg
    photo_2017-12-14_09-07-13.jpg
    25.4 KB · Views: 188
Upvote 0
Top