Saturday, July 9, 2016

Re: singleton behavior differences on 64-bit vs. 32-bit? (or maybe iOS9 vs. iOS6?)

On Jul 9, 2016, at 11:36 , Patrick J. Collins <patrick@collinatorstudios.com> wrote:

In the app, on 64-bit devices, when hasTranslations is called, it's always true
on application boot..

on 32-bit devices, it's always false on application boot

When it's false, what is sharedInstance? Is it nil? Is there only one sharedInstance, or are there multiple instances? What is DEFINE_SHARED_INSTANCE_USING_BLOCK? What is the value of the "translations" property at the time it's checked? What is the implementation of the instance method "hasTranslations"?

Seems to me you haven't narrowed the problem down enough yet.


No comments:

Post a Comment