Getting "Framework not found FIRAnalyticsConnector" error after pod update in Xcode 12.4. I have cleaned and rebuild the project but It stays in there. What should I do?
If you're building for iOS, tvOS, or watchOS: On your application targets' “General” settings tab, in the “Linked Frameworks and Libraries” section, drag and drop each framework you want to use from the Carthage/Build folder on disk.
framework' is missing one or more architectures required by this target: x86_64. This can happen when switching between simulator versions on a Cocoapods project. Cleaning the project should fix the issue. This error occurs when a arm64 iPhoneSimulator slice cannot be found for one of your binary dependencies.
Go to your project's target Build Settings
> Search FIRAnalyticsConnector
.
You will see Other Linker Flags
.
Remove these lines below:
-framework
"FIRAnalyticsConnector"
Now, It should work as expected.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With