Tôi mới để phát triển iPad và tôi muốn tạo file ePub trong dự án của tôi,epub trong khách quan c
Tôi đã tải về tập tin epub mẫu, từ here và im mắc kẹt với một vấn đề.
tôi đang nhận được lỗi này trong dự án của tôi ...
ld: warning: ignoring file /Users/krunal/Downloads/EpubReader/libz.1.2.3.dylib, missing required architecture i386 in file
Undefined symbols for architecture i386:
"_inflateEnd", referenced from:
_unzCloseCurrentFile in unzip.o
"_inflateInit2_", referenced from:
_unzOpenCurrentFile3 in unzip.o
"_get_crc_table", referenced from:
_unzOpenCurrentFile3 in unzip.o
_zipOpenNewFileInZip3 in zip.o
"_crc32", referenced from:
_unzReadCurrentFile in unzip.o
_zipWriteInFileInZip in zip.o
-[ZipArchive addFileToZip:newname:] in ZipArchive.o
"_inflate", referenced from:
_unzReadCurrentFile in unzip.o
"_deflateInit2_", referenced from:
_zipOpenNewFileInZip3 in zip.o
"_deflate", referenced from:
_zipWriteInFileInZip in zip.o
_zipCloseFileInZipRaw in zip.o
"_deflateEnd", referenced from:
_zipCloseFileInZipRaw in zip.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Làm thế nào để giải quyết lỗi này, bất kỳ ý tưởng?
Cảm ơn trước !!
Vui lòng đăng một số mã của bạn nơi các lỗi này được tạo, nó có thể giúp chúng tôi hiểu vấn đề của bạn tốt hơn – Mutix
tôi tải xuống dự án trực tiếp từ liên kết ở trên và tôi chạy nó trong trình mô phỏng và tôi đã gặp lỗi ở trên tệp nhật ký của mình .. – Krunal
tôi có cần thêm bất kỳ thư viện hoặc nội dung nào trong dự án của mình không? – Krunal