diff --git a/src/content/docs/sdk/migration/cocos2dx/v4-to-v5.mdoc b/src/content/docs/sdk/migration/cocos2dx/v4-to-v5.mdoc index 954f6cff6..47ec7daf1 100644 --- a/src/content/docs/sdk/migration/cocos2dx/v4-to-v5.mdoc +++ b/src/content/docs/sdk/migration/cocos2dx/v4-to-v5.mdoc @@ -89,7 +89,7 @@ To start using SDK v5, you need to add it as a dependency in your project. To do ``` 1. (**Android only**): download the latest `adjust-android.aar` from [the GitHub releases page](https://github.com/adjust/cocos2dx_sdk/releases/latest) and import it into your Android Studio project. -1. (**iOS only**): download the latest `AdjustSdk.xcframework` from [the GitHub releases page](https://github.com/adjust/cocos2dx_sdk/releases/latest) and link it in your Xcode project. +1. (**iOS only**): download the latest `AdjustSdk.framework` from [the GitHub releases page](https://github.com/adjust/cocos2dx_sdk/releases/latest) and link it in your Xcode project. ## Update the initialization method {% #update-the-init-method %}