Base64
Base64 copied to clipboard
Warning - '-base64DecodedString' not found (return type defaults to 'id')
hi nicklockwood~ I do not know why this warning shown ? Please give me some help, thx
I think you've probably not #imported the "Base64.h" file.
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....
I don't see why that would make a difference, and you're the first person to report this issue.
Have you tried including the Base64 header directly in your file, instead of in the pch file? Just in case that's related somehow?