This PR addresses a sporadic issue where cp would fail with a "directory not found" error during file operations. Replaced cp with ditto, which handles directory copying more reliably on macOS and resolves the random failures observed.
Fixes: #13705
- Add `script_phase` into podspec to copy sound files into host application
* sdk(react-native-sdk): minor updates