Solution for multiple commands produce in Xcode 13.2

I uploaded Xcode from 12.5 to 13.2. Therefore

multiple commands produce '/{User}/library/developer/xcode/deriveddata/unity-iphone-aehtbmwxjmiaaifiqqgdtivoodpw/build/products/releaseforrunning-iphoneos/{app}.app/info.plist':
1) target 'unity-iphone' (project 'unity-iphone') has copy command from '/{User}/dev/unity/{project}/xc/info.plist' to '/{User}/library/developer/xcode/deriveddata/unity-iphone-aehtbmwxjmiaaifiqqgdtivoodpw/build/products/releaseforrunning-iphoneos/{app}.app/info.plist'
2) target 'unity-iphone' (project 'unity-iphone') has process command with output '/{User}/library/developer/xcode/deriveddata/unity-iphone-aehtbmwxjmiaaifiqqgdtivoodpw/build/products/releaseforrunning-iphoneos/{app}.app/info.plist'

I get an error like this. At the time of 12.5, we corresponded by setting the build setting to Legacy Build System. However, in 13.2, an error occurs and the build cannot be performed because it is not recommended.

  1. Delete the copy source info.plist
  2. Turn on for install builds only for Embed Pods Framework

However, the built application crashed or remained stuck with a black screen. What other fixes are there?

Thank you.