The GME SDK has been upgraded to v2.9. To implement this upgrade, perform the following steps in your Xcode project:
In the new version, the dynamic libraries of the SDK are split into the following files:
Make sure that the downloaded SDK contains these files. After downloading, put them together with GMESDK.framework
in the project directory. Release-iphoneos
is the SDK file used for real devices, while Release-iphonesimulator
is the SDK file used for simulators.
Import all frameworks into the project as shown below:
You need to add @executable_path/Frameworks
in the rpath
. If it has already been added, there is no need for modification.
Was this page helpful?