Skip to content

Cannot find 'Something' in scope

1 min read

After updating some third party sdk version, there was a warning that can’t find some library when building the project.

An error that says 'Cannot find 'Analytics' in scope

The issue was that some library was separated used, but after updating the sdk version, that library went into the main sdk library. (AnalyticsEventSelectContent -> FirebaseAnalytics) The library was redundant in the repo.

The way to fix this problem is to remove all coocapods and reinstall it.

pod deintegrate
pod install

Share this post on:

Previous Post
How to show scrollbar over header or footer view
Next Post
Enable swipe back and the bug