3

I've run into a strange issue when trying to setup Firebase sign in with Apple functionality in my app.

It is required to import FirebaseAuth for OAuth functionality. When I try importing it I get the error : "No such Module 'FirebaseAuth'". I have added the package dependencies with package manager and FirebaseAuth is there... but it still gives the error. See screenshot below.

enter image description here

Simply importing Firebase does not give an import error, however I still get errors when trying to use the Authentication functionality. See screenshot belowenter image description here

I've looked for solutions elsewhere but others who have had the same issue as me used Cocoapods to install the packages so their solutions don't apply here.

I am using Xcode 13.0

0

1 Answer 1

11

I fixed the issue by adding FirebaseAuth dependency in build phases: enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.