I'm fairly new to programming. I am trying to install Firebase and the Facebook iOS SDK into my app to allow for Facebook authentication. I have already installed the necessary pod files(FireBase) and Frameworks (FBSDK) on to my project. I am trying to build the app now but I come across the following error.
/Users/JuanPa/Library/Developer/Xcode/DerivedData/jps-showcase-dytvwqtvwsggladxlmwwyoflurwt/Build/Products/Debug-iphonesimulator/jps-showcase.app/Frameworks/GTMSessionFetcher.framework: No such file or directory
I have already tried:
- Updating my Cocoapod
- Updating the Firebase Pods
- Deleting my .xcworkspace and creating it again
- Deleting my derived data
And some other things, but those are the main ones, and nothing has worked. I guess it really comes down to the GTMSessionFetcher.framework
not being found? I searched into my Project's Pods directories and found the GTMSSessionFetcher > Source > and found the files in the picture below.
Pods directory:
Can anyone help, please?