readium / SDKLauncher-iOS

A small iOS application to serve as a launcher/testbed for the Readium SDK.
BSD 3-Clause "New" or "Revised" License
71 stars 47 forks source link

No such file or directory #16

Closed kalpesh22m closed 9 years ago

kalpesh22m commented 10 years ago

/Users/ganeshkulpe/Library/Developer/Xcode/DerivedData/EbookReaderRediumSdk-hhpiwicxssxtegbbrdqarbwmvwku/Build/Intermediates/ePub3.build/Debug-iphonesimulator/ePub3-iOS.build/Script-AB5D1071172AD540001D3C95.sh: line 2: cd: /Users/ganeshkulpe/Desktop/Ebook: No such file or directory MakeHeaders.sh: line 23: local: can only be used in a function mkdir: : No such file or directory MakeHeaders.sh: line 26: typeset: -A: invalid option typeset: usage: typeset [-afFirtx] [-p] name[=value] ... ls: ePub3/ThirdParty/utf8-cpp/include/: No such file or directory ls: ePub3/ThirdParty/google-url/base/.h: No such file or directory ls: ePub3/ThirdParty/google-url/src/.h: No such file or directory ls: ePub3/ThirdParty/libzip/.h: No such file or directory ls: ePub3/xml/*/.h: No such file or directory MakeHeaders.sh: line 30: ePub3/xml: division by 0 (error token is "l") ls: ePub3/utilities/.h: No such file or directory ls: ePub3/utilities/_.inl: No such file or directory MakeHeaders.sh: line 31: ePub3/utilities: division by 0 (error token is "s") ls: ePub3/*.h: No such file or directory MakeHeaders.sh: line 46: ${(k)groups}: bad substitution

I have download your SDKLauncher-iOS sample code .After adding ePub3.xcodeproj , i am getting above error. I have follow this step:-

Drag and drop the readium project inside your xcode project, the xcode project is located in : Add the readium static library to the link Binary with libraries : libePub3-iOS.a Update your Header Search Path : ${SDKROOT}/usr/include/libxml2 +readium-sdk/ePub3 (choose recursive)

Wating for your reply Thanks in advance

rkwright commented 10 years ago

I think you are making this too hard. Try the instructions in this document:

https://docs.google.com/document/d/1DphaTO2fu7mQoBKalzyfphIlOB2Ncp7yHbIbbti92CE/edit#heading=h.hm94u5pkvviu

Where did you get the instructions you are following? I'd like to get them updated.

kalpesh22m commented 10 years ago

Hi Thanx for the reply . I don't have permission to access above link. can u please give me permission?.

I get instruction fro this link

https://github.com/youboox/SDKLauncher-iOS/commit/d5f12cfb191cfb6daeafe6029a52300ee8c5b29e

vipoolp commented 9 years ago

Hi i follow that steps but unable to resolve this issue.

will you please help me?

danielweck commented 9 years ago

Duplicate of #26