Hi I just opened my xCode project after 1 or 2 months, and an error automatically appeared :
ld: framework not found FirebaseAnalytics
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I did some searches and I see that FireBase is a new "tool" implemented by Google, but I didn't say to my project to use it, I don't know how FireBase appeared in my project, because of I'm using Google Analytics ?
So I wan't to know if I have to use FireBase to use Google Analytics, if yes, how can I resolve this error and add perfectly FireBase ?
Or can I just delete it and use only Google Analytics ? So how to delete it ?
Already see this: framework not found FirebaseAnalytics Doesn't helped me.
I have errors wive command lines:
[!] 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.