I'm trying to add this line to avoid the questions about encription and export conformity when I publish a new release to AppSTore
#PlistExtra: <key>ITSAppUsesNonExemptEncryption</key><false/>
But I get this error compiling the app:
What's the problem ?
#PlistExtra: <key>ITSAppUsesNonExemptEncryption</key><false/>
But I get this error compiling the app:
B4X:
B4i Version: 4.40
Parsing code. (0.16s)
Compiling code. (0.80s)
Compiling layouts code. (0.05s)
Building Xcode project (1.02s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone
CONFIGURATION_BUILD_DIR = /Users/EB/Desktop/B4i-Builder23/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = Bmap4I
PROVISIONING_PROFILE = f61498fd-2751-4f87-b9d3-61ff5f66aeae
=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===
Check dependencies
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 is required for product type 'Application' in SDK 'iOS 10.2'
Error: ** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
What's the problem ?
Last edited: