Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/120.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 未找到框架Firebase Analytics_Ios_Swift_Firebase_Cocoapods_Firebase Analytics - Fatal编程技术网

Ios 未找到框架Firebase Analytics

Ios 未找到框架Firebase Analytics,ios,swift,firebase,cocoapods,firebase-analytics,Ios,Swift,Firebase,Cocoapods,Firebase Analytics,您好,我刚在一两个月后打开我的xCode项目,一个错误自动出现: ld: framework not found FirebaseAnalytics clang: error: linker command failed with exit code 1 (use -v to see invocation) 我做了一些搜索,我看到FireBase是一个由谷歌实施的新“工具”,但我没有告诉我的项目使用它,我不知道FireBase在我的项目中是如何出现的,因为我在使用谷歌分析 所以我不知道我是否

您好,我刚在一两个月后打开我的xCode项目,一个错误自动出现:

ld: framework not found FirebaseAnalytics
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我做了一些搜索,我看到FireBase是一个由谷歌实施的新“工具”,但我没有告诉我的项目使用它,我不知道FireBase在我的项目中是如何出现的,因为我在使用谷歌分析

  • 所以我不知道我是否必须使用FireBase来使用Google Analytics,如果是,我如何解决这个错误并添加完美的FireBase

  • 或者我可以删除它,只使用谷歌分析?那么如何删除呢

已经看到了:这对我没有帮助

我在以下命令行中遇到错误:

[!] Your Podfile has had smart quotes sanitised. To avoid issues in the future, you should not use TextEdit for editing it. If you are not using TextEdit, you should turn off smart quotes in your editor of choice.

[!] The `SolutisTests [Debug]` target overrides the `FRAMEWORK_SEARCH_PATHS` build setting defined in `Pods/Target Support Files/Pods-SolutisTests/Pods-SolutisTests.debug.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

[!] The `SolutisTests [Release]` target overrides the `FRAMEWORK_SEARCH_PATHS` build setting defined in `Pods/Target Support Files/Pods-SolutisTests/Pods-SolutisTests.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

如何将框架添加到项目中?有豆荚吗?迦太基?手动导入?很抱歉我错过了信息,我使用cocoa pods@DejanSkledarMake确定您在项目中更新了您的pods,还使用了cocoa pods
gem install
@DejanSkledar Pod install no?或者更新,我没有使用gemcommands@DejanSkledar查看我的编辑请我使用命令行显示出错您是否正在将框架添加到项目中?有豆荚吗?迦太基?手动导入?很抱歉我错过了信息,我使用cocoa pods@DejanSkledarMake确定您在项目中更新了您的pods,还使用了cocoa pods
gem install
@DejanSkledar Pod install no?或者更新,我没有使用gemcommands@DejanSkledar查看我的编辑,请查看命令行中的错误