Ask Your Question
2

What does the error message "using bridging headers with module interfaces is unsupported" mean while trying to execute the MasterPass docs' MerchantCheckoutApp sample?

asked 2023-05-06 11:34:16 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-05-06 11:39:02 +0000

david gravatar image

The error message "using bridging headers with module interfaces is unsupported" typically means that the project is using a bridging header to import objective-C code into a Swift project, which is not supported in module interfaces. This error is commonly encountered when trying to build a mixed-language app that includes both objective-C and Swift code. To resolve this error, you may need to remove the bridging header file or update your project's Build Settings. Alternatively, you may need to refactor your code to eliminate the need for the bridging header.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-06 11:34:16 +0000

Seen: 16 times

Last updated: May 06 '23