iOS Question Error Debuging

zoubair chaachouh

Member
Licensed User
Hello,
I'm gettin this error when i tried to build my app. I did it before, compiled and debug my app without problem, But now noway, and that happend just when i tried to publish my app on appstore. I tried to repeat all the step and gerenarted new certificate but no way.
Attached some image of my configuration
Any help please

B4i Version: 4.81
Parsing code. (0.08s)
Compiling code. (0.18s)
Building designer app. (0.01s)
Building Xcode project (0.55s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Zoubair Chaachouh (CYRGN679BJ)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = 0d7dc2cf-f8db-42fb-bbde-9e4923652711
=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===
Check dependencies
Code Signing Error: Bundle identifier is missing. B4iProject doesn't have a bundle identifier for the Release build configuration. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.2'
Error: ** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
 

Attachments

  • Package name.png
    Package name.png
    168.7 KB · Views: 274
  • Path.png
    Path.png
    152.9 KB · Views: 288
  • Sign.png
    Sign.png
    170.7 KB · Views: 275

zoubair chaachouh

Member
Licensed User
Hello Erel,
I checked my Plist Extra, and evrything seem correct. Could be other thing?

B4X:
    #PlistExtra:<key>NSLocationWhenInUseUsageDescription</key><string>Used to display the current navigation data.</string>
    #PlistExtra:<key>NSLocationUsageDescription</key><string>Used to display the current navigation data.</string>
    #PlistExtra:<key>NSCameraUsageDescription</key><string>Read barcodes</string>
    #PlistExtra:<key>NSPhotoLibraryUsageDescription</key><string>This app does not require access to the photo library</string>
    #PlistExtra:<key>NSCameraUsageDescription</key><string>This app does not require access to the camera</string>
 
Upvote 0
Top