Resource bundle not found

This error is only showing when working with Xcode 14 beta 6. While building my project, I get an error for "Resource bundle not found. Run 'pod install' to update the copy resources script" but 'pod install' doesn't fix the error. The only difference in the Copy Pods Resources Build Phase is that the resource with the error has an input file path of "${PODS_CONFIGURATION_BUILD_DIR}/..." where other successful resources have a path of "${PODS_ROOT}/...". (The project builds successfully in Xcode 13.4.1) Do I need to set a new path for the resource? Why is the error only showing in the beta version?

Did you get a resolution to this? I am also facing this issue.

Resource bundle not found
 
 
Q