-
Notifications
You must be signed in to change notification settings - Fork 281
ZipArchive 1.1 #557
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
ZipArchive 1.1 #557
Conversation
Gets rid of warning: Directory not found for option '-F/Applications/Xcode7.2.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.2.sdk/Developer/Library/Frameworks'
This causes Xcode to build the framework as needed so it doesn't need to be prebuilt using carthage
Build failed because of the warnings in the project. |
Yeah, I saw that earlier with the 1.1 update while the iOS Test target was directly compiling the ZipArchive source.
Strange that I don't get this error when building the ZipArchive-iOS framework target locally or when building the iOS Tests 😩 |
Ah, the Mac Tests are failing because they are still compiling the ZipArchive source directly. |
This would've been spotted by #554 😉 |
So much better now. Thanks! |
Now consuming the framework instead of source in iOS and Mac test targets