Open GoogleCodeExporter opened 9 years ago
binary library build at o1 released. A workaround is required in projects that
use the source. Either compile the
files with o1 or lower or link in the binary. The default release in XCode of
o2/o3 or os will cause Exec errors in
the library.
Further work is required to resolve this.
Original comment by steview....@googlemail.com
on 24 Aug 2008 at 4:20
I found and fixed this issue. There's some memory-scribbling going on because
of what I think is a
misunderstanding of the arguments of NSMakeRange().
Original comment by rsand...@gmail.com
on 18 May 2009 at 4:59
Attachments:
rsanders is right... changing line 1270 of EXFMetaData.m to:
CFDataGetBytes(*exifData, CFRangeMake(6,2), order);
fixes this problem for me.
Original comment by jibbi...@gmail.com
on 10 Sep 2009 at 7:49
Wow, thanks, everyone! Doing the change jibbiwig wrote fixed my problem. I was
tearing out my hair, trying to figure out why my app worked on the simulator
(debug
and release) and device (debug) but not device (release). Thanks!!
Original comment by wut...@gmail.com
on 4 Mar 2010 at 9:04
Original issue reported on code.google.com by
steview....@googlemail.com
on 23 Aug 2008 at 8:39