You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.
/Users/MNurdin/Documents/iOS/RevivalxSwiftAESCrypt/RevivalxSwiftAESCrypt/AESCrypt/NSString+Base64.m:28:14: Definition of 'NSData' must be imported from module 'Foundation.NSData' before it is required
Code
lentext = [data length];
Please advice. Thank you.
The text was updated successfully, but these errors were encountered:
guys just change the header file NSString+Base64.h
change from #import <Foundation/NSString.h >
to #import <Foundation/Foundation.h>
then everything works like a charm.
I got this error message
Code
Please advice. Thank you.
The text was updated successfully, but these errors were encountered: