Skip to content

Commit 1a95ee9

Browse files
committed
Workaround for SSZipArchive not overriding -init
/Users/phatblat/dev/libgit2/objective-git/Carthage/Checkouts/ZipArchive/SSZipArchive/SSZipArchive.m:22:17: Method override for the designated initializer of the superclass '-init' not found
1 parent bb058d0 commit 1a95ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ObjectiveGitFramework.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2206,10 +2206,10 @@
22062206
GCC_DYNAMIC_NO_PIC = NO;
22072207
GCC_OPTIMIZATION_LEVEL = 0;
22082208
GCC_PREPROCESSOR_DEFINITIONS = (
2209-
"DEBUG=1",
22102209
"$(inherited)",
22112210
"NOCRYPT=1",
22122211
"NOUNCRYPT=1",
2212+
"NS_ENFORCE_NSOBJECT_DESIGNATED_INITIALIZER=0",
22132213
);
22142214
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
22152215
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;

0 commit comments

Comments
 (0)