AnFengDe / AnFengDe_EPUB

EPUB 3.0 SDK for Android and iPhone, Offical team site : http://epub.anfengde.com
146 stars 79 forks source link

unable to open object file #29

Open maziac opened 10 years ago

maziac commented 10 years ago

Hi, the SDK is working perfectly for me. The only problem I see is that linking generates a lot of warnings. Probably some setting in the library during build.

warning: (armv7) /Users/anfengde/Documents/01_work/01_develope/xhpm-epub3/src/epub_sdk/ios/build/EPUB_SDK.build/Release-iphoneos/AnFengDe_EPUB_SDK.build/Objects-normal/armv7/epub.o unable to open object file warning: (armv7) /Users/anfengde/Documents/01_work/01_develope/xhpm-epub3/src/epub_sdk/ios/build/EPUB_SDK.build/Release-iphoneos/AnFengDe_EPUB_SDK.build/Objects-normal/armv7/epub_comm.o unable to open object file warning: (armv7) /Users/anfengde/Documents/01_work/01_develope/xhpm-epub3/src/epub_sdk/ios/build/EPUB_SDK.build/Release-iphoneos/AnFengDe_EPUB_SDK.build/Objects-normal/armv7/epub_error.o unable to open object file warning: (armv7) /Users/anfengde/Documents/01_work/01_develope/xhpm-epub3/src/epub_sdk/ios/build/EPUB_SDK.build/Release-iphoneos/AnFengDe_EPUB_SDK.build/Objects-normal/armv7/epub_parse.o unable to open object file warning: (armv7) /Users/anfengde/Documents/01_work/01_develope/xhpm-epub3/src/epub_sdk/ios/build/EPUB_SDK.build/Release-iphoneos/AnFengDe_EPUB_SDK.build/Objects-normal/armv7/EPubChapter.o unable to open object file warning: (armv7) /Users/anfengde/Documents/01_work/01_develope/xhpm-epub3/src/epub_sdk/ios/build/EPUB_SDK.build/Release-iphoneos/AnFengDe_EPUB_SDK.build/Objects-normal/armv7/EPubMetadata.o unable to open object file warning: (armv7) /Users/anfengde/Documents/01_work/01_develope/xhpm-epub3/src/epub_sdk/ios/build/EPUB_SDK.build/Release-iphoneos/AnFengDe_EPUB_SDK.build/Objects-normal/armv7/EPubONI.o unable to open object file warning: (armv7) /Users/anfengde/Documents/01_work/01_develope/xhpm-epub3/src/epub_sdk/ios/build/EPUB_SDK.build/Release-iphoneos/ etc.

I'm using only the AnFengDE_EPUB_SDK.framework, not the UI framework if that is of any help.

AnFengDe commented 10 years ago

Thank you for your interest in our SDK so.

Debug log output is the path of my machine, obviously my release script some issues, but does not affect your use.

The next version, we will fix this problem.

Thank you for your feedback.

maziac commented 10 years ago

Thanks very much.