Cocoapods .xsworkspace not including .xcodeproj contents

I've managed to install Google's Cocoapods but have hit an impasse; The build appears to have worked fine but when I launch the project from the .xsworkspace file as instructed, the original Xcode project contents don't appear anywhere within as it should.

I've checked the folder structure and relative positions within of both files in question, but for whatever reason, .xsworkspace fails to include the original Xcode project. This is the current content of my Podfile, made by following the instructional video:

platform :ios, '12'
pod 'GoogleAPIClientForREST', '~> 2.0'
pod 'GoogleAPIClientForREST', :modular_headers => true
pod 'OMCalendarEvents'
workspace '/Users/myname/Desktop/CocoapodsTest/CocoapodsTest/CocoapodsTest.xcworkspace'

Any ideas on why this is happening? Thanks

Cocoapods .xsworkspace not including .xcodeproj contents
 
 
Q