firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.53k stars 1.44k forks source link

Module 'FirebaseRemoteConfigInterop' not found #13279

Closed AnKoCare closed 1 month ago

AnKoCare commented 1 month ago

Description

Firebase SDK Version: Unity 12.1.0 Xcode Version: 15.4 Installation Method: CocoaPods Firebase Product: Remote Config Targeted Platform: iOS

Issue: I got an error: Module 'FirebaseRemoteConfigInterop' not found.

I tried cleaning the build folder, reinstalling pods, and reimporting the Remote Config in the Unity project, but I still got this error.

Screenshot 2024-07-14 at 15 31 44 Screenshot 2024-07-14 at 15 34 11 Screenshot 2024-07-14 at 16 08 05

Reproducing the issue

I build the game in Unity and open it in Xcode. I ran pod install --repo-update in the game build folder.

Firebase SDK Version

12.1.0

Xcode Version

15.4

Installation Method

CocoaPods

Firebase Product(s)

Remote Config

Targeted Platforms

iOS

Relevant Log Output

Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/RCNConfigFetch.m:28:9 Module 'FirebaseRemoteConfigInterop' not found

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
```json Replace this line with the contents of your Package.resolved. ```

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
```yml Replace this line with the contents of your Podfile.lock! ```
google-oss-bot commented 1 month ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

rizafran commented 1 month ago

Hi @AnKoCare, I tried to reproduce the issue in native iOS, but I'm unable to get the same error. With this, please file a ticket to Unity SDK repo as this could be a Unity-related issue. Thanks.