Get "Terminated due to Memory error" for ios 8 custom keyboard Extension -


i developing ios 8 custom keyboard extension. run charm start.

but "receive memory warning" in xcode. custom keyboard extension terminate sometimes.

but run custom keyboard in host app. there don't have problem. don't "receive memory warning" in xcode. don't terminate.

anybody can me? if app have limit size extension use?

terminated due memory error http://i62.tinypic.com/ra41lz.png

apple mentions in app extension programming guide memory limits app extensions significantly lower limits imposed on foreground apps. additionally types of extensions may have lower limits others.

apple not explicit these memory limits far can tell , it's unclear if dependent on device , how memory other apps consuming. ethan mentioned, keyboard extensions should aim less 30mb avoid crashing.

it's important test extension when not running in xcode or using debug build configuration. seems memory limits debug builds higher.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -