We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 Version 6.4 (6E35b)
/MacGap2/MacGap/Classes/WebViewDelegate.m:113:38: Undeclared selector 'setQuota:'
/MacGap2/MacGap/Classes/WebViewDelegate.m:114:34: Undeclared selector 'setQuota:'
Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'MacGap/MG-Info.plist'.
The text was updated successfully, but these errors were encountered:
` static const unsigned long long defaultQuota = 5 * 1024 * 1024; if ([origin respondsToSelector: @selector(setQuota:)]) { [origin performSelector:@selector(setQuota:) withObject:[NSNumber numberWithLongLong: defaultQuota]]; } else { NSLog(@"could not increase quota for %lld", defaultQuota); } }
`
any ideas how to fix this? im on xcode 10.1
Sorry, something went wrong.
What's the actual error? Also, are you using a database?
No branches or pull requests
Xcode Version 6.4 (6E35b)
/MacGap2/MacGap/Classes/WebViewDelegate.m:113:38: Undeclared selector 'setQuota:'
/MacGap2/MacGap/Classes/WebViewDelegate.m:114:34: Undeclared selector 'setQuota:'
Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'MacGap/MG-Info.plist'.
The text was updated successfully, but these errors were encountered: