0

I am new to IOS app development..I trying to integrate firebase firestore..After doing all add commands..I build using command+B then I am getting below errors...how to solve

Below is my error

enter image description here

Below is my project structure

enter image description here

4
  • bountysource.com/issues/…. I got solution here..but I do not know how to apply Commented Aug 28, 2018 at 6:36
  • Try to open project.xcworkspace instead of project.xcodeproj. Commented Aug 28, 2018 at 6:42
  • ya but I do not know how to do that....I have this two file project.xcworkspace, project.xcodeproj but I am not getting how to open as you mention...I new for iOS please help Commented Aug 28, 2018 at 6:46
  • 1
    Press Command + Q to exit xcode. And open testing_gowtham.xcworkspace. Commented Aug 28, 2018 at 6:48

2 Answers 2

3

Try to open project.xcworkspace instead of project.xcodeproj.

Note: Press Command + Q to exit xcode. And open yourfile.xcworkspace.

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

Comments

1

Clean your project and build again solve your problem.

Product - Clean

Then also, if error is still there delete you derived data.

Library/Developer/Xcode/ Derived data

5 Comments

This may help - stackoverflow.com/questions/43795385/… @GowthamanM
thanks bro I will check and update you..wait for sometime plz
Also try - Delete your pod file and install it again.
ok I will try above link if it's not working..I will delete pod file...shall I proceed as it's or what is your opinion
First try delete and install pod file, then proceed with link @GowthamanM

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.