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

XCode 10- Integrated by CocoaPods - 8 warnings and build error #320

Open
ankitthakur opened this issue Jan 10, 2019 · 0 comments
Open

XCode 10- Integrated by CocoaPods - 8 warnings and build error #320

ankitthakur opened this issue Jan 10, 2019 · 0 comments

Comments

@ankitthakur
Copy link

I have created fresh project and integrate EncryptedCoreData latest version 3.1, with SQLCipher 3.4.2 using cocoapods with base platform iOS 9.0 in XCode 10.1. When I am compiling the code project, it fails with error in EncryptedCoreData.m. As it is not able to find sqlcipher.h and is automatically referring it to system level sqlite.h file. Then I have changed #import <sqlcipher.h> to #import "sqlcipher.h", then compilation got successful. But we are still getting 10 ARC Warnings Block captures an autoreleasing out-parameter, which may result in use-after-free bugs
Here is the screenshot.
image

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