F fishwolf Well-Known Member Licensed User Longtime User Mar 19, 2016 #1 today the b4i-bridge is not available on my developer device i haven't changed any certificate or other. i have b4i 2.30 mac server with xcode 6.4 i have build again b4i-brige with success, but from safari is not possible download and install the app I have verifiy the certificate on device Last edited: Mar 19, 2016
today the b4i-bridge is not available on my developer device i haven't changed any certificate or other. i have b4i 2.30 mac server with xcode 6.4 i have build again b4i-brige with success, but from safari is not possible download and install the app I have verifiy the certificate on device
Erel B4X founder Staff member Licensed User Longtime User Mar 20, 2016 #2 Your certificate has probably expired. Try to create a new one. Upvote 0
F fishwolf Well-Known Member Licensed User Longtime User Mar 20, 2016 #3 Erel said: Your certificate has probably expired. Try to create a new one. Click to expand... device certificate expired 2024 year, but into BasicProvisioning.mobileprovision B4X: <key>CreationDate</key> <date>2015-03-19T14:39:24Z</date> <key>DeveloperCertificates</key> i have also certificate for push what steps i must do for refresh the certificate without recreate again as new? Upvote 0
Erel said: Your certificate has probably expired. Try to create a new one. Click to expand... device certificate expired 2024 year, but into BasicProvisioning.mobileprovision B4X: <key>CreationDate</key> <date>2015-03-19T14:39:24Z</date> <key>DeveloperCertificates</key> i have also certificate for push what steps i must do for refresh the certificate without recreate again as new?
Erel B4X founder Staff member Licensed User Longtime User Mar 21, 2016 #4 Don't worry about creating new keys. It will take you no longer than 10 minutes. You can try to only create a new provision profile. Upvote 0
Don't worry about creating new keys. It will take you no longer than 10 minutes. You can try to only create a new provision profile.
F fishwolf Well-Known Member Licensed User Longtime User Mar 22, 2016 #5 i have generate a new BasicProvisioning.mobileprovision file and copy in keys folder, but the compile of b4i-bridge return this error B4X: B4i version: 2.30 Parsing code. (0.00s) Compiling code. (0.01s) Building designer app. (0.01s) Building Xcode project (0.09s) Sending data to remote compiler. Error Out: Build settings from command line: ARCHS = armv7 CODE_SIGN_IDENTITY = iPhone CONFIGURATION_BUILD_DIR = /Users/guest/Desktop/Basic4Ios/macserver-aa_Ver_2.30/UploadedProjects/<user id>/Payload OTHER_CODE_SIGN_FLAGS = --keychain <user id> PRODUCT_NAME = B4i-Bridge PROVISIONING_PROFILE = 3ced7c92-8d99-485b-8712-17807f37b45e === 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 (“BasicProvisioning”) were found. 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) Upvote 0
i have generate a new BasicProvisioning.mobileprovision file and copy in keys folder, but the compile of b4i-bridge return this error B4X: B4i version: 2.30 Parsing code. (0.00s) Compiling code. (0.01s) Building designer app. (0.01s) Building Xcode project (0.09s) Sending data to remote compiler. Error Out: Build settings from command line: ARCHS = armv7 CODE_SIGN_IDENTITY = iPhone CONFIGURATION_BUILD_DIR = /Users/guest/Desktop/Basic4Ios/macserver-aa_Ver_2.30/UploadedProjects/<user id>/Payload OTHER_CODE_SIGN_FLAGS = --keychain <user id> PRODUCT_NAME = B4i-Bridge PROVISIONING_PROFILE = 3ced7c92-8d99-485b-8712-17807f37b45e === 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 (“BasicProvisioning”) were found. 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)
Erel B4X founder Staff member Licensed User Longtime User Mar 23, 2016 #6 You will need to create a new certificate as well. Upvote 0
F fishwolf Well-Known Member Licensed User Longtime User Mar 23, 2016 #7 i have revoke the certicates but the .csr is not valid. i have create a new .csr but is rejected. must i use B4i 2.51 version? Last edited: Mar 23, 2016 Upvote 0
i have revoke the certicates but the .csr is not valid. i have create a new .csr but is rejected. must i use B4i 2.51 version?
Erel B4X founder Staff member Licensed User Longtime User Mar 23, 2016 #8 See this post: https://www.b4x.com/android/forum/threads/b4i-v2-51-is-released.64413/#content Upvote 0