Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meet some errors when compile iOS platform lib project #5

Closed
jerry051 opened this issue May 7, 2013 · 8 comments
Closed

Meet some errors when compile iOS platform lib project #5

jerry051 opened this issue May 7, 2013 · 8 comments

Comments

@jerry051
Copy link

jerry051 commented May 7, 2013

as title, when I try to compile iOS platform lib project, some error occurs. very weird!
2013-05-07 1 06 11

@AnFengDe
Copy link
Member

AnFengDe commented May 7, 2013

Download SDKLancher-iOS project and compile it. I can not compile readium-sdk in xcode alone neither, but SDKLancher-iOS and SDKLanucher-OSX is well.

@jerry051
Copy link
Author

jerry051 commented May 7, 2013

Thanks a lot, but SDKLancher-iOS project need readium-sdk support, that's mean at first, I must successfully compile this project as a *.a library.

@rkwright
Copy link
Member

rkwright commented May 7, 2013

Jerry,

When you cloned the project, did you make sure to clone the submodule as well? I.e.

git clone --recursive https://github.com/readium/SDKLauncher-iOS.git

@AlanQuatermain
Copy link
Member

You need to make sure you're using the latest version of Xcode— those errors are because your older Clang compiler version doesn't recognize C++11 user literals. The latest version handles all that.

@jerry051
Copy link
Author

jerry051 commented May 9, 2013

rkwright,

Yes, I'm sure I have clone the submodule.

AlanQuatermain,

I use Xcode V4.5.1, and follow is the screenshot of default project configuration, C++11 is default supported also.
2013-05-09 8 39 51

@AlanQuatermain
Copy link
Member

You'll need Xcode 4.6.1. Grab the latest from the developer center.

Sent from my iPhone

On 2013-05-09, at 8:45 AM, jerry051 notifications@github.com wrote:

rkwright,

Yes, I'm sure I have clone the submodule.

AlanQuatermain,

I use Xcode V4.5.1, and follow is the screenshot of default project configuration, C++11 is default supported also.


Reply to this email directly or view it on GitHub.

@jerry051
Copy link
Author

jerry051 commented May 9, 2013

Thank you very much, I will upgrade my Xcode right now!

@jerry051
Copy link
Author

jerry051 commented May 9, 2013

Great, those issues disappeared after upgrade Xcode to 4.6.2, this issue will be closed now.

@jerry051 jerry051 closed this as completed May 9, 2013
jonathangreen pushed a commit to ThePalaceProject/mobile-readium-sdk that referenced this issue May 13, 2021
SIMPLY-3622 Fix failing decryption of files with names containing space character
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants