Post

Replies

Boosts

Views

Activity

Reply to Is AVPlayerViewController not supported on macCatalyst?
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,
Feb ’25
Reply to Archive Missing Bundle Identifier Error - IDEArchivedApplicationErrorDomain
My same problem is solved. In my case, I solved it by changing the Installation Directory in the App TARGET Deployment settings from /Applications/Xcode.app/Contents/Developer to $(LOCAL_APPS_DIR), or /Applications. Or maybe the following will help. https://stackoverflow.com/questions/76615852/xcode-14-shows-archive-missing-bundle-identifier-when-archiving-ios-app-but-i
Dec ’24
Reply to Is AVPlayerViewController not supported on macCatalyst?
Hello, I solved this problem by customizing CMake itself to suppress the output of 'Framework Search Path' during CMake Generate. thank you,
Replies
Boosts
Views
Activity
Mar ’25
Reply to Is AVPlayerViewController not supported on macCatalyst?
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,
Replies
Boosts
Views
Activity
Feb ’25
Reply to Is AVPlayerViewController not supported on macCatalyst?
As a supplement, AVKit.framework is included in the link target.
Replies
Boosts
Views
Activity
Feb ’25
Reply to Archive Missing Bundle Identifier Error - IDEArchivedApplicationErrorDomain
My same problem is solved. In my case, I solved it by changing the Installation Directory in the App TARGET Deployment settings from /Applications/Xcode.app/Contents/Developer to $(LOCAL_APPS_DIR), or /Applications. Or maybe the following will help. https://stackoverflow.com/questions/76615852/xcode-14-shows-archive-missing-bundle-identifier-when-archiving-ios-app-but-i
Replies
Boosts
Views
Activity
Dec ’24
Reply to Archive Missing Bundle Identifier Error - IDEArchivedApplicationErrorDomain
Hello, I am also having the same problem. In my case, after the error, when I check the directory, .xcarchive is output, but Info.plist is not present inside .xcarchive. When I created another simple project, I verified that the Info.plist was present inside the correctly generated .xcarchive.
Replies
Boosts
Views
Activity
Dec ’24