Your app has crashed during launch. You need to find out why it crashed. From my experience with Apple these are real crashes and you can usually reproduce them.
If you have a local Mac then you can symbolicate the crash.
then I run my app in release mode and I got this Message
B4i Version: 6.30
Parsing code. (0.13s)
Building folders structure. (0.07s)
Compiling code. (0.10s)
Compiling layouts code. (0.01s)
Building Xcode project (0.29s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Rashed AlDayil (C56R8RZWB2)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = result
PROVISIONING_PROFILE = 187326cc-e50a-4ac9-8646-2fdd6909c515
note: Using new build system
note: Planning build
note: Constructing build description
CreateBuildDirectory /Users/administrator/Documents/UploadedProjects/<user id>/build (in target 'B4iProject' from project 'B4iProject')
cd /Users/administrator/Documents/UploadedProjects/<user id>
builtin-create-build-directory /Users/administrator/Documents/UploadedProjects/<user id>/build
MkDir /Users/administrator/Documents/UploadedProjects/<user id>/Payload/result.app (in target 'B4iProject' from project 'B4iProject')
cd /Users/administrator/Documents/UploadedProjects/<user id>
/bin/mkdir -p /Users/administrator/Documents/UploadedProjects/<user id>/Payload/result.app
ProcessProductPackaging /Users/administrator/Library/MobileDevice/Provisioning\ Profiles/187326cc-e50a-4ac9-8646-2fdd6909c515.mobileprovision /Users/administrator/Documents/UploadedProjects/<user id>/Payload/result.app/embedded.mobileprovision (in target 'B4iProject' from project 'B4iProject')
cd /Users/administrator/Documents/UploadedProjects/<user id>
builtin-productPackagingUtility /Users/administrator/Library/MobileDevice/Provisioning\ Profiles/187326cc-e50a-4ac9-8646-2fdd6909c515.mobileprovision -o /Users/administrator/Documents/UploadedProjects/<user id>/Payload/result.app/embedded.mobileprovision
But I think the issue is with tableview because I added some new codes to my updated app such as:
tableview1.color=1
Which is running great in my device, do you think this is the issue.?
I'm realy sorry for interrupting you with my issue ?, but I'm realy stock with it and I need to upload it ASAP. my customers are waiting for thses updates.?
I Found the error . The app crashes of an image name it could not load an image name that contains ("-").png, so I just rename the image name and everything is working fine now.
I'm uploading my App to Apple Store and waiting for the Approval.