Skip to content
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

Warnings #66

Open
ajsb85 opened this issue Aug 9, 2015 · 2 comments
Open

Warnings #66

ajsb85 opened this issue Aug 9, 2015 · 2 comments

Comments

@ajsb85
Copy link

ajsb85 commented Aug 9, 2015

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'.

@puccaso
Copy link

puccaso commented Nov 24, 2018

` 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

@jeff-h
Copy link
Member

jeff-h commented Nov 24, 2018

What's the actual error? Also, are you using a database?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants