iOS Question Bridge problem

fishwolf

Well-Known Member
Licensed User
Longtime User
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:

fishwolf

Well-Known Member
Licensed User
Longtime User
Your certificate has probably expired. Try to create a new one.
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

fishwolf

Well-Known Member
Licensed User
Longtime User
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

fishwolf

Well-Known Member
Licensed User
Longtime User
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:
Upvote 0
Top