您好我刚刚在1或2个月后打开了我的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?
或者我可以删除它并仅使用Google Analytics吗?那么如何删除呢?
已经看到了:framework not found 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.