アプリをシミュレートしたとき、ログに、
objc[1927]: Class CSAudioFileManager is implemented in both /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 14.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition (0x1422d2238) and /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 14.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech (0x141160a90). One of the two will be used. Which one is undefined. objc[1927]: Class CSAudioFileReader is implemented in both /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 14.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition (0x1422d21e8) and /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 14.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech (0x141160d10). One of the two will be used. Which one is undefined. objc[1927]: Class CSVoiceIdXPCClient is implemented in both /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 14.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ ・・・・
が表示されます。ライブラリがダブっているところまでは理解するのですが、その後どうしたらいいか分かりません。
なお、現在のPodfileは
use_frameworks! target "アプリ名前" do pod 'Firebase/Core' pod 'Firebase/Analytics' pod 'ActionSheetPicker-3.0' pod 'Fabric' pod 'Crashlytics' pod 'Firebase/AdMob' end
としております。修正や、方法など、お分かりの方いましたら、よろしくお願いします。
あなたの回答
tips
プレビュー