No such module 'Combine' when archiving app using my Swift package

Hi Thomas,

I ran into the exact same problem with Xcode 11 beta 4, when adding a library package (which imports Combine) to my app project. Running the app in the simulator works fine, building the release version, however does produces the missing module error.

Did you find out what the problem was?

:white_check_mark: Update: Adding the platform in the package description solved the problem.

2 Likes