gavinkwoe / BeeFramework

[Experimental] A semi-hybrid framework that allows you to create mobile apps using Objective-C and XML/CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcode6 NSData+BeeExtension.mm报错

diozhu opened this issue · comments

按照”Xcode6各种报错解决方案“修改后,编译还是报错:

NSData+BeeExtension.mm
97行:
return [NSData dataWithContentsOfFile:path];
报错:
Cannot initialize return object of type 'NSString *' with an rvalue of type 'NSData'

没事儿了。。。NSData换成NSString可以编译了。。。