JLWeChat-iPhone
JLWeChat-iPhone copied to clipboard
xcode 6 下编译不通过
两个错误信息: 1.uitoolbar+flatui.h prefix attribute must bu folllowed by an interface or protocol
2.uiimage+flatui.h Missing '@end'
请大神帮忙解决。
编译问题解决了。请你git更新下,或者只要删除UI_APPEARANCE_SELECTOR宏就可以了。xcode6下编译确实报错。
请教一下cocoapods 0.35.0 pod update 以后出现 循环依赖的问题,您是怎么解决的?
不会的。我的也是这个版本。是不是你的Podfile有问题。
pod update 是您的demo, podfile 也是。但是 提示There is a circular dependency between XMPPFramework/Core and XMPPFramework/Authentication
@llcq 参考此处:http://stackoverflow.com/questions/26810872/cocoapods-circular-dependency-issue 问题应该是pod0.35版本导致的。可以考虑先装一个0.34版本,或者直接下载全部源码编译运行.http://git.oschina.net/jimneylee/JLWeChat-iPhone/attach_files
podfile更新一样遇到There is a circular dependency between XMPPFramework/Core and XMPPFramework/Authentication问题,用sudo gem uninstall cocoapods,sudo gem install cocoapods -v 0.34.1命令降级到0.34版本结果pod --version还是显示0.36版本我也是无语了 下载oschina上的全部源码编译也有问题,大神我每次编译你的项目怎么都这么坎坷呢,虽然不一定全是你的问题。。。。
我也遇到相同的依赖循环问题,我把Podfile.lock
文件删除之后,重新pod install
就行了。别问我为什么···
@AngryLi 删掉就行,好方法,关于Podfile.lock理解,可以参考此贴http://www.samirchen.com/about-podfile-lock/
@jimneylee 我这算什么方法,死马当作活马医罢了。多谢指点😊