简体   繁体   English

无法将Flurry添加到我的Swift项目

[英]Can't add Flurry to my Swift project

I've stuck with a Flurry: I add Flurry (Analytics only) to my swift project according this guide: 我坚持使用Flurry:根据此指南,将Flurry(仅适用于Analytics(分析))添加到我的swift项目中:

https://developer.yahoo.com/flurry/docs/integrateflurry/ios-manual/ https://developer.yahoo.com/flurry/docs/integrateflurry/ios-manual/

After all steps done it throws error: 完成所有步骤后,将引发错误:

在此处输入图片说明

Has anyone encountered a similar one? 有人遇到过类似的人吗?

It's look like library not found. 好像找不到库。

Check Link Library With Libraries on Build Phases in Xcode. 在Xcode的构建阶段检查带有库的链接库

Read documentation about Import Flurry Libraries: 阅读有关Import Flurry库的文档:

https://developer.yahoo.com/flurry/docs/integrateflurry/ios-manual/?guccounter=1#import-flurry-libraries https://developer.yahoo.com/flurry/docs/integrateflurry/ios-manual/?guccounter=1#import-flurry-libraries

I integrated Flurry it works perfectly. 我集成了Flurry,它可以完美运行。 You are making mistake here,you are opening project using this projectname.xcodeproj rather than this file projectname.xcworkspace . 您在这里出错,正在使用此projectname.xcodeproj而不是此文件projectname.xcworkspace打开项目。 After install pod you must open project using this projectname.xcworkspace 安装pod之后,您必须使用此项目名称打开项目projectname.xcworkspace

For your reference i updated sample project please take a look if you could not get it. 供您参考,我更新了示例项目,如果您无法获取,请看一下。 Sample Project 样例项目

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

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