Xcode8 build error. (Undefined symbols for architecture arm64)
kirou opened this issue · 1 comments
An error occurs when building a real machine with Xcode 8.1
I'm using 0.16.0 and 0.23.0.
On Xcode 7.1 the build of the real machine was successful.
I was using 0.16.0.
It failed with Xcode8.
However, building with SDKLauncher-iOS of sample will succeed. (0.16.0 and 0.23.0 was successed for Xcode8.)
https://github.com/readium/SDKLauncher-iOS
Therefore, I think that there is something I can not set for my project.
Even though I compare SDKLauncher-iOS with my project, I did not understand where I made a mistake.
Is there any way to solve it?
Just make sure the preprocessor / compiler directive ENABLE_SYS_CACHE_FLUSH
is false (or not defined), and/or comment out the code, and/or exclude the files from the build.
See:
#248 (comment)
Duplicate:
#261
Related:
#257