Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Michael Lee
2,855 PointsiOS Memory Leak
Whenever I try to run my app in the simulator, it crashes and displays this message:
'name:<read memory from 0xce89b9d0 failed (0 of 8 bytes read)> reason:<read memory from 0xce89b9d8 failed (0 of 8 bytes read)>'
This happened after I updated to Xcode 7, but I'm getting the same error when I run my Xcode 6 project as well.
I don't think this is related, but I'm getting this warning in my TesseractOCR's 'G8Recognition.h' file:
'Auto property synthesis will not synthesize property 'completionBlock'; it will be implemented by its superclass, use @dynamic to acknowledge intention'
for this line:
'@property (copy) void (^completionBlock)(void) DEPRECATED_ATTRIBUTE;'
Secondly, when I run my project in Xcode 7, it runs fine in the simulator, but i'm getting a 'clang: error: linker command failed with exit code 1 (use -v to see invocation)' when I try to run it on my iPhone (iOS 9).
I'm not sure if the warning and the error are related so I added it just in case.
Michael Lee
2,855 PointsMichael Lee
2,855 PointsSorry, it didn't seem to show up quite right. It should be
'name: read memory from 0x________ failed (0 of 8 bytes read) reason: read memory from 0x________ failed (0 of 8 bytes read)'
, not 'name:reason:'