gavinkwoe / BeeFramework

[Experimental] A semi-hybrid framework that allows you to create mobile apps using Objective-C and XML/CSS
MIT License
3.33k stars 1.06k forks source link

xcode6 NSData+BeeExtension.mm报错 #96

Open diozhu opened 10 years ago

diozhu commented 10 years ago

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

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

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