This directory must contain ConsentSDK.xcframework before building for iOS.

Run the following script from the repository root to populate it:

  ./scripts/copy-xcframework-to-rn.sh

The script copies the pre-built XCFramework from the ios-sdk build output.
If the XCFramework has not been built yet, run the Gradle task first:

  ./gradlew :ios-sdk:buildXCFramework
