upgraded to OS Monterey and Xcode 14.1, Xcode won't work because I done have an info file

how can I use this version? what do I need to do to fix the issues? were are the setting in Xcode to fix this?

Showing Recent Messages

Cannot code sign because the target does not have an Info.plist file and one is not being generated automatically. Apply an Info.plist file to the target using the INFOPLIST_FILE build setting or generate one automatically by setting the GENERATE_INFOPLIST_FILE build setting to YES (recommended).

The Packaging collection of build settings has the build settings for automatically generating an Info.plist file.

To access the build settings,

  1. Select your project from the left side of the project window to open the project editor.
  2. Select the app target from the left side of the project editor.
  3. Click the Build Settings button at the top of the project editor.

Typing Info.plist in the search field in the build settings list will show the build settings that deal with the Info.plist file.

upgraded to OS Monterey and Xcode 14.1, Xcode won't work because I done have an info file
 
 
Q