-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
项目引入后,报JSON异常 #1
Comments
有这种情况?你的意思是PhotoBrowser 和 SwiftyJSON不能共存是吗,即放一起,编译直接失败? |
如果确实是,请发一个演示程序到[email protected] |
已发送 |
确实不兼容。新建的测试项目,无其他代码,就只有这两个项目源码,编译报错 |
问题已找到,Haneke与SwiftJson确实冲突了。 Haneke中的Data.swift中也定义了一个Struct的JSON, |
Haneke在使用上我遇到了若干bug,但目前在swift中没有比较好的图片下载框架,你也可以使用SDWebImage取代Haneke,不过需要oc混编 |
嗯,好的,我目前图片下载框架用的就是SDWebImage,谢谢! |
什么时候能更新到Swift2.0 |
kingfish 不行嘛 |
@cherishloveyou 你说的这个最低要求是iOS 8.0 |
用Swifty.JSON可以解决编译错误 |
我项目有引入第三方项目SwiftyJSON的源码
在引入PhotoBrower项目后,SwiftyJSON报异常如下:
/Users/ap/Desktop/MyProjects/ap1983/ap1983/lib/SwiftyJSON/SwiftyJSON.swift:1007:32: 'JSON' is ambiguous for type lookup in this context
PhotoBrower项目中也有JSON类冲突了吗?
冯老师,这个要怎么搞?
The text was updated successfully, but these errors were encountered: