is a limitation of XCFramework not having the same...
# compose-ios
p
is a limitation of XCFramework not having the same name as the module. For instance, in shared module I get an error if trying to use
Copy code
baseName = "CustomName"
Regular frameworks are fine. Nothing that bothers just to have it clear. In fact I think is a good practice enforce naming conventions between module directories and frameworks/xcframeworks
k
you are supposed to name all inner frameworks as "CustomName"
p
Humm, only the inner .framework files? not the . xcframework?