"One of the two will be used. Which one is undefined." Appears and the app cannot be started.

Xcode has been upgraded from Ver12.5 to 13.3.1. The following error is displayed when checking with iPad OS 15.4.1.

objc[8006]: Class FIRAAdExposureReporter is implemented in both /private/var/containers/Bundle/Application/B81D6308-C24C-4E20-AA2B-F31498E76E80/BaseBallPremium.app/BaseBallPremium (0x103b48e90) and /private/var/containers/Bundle/Application/B81D6308-C24C-4E20-AA2B-F31498E76E80/BaseBallPremium.app/Frameworks/UnityFramework.framework/UnityFramework (0x10e808ab0). One of the two will be used. Which one is undefined.
objc[8006]: Class FIRAConditionalUserProperty is implemented in both /private/var/containers/Bundle/Application/B81D6308-C24C-4E20-AA2B-F31498E76E80/BaseBallPremium.app/BaseBallPremium (0x103b48ee0) and /private/var/containers/Bundle/Application/B81D6308-C24C-4E20-AA2B-F31498E76E80/BaseBallPremium.app/Frameworks/UnityFramework.framework/UnityFramework (0x10e808b00). One of the two will be used. Which one is undefined.
objc[8006]: Class FIRAConditionalUserPropertyController is implemented in both /private/var/containers/Bundle/Application/B81D6308-C24C-4E20-AA2B-F31498E76E80/BaseBallPremium.app/BaseBallPremium (0x103b48f30) and /private/var/containers/Bundle/Application/B81D6308-C24C-4E20-AA2B-F31498E76E80/BaseBallPremium.app/Frameworks/UnityFramework.framework/UnityFramework (0x10e808b50). One of the two will be used. Which one is undefined.

Some error sentences are omitted due to the limitation of the number of characters. I thought that there was a duplication of frameworks here, so I checked "Generai → Frameworks, Libraries, and Embedded Content" of Unity-iPhone and Unity Framework, but there was no duplication. Also, when this error occurs, the app cannot be started and will end. Where else should I look and fix it?

The development environment is mac OS: 12.3.1 Xcode: 13.3.1 Confirmation terminal OS: 15.4.1

Will be. I look forward to working with you.

Replies

Usually such errors are harmless.

Is there a crash report when app quits ?