On Jul 9, 2016, at 11:36 , Patrick J. Collins <[email protected]> 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.
_______________________________________________ Do not post admin requests to the list. They will be ignored. Objc-language mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/objc-language/archive%40mail-archive.com This email sent to [email protected]
