-
Notifications
You must be signed in to change notification settings - Fork 45
No such file or directory #16
Description
/Users/ganeshkulpe/Library/Developer/Xcode/DerivedData/EbookReader_RediumSdk-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