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

Xcode compilation Error #42

Closed
lbstephane opened this issue Mar 25, 2014 · 9 comments
Closed

Xcode compilation Error #42

lbstephane opened this issue Mar 25, 2014 · 9 comments

Comments

@lbstephane
Copy link

Hi,

I'm trying to use readium for one my project.

I cloned the git repo using git clone --recursive https://github.com/readium/SDKLauncher-iOS.git as mentioned in the documentation.

I Choose SDKLauncher-iOS and iPhone or iPad emulator but build failed.

10 Errors

Shell script invocation error, mkdir error and missing files. I Check every files mentioned in the differents errors and every seems to be ok, files are in the project.

In link with binaries, LibEpub3-iOS.a is red.

I'm using XCode 5.1

Thanks for your help

Best regards.

Stephane

@danielweck
Copy link
Member

Are you on the "develop" branch? (the "master" branch is out of date, I think)

@lbstephane
Copy link
Author

Master I suppose, I don't know how can I specify the branch using the command line on my mac :(

Going to my project directory and typing git branch return only master.

Edit :

Using git checkout -b origin/develop works, I'm on develop branch now. I try to compile again.

No changes :( Maybe I forget something ! Files are the same, I probably had to do something to use develop branch files.

@lbstephane
Copy link
Author

Ok, i try git clone --recursive -b develop https://github.com/readium/SDKLauncher-iOS.git and got same errors :(

@upengareri
Copy link

Hey , does anybody know how to resolve the above issue because I am also stuck with the compile time error in Xcode.

@datalogics-bhaugen
Copy link
Contributor

@upendar-gareri can you post the error you received? The nightly builders are succeeding so any information you can provide would be useful.

@upengareri
Copy link

Thanks Brandon,
I cloned SDKLauncher-iOS, with ePub2.xcodeproj included, but when I am
trying to build the project(SDKLauncher-iOS) I am getting dynamic linker
error as "dyld symbol not found". I believe this error occurs when any of
the framework has not been properly added/linked to the project. Can you
help me with this issue.

Thanks again.

On Thu, Jun 19, 2014 at 6:20 PM, Brandon Haugen notifications@github.com
wrote:

@upendar-gareri https://github.com/upendar-gareri can you post the
error you received? The nightly builders are succeeding so any information
you can provide would be useful.


Reply to this email directly or view it on GitHub
#42 (comment).

@datalogics-bhaugen
Copy link
Contributor

@upendar-gareri, which version of Xcode are you using? Currently I am using Xcode 5.1.1 and things are working for me.

Which branch are you building? master or develop? They both should be working.

Are you sure the submodules you are using are up to date? I would try running git submodule update --init to make sure.

If this really is an issue with the SDKLauncher-iOS then we should move this over to that repository.

@upengareri
Copy link

@brandon, thanks for your response. I used Xcode 5.1 and its working fine
in there. Thanks for telling me that. Probably the SDK is not compatible
with latest Xcode yet.

On Fri, Jun 20, 2014 at 5:52 PM, Brandon Haugen notifications@github.com
wrote:

@upendar-gareri https://github.com/upendar-gareri, which version of
Xcode are you using? Currently I am using Xcode 5.1.1 and things are
working for me.

Which branch are you building? master or develop? They both should be
working.

Are you sure the submodules you are using are up to date? I would try
running git submodule update --init to make sure.

If this really is an issue with the SDKLauncher-iOS then we should move
this over to that repository.


Reply to this email directly or view it on GitHub
#42 (comment).

@rkwright
Copy link
Member

Closing as resolved (and old)

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

5 participants