0

Fired up my Project this day, added the Analytics pod and now nothing seems to work anymore... Any ideas? Already delted DerivedData and stuff...

adrian_arvice
  • 25
  • 1
  • 8

1 Answers1

0

Install FireBase properly via CocoaPods. Try the following steps (After pod init and pod install command, you should close the currently opened project and reopen your project with .xcworkspace)

Step 1 - Close Xcode

Step 2 - Clear your derived data. You can find your derived data in here

~/Library/Developer/Xcode/DerivedData Step 3 - Open your .xcworkspace

Step 4 - Clean your project (⌘+Shift+K)

Step 5 - Build your project (⌘+B)

Make sure your are opened .xcworkspace file

Vinod Radhakrishnan
  • 441
  • 1
  • 6
  • 18