We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7e0de commit 0e1ba28Copy full SHA for 0e1ba28
XcodeAnyTroll.xm
@@ -172,7 +172,7 @@ static const char *BlockSig(id blockObj)
172
173
- (BOOL)performInstallationWithError:(NSError **)errorPtr {
174
BOOL result = %orig;
175
- if (self.recordPromise) {
+ if ([self respondsToSelector:@selector(recordPromise)] && self.recordPromise) {
176
gRecordPromise = self.recordPromise;
177
}
178
return result;
0 commit comments