Right click on your project in the project navigator (top-most entry) and select “New Group”. Name the new group Frameworks. Drag and drop `MyIdSDK.xcframework` into the Frameworks folder. Make sure that the destination of drag is just under the Frameworks folder. Then, make sure the following options are selected for adding files. Both “Copy items if needed” and “Create groups” should be checked and selected. Click Finish.
**Embed XCFramework in project’s target**
In order to make sure that the framework will get copied to your app’s binary, follow these steps:
1. Navigate to your project settings by clicking on it in the project navigator.
2. Make sure that your target is selected and General tab is open.
3. Select “Embed & Sign” for your newly added `MyIdSDK.xcframework` in Frameworks, Libraries, and Embeded Contents section.