Slash icon indicating copy to clipboard operation
Slash copied to clipboard

Following warning were raised. yyunput

Open reejosamuel opened this issue 11 years ago • 3 comments

screen shot 2014-01-27 at 11 38 52 am

How can i fix them?

reejosamuel avatar Jan 27 '14 07:01 reejosamuel

Looks like the podspec needs to have an xcconfig options set to silence warnings about unused functions (the unused functions are produced by a lexer generator, so it's not really feasible to remove them). I'll take a look when I have time. In the meantime you can change the line in your podfile to, eg., pod 'Slash', '~>0.1.2', :inhibit_warnings => true to silence them in your project.

chrisdevereux avatar Jan 27 '14 13:01 chrisdevereux

Sounds good.

On Jan 27, 2014, at 5:06 PM, Chris Devereux [email protected] wrote:

Looks like the podspec needs to have an xcconfig options set to silence warnings about unused functions (the unused functions are produced by a lexer generator, so it's not really feasible to remove them). I'll take a look when I have time. In the meantime you can change the line in your podfile to, eg., pod 'Slash', '~>0.1.2', :inhibit_warnings => true to silence them in your project.

— Reply to this email directly or view it on GitHub.

reejosamuel avatar Jan 27 '14 13:01 reejosamuel

+1 (and nice lib, btw, love it!)

hiltonc avatar Mar 19 '15 14:03 hiltonc