# Faster iOS Builds, GUI Builder Improvements & SQL Updates

DevFeed: [Faster iOS Builds, GUI Builder Improvements & SQL Updates](<https://devfeed.tech/articles/faster-ios-builds-gui-builder-improvements-sql-updates-19299.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/faster-ios-builds-gui-builder-improvements-sql-updates/>)

Author: Shai Almog

Published: 2016-10-24T00:00:00Z

Content type: article

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [iOS](<https://devfeed.tech/topics/ios.md>), [GUI](<https://devfeed.tech/topics/gui.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Xcode](<https://devfeed.tech/topics/xcode.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>)

Tags: [bugs](<https://devfeed.tech/tags/bugs.md>), [features](<https://devfeed.tech/tags/features.md>), [gui](<https://devfeed.tech/tags/gui.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [ios](<https://devfeed.tech/tags/ios.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [sql](<https://devfeed.tech/tags/sql.md>), [updates](<https://devfeed.tech/tags/updates.md>), [xcode](<https://devfeed.tech/tags/xcode.md>)

## AI overview

A Codename One development update covering faster iOS builds, GUI Builder improvements and bug fixes, and limitations of SQL support in the JavaScript port.

## Source excerpt

I've recently noticed that distribution build sizes were identical for appstore and debug builds which wasn't the case before the xcode 7.x migration we did a while back. This shouldn't be the case as it indicates that the standard debug builds include both the 64bit and 32bit code which is redundant during debugging. We made some changes that should apply for the next update this Friday that might double build speed for some of you as it will do less work during compiling but also produce a smaller binary.