Mergeable libraries is not working xcframework

Hi everyone,

I use new feature mergeable libraries in XCode 15 beta 2 to create xcframework.

Follow the instruction of https://developer.apple.com/documentation/xcode/configuring-your-project-to-use-mergeable-libraries. I can create the megrable framework for devices (ios-arm64) and it can use in another project. But for the megrable framework for simulators (ios-arm64_x86_64-simulator). It can't use this framework for another project and XCode throw the error:

Showing Recent Messages
arm64-apple-ios-simulator.private.swiftinterface:6:8: No such module 'Framework3'

'Framework3' is linker framework, inspite of it already have this framework in the "ReexportedBinaries" of the mergeble framework.

Structure for mergeable framework: 
- Mergalble.framework
--- ReexportedBinaries
------- Framework3.framework

It is have the same issue with the xcframework.

So, is it the issue with XCode 15 beta for mergeable framework of simulator and xcframework? Do we have to add any specifice agrument for create xcframework with the mergeable libraries?

Best Regards,

Hula Nguyen

Replies

Have you managed to find a solution to this?