After I tried to install the Firebase Dynamic links and invite pods, my project started showing errors. The error message I'm getting are below:
[!] Could not automatically select an Xcode project. Specify one in your Podfile like so:
project 'path/to/Project.xcodeproj'
I tried doing that but it kept giving me errors that said it couldn't find it. Also in my xcode project when I try to run my app it gives me these error messages:
The file “GTMSessionFetcher.xcconfig” couldn’t be opened because there is no such file. (/Volumes/LEO'S DRIVE/Group Lists/Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher.xcconfig) error: unable to read module map contents from 'Target Support Files/GTMSessionFetcher/GTMSessionFetcher.modulemap': Error Domain=NSCocoaErrorDomain Code=260 "The file “GTMSessionFetcher.modulemap” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Volumes/LEO'S DRIVE/Group Lists/Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher.modulemap, NSUnderlyingError=0x7fdbf444af10 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
and also,
error: unable to read module map contents from 'Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac.modulemap': Error Domain=NSCocoaErrorDomain Code=260 "The file “GoogleToolboxForMac.modulemap” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Volumes/LEO'S DRIVE/Group Lists/Pods/Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac.modulemap, NSUnderlyingError=0x7fdbf4487550 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} warning: no umbrella header found for target 'GoogleToolboxForMac', module map will not be generated
Thanks in advance for the help.