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

EXC_BAD_ACCESS when running within an ARC project #3

@vdaubry

Description

@vdaubry

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions