
This article first covers the CocoaPods checkbox. In these versions, the iOS and tvOS Game Options show two buttons Podfile and Podfile.lock under Build Settings instead. Versions earlier than that and the LTS versions (v2022.0.0 and v2022.0.1) do not have this checkbox.In versions of GameMaker starting with 2022.11, the iOS Game Options and tvOS Game Options allow you to tick the CocoaPods checkbox under Build Settings.Support for building using CocoaPods in GameMaker depends on the version that you're using: This means that you no longer have to supply the frameworks and SDKs directly within your GameMaker projects, as these will be "pulled in" by the CocoaPods system when the app is built in XCode. The dependencies for your projects are specified in a single text file called a Podfile, and CocoaPods will resolve dependencies between libraries, fetch the resulting source code, then link it together in an Xcode workspace to build your GameMaker project. CocoaPods manages library dependencies for your iOS and tvOS projects in Xcode.
