I created a simple multiple view IOS app in Swift 4 using Xcode 9.2. This app is nearly finished and works perfectly in the simulator and on a real IOS device. Before releasing the app, I would like to add some advertisement, analytics and crash recording functionality using Firebase. Therefor, I navigated to the official website and followed the required steps with CocoaPods, as suggested by this website.
What I did:
Showing Recent Errors Only
/Users/USERNAME/Library/Developer/Xcode/DerivedData/PROJECTNAME-epcmbsjxqtkgaqfbhfycbmfcmvxr/Build/Products/Debug-iphonesimulator/Last: No such file or directory
No other warning flag are shown, just this error.
Any of you encountered this problem before? If yes, what did you do to solve this?
I tried:
Thanks in advance!