Thank you for your reply.
I have uploaded a minimal project with similar issue below.
https://github.com/honma-r/AVPlayerViewControllerTest
After doing some research, I found that the build passed by removing the following set in 'Framework Search Path' in 'Build Settings', but since I am using CMake I am unable to remove the above settings.
Also, it seems that there is no problem with the above settings itself, but is it possible to avoid this problem in some way?
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/Library/Frameworks
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/iOSSupport/System/Library/Frameworks
Respectfully,