尝试运行单元测试并收到此消息 Use of undeclared identifier 'QRCLocalizedLabels' using XCode 10 Beta 4 and iOS 12 Beta 6
我找不到为什么会收到此错误。
#import <Foundation/Foundation.h>
@interface QRCLocalizedLabels : NSObject
@property(nonatomic,strong) NSArray *supportedLanguages;
+(QRCLocalizedLabels*) getInstance;
-(NSString*) localizedValueForKey:(NSString*)key;
-(void)refreshInstance;
@end