Base64 icon indicating copy to clipboard operation
Base64 copied to clipboard

Warning - '-base64DecodedString' not found (return type defaults to 'id')

Open furueili opened this issue 9 years ago • 4 comments

hi nicklockwood~ I do not know why this warning shown ? Please give me some help, thx

furueili avatar Aug 20 '15 09:08 furueili

I think you've probably not #imported the "Base64.h" file.

nicklockwood avatar Aug 20 '15 10:08 nicklockwood

I did it import it in my prefix-header ==>#import "Base64.h", I think maybe reason is you put the NSData and NSString category together....

furueili avatar Aug 21 '15 01:08 furueili

I don't see why that would make a difference, and you're the first person to report this issue.

nicklockwood avatar Aug 21 '15 07:08 nicklockwood

Have you tried including the Base64 header directly in your file, instead of in the pch file? Just in case that's related somehow?

nicklockwood avatar Aug 21 '15 07:08 nicklockwood