@DTS Engineer
Ed, Thank you for the comment.
With your help I managed to resolve the issue and can ask the provider to correct their delivery.
I modified the xcframework bundle to create a structure as follows
SomeKit.xcframework
├── Info.plist
├── ios-arm64
│ └── SomeKit.framework
│ ├── SomeKit
│ ├── Headers
│ │ └── <Files not listed for this forums post>
│ ├── Info.plist
│ └── Modules
│ └── module.modulemap
└── ios-arm64_x86_64-simulator
└── SomeKit.framework
├── SomeKit
├── Headers
│ └── <Files not listed for this forums post>
├── Info.plist
└── Modules
└── module.modulemap
Thanks,
Anders
Topic:
Developer Tools & Services
SubTopic:
Xcode