Closed SteveCaine closed 9 years ago
The Xcode project that reproduced this issue is available for upload.
Not an RZIImport issue. Bug was on my end; the NSNumber property in question (server_dt) had been declared 'assign' rather than 'strong' or 'copy'. If it hadn't been working in 64-bit mode I might have spotted that sooner. Closing.
The imported value appears correct at end of -rzi_importValue:forKey:withMappings:ignoredKeys: but appears to be garbage immediately after, at the end of -rzi_importValuesFromDict:
Xcode 6.1, iPhone 4s simulator crashes, iPhone 6 simulator works.
Here's the JSON:
Here's success in 64-bit build:
Here's the crash in 32-bit build:
Here's the code:
Here's a screenshot: