-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unable to build on Mavericks #1
Comments
I have the exact same issue |
I have the same issue. Is there a resolution? |
Hi all, |
I finally used the old way installation, by downloading the sources from github and adding the project as a dependancy. It works pretty well. Just follow the installation process of the doc here https://github.com/MailCore/mailcore2 The only one problem that was remaining was that the minizip files included in the mailcore lib are not suitable for cyphering, cyphering as been disabled and the crypt.h file needed when you try to enable zip cyphering, is missing. So I had to use another version of minizip to make everything work for me. |
Sure. If you need the encryption feature, you need to zip the file outside of mailcore2. |
I mean, you can't use the minizip files bundled with mailcore because they are overriding those in other cocoapods you could use. I had to copy the minizip files from other cocoapods inside the mailcore lib to make things work for me. And by the way, you're welcome |
I was able to compile and run the sample using Xcode 6.2 on latest Mavericks. However, when I open the storyboard, xcode hangs (have to force kill). |
I'm running Xcode 5.0.1 on the latest Mavericks.
When doing a pod install I got the following:
And then trying to compile the project I got:
The text was updated successfully, but these errors were encountered: