I am trying to create IPA from Xcode 14, archive and export is successful. Now, when I run the app, it is giving me error of resources not found in bundle (Through resources are copied in the bundle path).
Everything is working seamlessly in debug mode (When try to run from Xcode with cable connected to device). Also, App is working (with same code) when IPA created from earlier Xcode version 13.4.X.
I also tried building the app from Xcode 14, copy .aap folder in to Payload and compress and creating IPA manually by changing the extention from .zip to .ipa. App is working as expected (without any issues).
Summary: App is not working properly when tried to create (Archive->Export) from Xcode 14 but working normally in debug mode and with earlier versions of Xcode.
Has anyone faced this issue at their end?