Search code examples
delphifiremonkeyvkvk-sdk

How to include CocoaPods in Delphi?


I try to use the VKontakte framework in my Delphi App. However, I have no idea how from Delphi I can play with a pod. The doc of VKontakte just say (https://vk.com/dev/ios_sdk):

Podfile
pod "VK-ios-sdk"

How I can include this in my Delphi project? where I can find the framework binary file?


Solution

  • As per my comment, pods are packages of source. To compile the framework:

    1. Clone the repo Load the project into Xcode

    2. Select the root of the project in Project Navigator

    3. Select the VKSdkFramework target in the Targets list

    4. In the Xcode menu click Product|Build

    5. Select VKSdkFramework.framework under Products in the Project Navigator, and the full path to it will appear in the File Inspector window on the right