JLWeChat-iPhone icon indicating copy to clipboard operation
JLWeChat-iPhone copied to clipboard

xcode 6 下编译不通过

Open lasimmm opened this issue 10 years ago • 9 comments

两个错误信息: 1.uitoolbar+flatui.h prefix attribute must bu folllowed by an interface or protocol

2.uiimage+flatui.h Missing '@end'

请大神帮忙解决。

lasimmm avatar Nov 18 '14 14:11 lasimmm

编译问题解决了。请你git更新下,或者只要删除UI_APPEARANCE_SELECTOR宏就可以了。xcode6下编译确实报错。

jimneylee avatar Nov 19 '14 00:11 jimneylee

请教一下cocoapods 0.35.0 pod update 以后出现 循环依赖的问题,您是怎么解决的?

mumoo avatar Jan 14 '15 08:01 mumoo

不会的。我的也是这个版本。是不是你的Podfile有问题。

jimneylee avatar Jan 15 '15 01:01 jimneylee

pod update 是您的demo, podfile 也是。但是 提示There is a circular dependency between XMPPFramework/Core and XMPPFramework/Authentication

mumoo avatar Jan 15 '15 01:01 mumoo

@llcq 参考此处:http://stackoverflow.com/questions/26810872/cocoapods-circular-dependency-issue 问题应该是pod0.35版本导致的。可以考虑先装一个0.34版本,或者直接下载全部源码编译运行.http://git.oschina.net/jimneylee/JLWeChat-iPhone/attach_files

jimneylee avatar Jan 17 '15 03:01 jimneylee

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上的全部源码编译也有问题,大神我每次编译你的项目怎么都这么坎坷呢,虽然不一定全是你的问题。。。。

wonderffee avatar May 18 '15 02:05 wonderffee

我也遇到相同的依赖循环问题,我把Podfile.lock文件删除之后,重新pod install就行了。别问我为什么···

AngryLi avatar Mar 24 '16 04:03 AngryLi

@AngryLi 删掉就行,好方法,关于Podfile.lock理解,可以参考此贴http://www.samirchen.com/about-podfile-lock/

jimneylee avatar Mar 25 '16 01:03 jimneylee

@jimneylee 我这算什么方法,死马当作活马医罢了。多谢指点😊

AngryLi avatar Mar 25 '16 02:03 AngryLi