Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift 2.0 and arm64 integration issue #72

Open
dinuvld opened this issue Dec 22, 2015 · 0 comments
Open

Swift 2.0 and arm64 integration issue #72

dinuvld opened this issue Dec 22, 2015 · 0 comments

Comments

@dinuvld
Copy link

dinuvld commented Dec 22, 2015

I am trying to integrate FastPdfKit with my iOS Swift 2.0 app, but when I try to run it on my device (iPhone 6) it gives the following error:

Undefined symbols for architecture arm64:
"OBJC_CLASS$_ReaderViewController", referenced from:
OBJC_CLASS$__TtC9SmartRead7pdfView in PDFView.o
"OBJC_METACLASS$_ReaderViewController", referenced from:
OBJC_METACLASS$__TtC9SmartRead7pdfView in PDFView.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

This is really strange, since the app is running just fine in the simulator. Do you have any idea what could cause this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant