0

I wanted to move away from CocoaPod because of the latest changes and now using all the packages with Swift Package Manager.

The only one that I have issue with is FirebaseUI-OS/Storage version 15.1.0.

I am using Xcode 26 and Swift 5.

Firebase package version used is 11.15.0. I tried with 12.3.0 too with same result.

I have this error more than once during building:

error: Clang dependency scanner failure: While building module 'FirebaseStorageUI' imported from FirebaseStorageUI-acab814b.input:1:
In file included from <module-includes>:1:
In file included from /Users/myselfLibrary/Developer/Xcode/DerivedData/my-apps-hbhkuwnnplkslocsezmqydmnirnc/SourcePackages/checkouts/FirebaseUI-iOS/FirebaseStorageUI/Sources/Public/FirebaseStorageUI/FirebaseStorageUI.h:26:
/Users/myself/Library/Developer/Xcode/DerivedData/my-apps-hbhkuwnnplkslocsezmqydmnirnc/SourcePackages/checkouts/FirebaseUI-iOS/FirebaseStorageUI/Sources/Public/FirebaseStorageUI/UIImageView+FirebaseStorage.h:34:11: fatal error: module 'FirebaseStorage' not found
FirebaseStorageUI-acab814b.input:1:1: fatal error: could not build module 'FirebaseStorageUI'

I see that it does not find FirebaseStorage.

I did add Firebase package and includes FirebaseStorage. I also see it under Frameworks, Librairies, and Embedded Content:

enter image description here

Any suggestions to solve that issue?

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.