Fired up my Project this day, added the Analytics pod and now nothing seems to work anymore... Any ideas? Already delted DerivedData and stuff...
Asked
Active
Viewed 2,781 times
0
-
1Possible duplicate of [Error: Could not build Objective-C module 'Firebase'](https://stackoverflow.com/questions/41709912/error-could-not-build-objective-c-module-firebase) – rbaldwin May 03 '18 at 17:29
-
See the link re deleting .xcworkspace, pods, and running a fresh pod install – rbaldwin May 03 '18 at 17:30
-
Solved, thanks a lot – adrian_arvice May 04 '18 at 16:54
1 Answers
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