iOS Question Error: ** BUILD FAILED **

palpedrinha

Member
Licensed User
Longtime User
Hello,

I have updated my Hosted Builder license today and after that, when I try to create a "Release App" I'm getting this error message/Info. If I compile directly to my IPAD device (debug) it works without any problem.

PS: My IDE version is 7.80

Error message:
Create build description
Build description signature: 71157e03b4461928883f9e1eb3052797
Build description path: /Users/administrator/Documents/UploadedProjects/<user id>/build/XCBuildData/71157e03b4461928883f9e1eb3052797-desc.xcbuild

note: Build preparation complete
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
/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 '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 '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 'GoogleMapsBase.framework' is missing one or more architectures required by this target: armv7. (in target 'B4iProject' from project 'B4iProject')

Error: ** BUILD FAILED **
Anyone can give me some lights on how to solve the problem?
Thanks in advance

Pedro
 
Solution
Hello, I figured it out!
It was all about SDK Min version. My last Hosted Builder licence accepts version 9 and now the minimum is 11.

Ticket closed.
Pedro

palpedrinha

Member
Licensed User
Longtime User
Hello, I figured it out!
It was all about SDK Min version. My last Hosted Builder licence accepts version 9 and now the minimum is 11.

Ticket closed.
Pedro
 
Upvote 0
Solution
Top