The file .xcworkspace does not exist

I have an xCode project called Vision + CoreML I wanted add some charts into it so I started installing cocoapad for the first time I followed all the steps from installing the latest ruby version to running pod install The critical .xcworkspace had been never created no matter how many times pod install was run. It is nowhere to be found. Could anyone advise me on what went wrong here?

Here are some files used to generate

Podfile

platform :ios, '15.0'


target 'Vision + CoreML' do
  use_frameworks!
  # Comment the next line if you don't want to use dynamic frameworks
  pod 'Alamofire', '~> 5.6'
  # Pods for Vision + CoreML
  pod 'Charts'
end

and here is the command prompt output ls

MacBook-Pro-3:NotAbgabe myusername$ ls
App				Main View
Configuration			Models
Documentation			Podfile
Extensions			README.md
Image Predictor			Vision+Core-ML.xcodeproj
LICENSE

I ran all the commands under the NotAbgabe folder. Not sure if xcworkspace is hidden somewhere between the files

The file .xcworkspace does not exist
 
 
Q