포스트

Cannot find 'Something' in scope

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.

1
2
pod deintegrate
pod install
이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.