简体   繁体   English

如何在iOS中将Flurry从2.8.4升级到3.0.0?

[英]How to upgrade Flurry from 2.8.4 to 3.0.0 in iOS?

We have been using Flurry 2.8.4 and wish to upgrade to 3.0.0 我们一直在使用Flurry 2.8.4,并希望升级到3.0.0

Anyone know of a simple process to do that? 有人知道这样做的简单过程吗?

Thanks 谢谢

remove LibFlurry.a from binary libraries linked list, include the new .a version. 从二进制库链接列表中删除LibFlurry.a,包括新的.a版本。 Then recompile, you will get a few errors since a couple of method names have changed, correct those and you're done. 然后重新编译,由于几个方法名称已更改,您将遇到一些错误,请更正这些错误并完成。 It's standard for replacing any static library. 它是替换任何静态库的标准。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM