嗨,我在 1 或 2 个月后才打开我的 xCode 项目,然后自动出现错误:
ld: framework not found FirebaseAnalytics
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我做了一些搜索,发现 FireBase 是 Google 实现的新“工具”,但我没有对我的项目说要使用它,我不知道 FireBase 是如何出现在我的项目中的,因为我正在使用谷歌分析 ?
所以我不知道我是否必须使用 FireBase 才能使用 Google Analytics,如果是,我该如何解决这个错误并完美添加 FireBase ?
或者我可以删除它并只使用 Google Analytics 吗?那么如何删除呢?
已经看到了:找不到框架 FirebaseAnalytics对我没有帮助。
我有命令行错误:
[!] 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.