iOS Question Error on build release App

futurec

Member
Licensed User
Hi Erel
My application uses Google Maps
In debug mode, it compiles and works properly
But when I make a release, it gives the following error
Please help thanks
I also use hosted builder


B4i Version: 7.50
Parsing code. (0.20s)
Building folders structure. (0.11s)
Compiling code. (0.44s)
Compiling layouts code. (0.03s)
Building Xcode project. (0.84s)
Preparing project for builder. (1.62s)
Project size: 7.18 MB
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=Dr.Hes+ CONFIGURATION_BUILD_DIR=/Users/administrator/Documents/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Distribution: Abolfazl Bakhtiari (9HNBBCGUWV)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=91466a11-1c7d-4650-9a3c-33352808a517 -arch armv7 -arch arm64

User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Abolfazl Bakhtiari (9HNBBCGUWV)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = Dr.Hes+
PROVISIONING_PROFILE = 91466a11-1c7d-4650-9a3c-33352808a517

note: Using new build system
note: Using codesigning identity override: iPhone Distribution: Abolfazl Bakhtiari (9HNBBCGUWV)
note: Planning build
note: Analyzing workspace
note: Constructing build description
note: Build preparation complete
warning: unexpected C compiler invocation with specified outputs: '/Users/administrator/Documents/UploadedProjects/<user id>/Payload/Dr.Hes+.app/main.m' (for input: '/Users/administrator/Documents/UploadedProjects/<user id>/main.m') (in target 'B4iProject' from project 'B4iProject')
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject.xcodeproj: warning: GLKit is deprecated. Consider migrating to MetalKit instead. (in target 'B4iProject' from project 'B4iProject')
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject.xcodeproj: warning: OpenGLES is deprecated. Consider migrating to Metal instead. (in target 'B4iProject' from project 'B4iProject')
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject.xcodeproj: error: The linked framework 'GoogleMapsCore.framework' is missing one or more architectures required by this target: armv7. (in target 'B4iProject' from project 'B4iProject')
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject.xcodeproj: error: The linked framework 'GoogleMaps.framework' is missing one or more architectures required by this target: armv7. (in target 'B4iProject' from project 'B4iProject')
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject.xcodeproj: error: The linked framework 'GoogleMapsBase.framework' is missing one or more architectures required by this target: armv7. (in target 'B4iProject' from project 'B4iProject')
 
Top