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