Xcode26 beta error: “No such module '_MediaPlayer_AppIntents’”

When I import both AppIntents and MediaPlayer in the same file, I get the error “No such module '_MediaPlayer_AppIntents’”

To reproduce: Create a new project with Xcode 26 beta, selecting storyboard UI and swift language. In ViewController.swift add import AppIntents and import MediaPlayer Build Get the error: “No such module '_MediaPlayer_AppIntents’”

Submitted as FB18189693

Answered by Quappi in 846441022

Did you update to Xcode 26 beta 2 already? I had a similar issue on beta 1 and on beta 2 it is now resolved.

Accepted Answer

Did you update to Xcode 26 beta 2 already? I had a similar issue on beta 1 and on beta 2 it is now resolved.

Xcode26 beta error: “No such module '_MediaPlayer_AppIntents’”
 
 
Q