_MediaPlayer_AppIntents compilation error for iOS 26

getting an interesting error attempting to compile my app in Xcode 26 beta.

error: Unable to find module dependency: '_MediaPlayer_AppIntents' (in target 'icatcher' from project 'icatcher') note: A dependency of main module 'MainModuleCrossImportOverlays' (in target 'icatcher' from project 'icatcher')

Unable to find module dependency: '_MediaPlayer_AppIntents'

Not sure what to try and pull to fix this issue

Accepted Answer

I think I got. I looked in my app intents and if you have import AppIntents and import MediaPlayer

it will fail.

Remove import MediaPlayer and it compiles.

now on to the next problem :|

_MediaPlayer_AppIntents compilation error for iOS 26
 
 
Q