### Add swift-mdk to Podfile Source: https://github.com/wang-bin/swift-mdk/blob/main/README.md To use swift-mdk with CocoaPods, add this line to your Podfile. Ensure you import the library in your Swift code. ```ruby pod 'swift-mdk' ``` ```swift import swift_mdk ``` -------------------------------- ### Xcode Sandbox rsync Error Solution Source: https://github.com/wang-bin/swift-mdk/blob/main/README.md Projects created with Xcode 15+ may encounter a sandbox rsync error. To resolve this, disable User Script Sandboxing in your project's build settings. ```text Sandbox: rsync.samba(78689) deny(1) file-read-data /Users/wangbin/Library/Developer/Xcode/DerivedData/.... ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.