My app includes a 3rd party framework that is embedded. The version from the Mac App Store runs just fine on 14.1.2. When I rebuild a released version of my app with XCODE 15 it now produces a "different Team ID" error and will not load the 3rd party framework.
Eskimo talked about this problem in https://developer.apple.com/forums/thread/126895
He provided a workaround, but that requires reducing the App security by turning off library validation. Since this was not necessary in XCODE 14 there is an error regarding 3rd party frameworks that was introduced in XCODE 15