This repository was archived by the owner on May 7, 2025. It is now read-only.

Description
Hi,
On the master branch :
I manage to run the readium SDK inside a non-arc project without any problem.
I tried running it inside a ARC enabled project, i add a -fno-objc-arc flag to all the readium classes but it crashes in RDPackage when opening an epub :
RDPackage.mm:149
ArchiveReader* ReaderForRelativePath(const string& path) const { return _archive->ReaderAtPath((_pathBase + path).stl_str()); }
Do you have any idea how i can run the ReadiumSDK inside a ARC enabled project ?
Thanks,
Vincent