This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

iOS nRF Toolbox

Hi,

I am using the iOS nRF Toolbox and integrate it to my Swift project. After that, I got this error message.

Undefined symbols for architecture x86_64: "_crc32", referenced from: _zipWriteInFileInZip in zip.o _unzReadCurrentFile in unzip.o "_deflate", referenced from: _zipWriteInFileInZip in zip.o _zipCloseFileInZipRaw64 in zip.o "_deflateEnd", referenced from: _zipCloseFileInZipRaw64 in zip.o "deflateInit2", referenced from: _zipOpenNewFileInZip4_64 in zip.o "_get_crc_table", referenced from: _zipOpenNewFileInZip4_64 in zip.o _unzOpenCurrentFile3 in unzip.o "_inflate", referenced from: _unzReadCurrentFile in unzip.o "_inflateEnd", referenced from: _unzCloseCurrentFile in unzip.o "inflateInit2", referenced from: _unzOpenCurrentFile3 in unzip.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any idea?

Related