Error when building with bitrise to xcode16

An error occurs during the build phase.

Run CocoaPods install (2.4.2)
Xcode (16.4.x)

It builds locally without any problems and bitrise gets an error.
It seems to be an error related to the automatic link of xcode 16, but it is the following error.

:warning: ld: -ld_classic is deprecated and will be removed in a future release
:warning: ld: Could not find or use auto-linked framework ‘CoreAudioTypes’
:warning: ld: Could not find or use auto-linked framework ‘SwiftUICore’
:cross_mark: ld: symbol(s) not found for architecture arm64
:cross_mark: clang: error: linker command failed with exit code 1 (use -v to see invocation)

When I searched, I tried solutions such as asking me to set up Other Linker Flag, but it didn’t work out.
Other than that, I’ve tried a variety of solutions, but they still don’t work out.
By the way, bitrise’s CocoaPods were versions before xcode16 came out, so would this have anything to do with it?