This RoboPod requires you to download and add the native 3rd party frameworks manually:
- Download the SDK for iOS from https://parse.com/docs/downloads
- Put the
Parse.framework
,ParseFacebookUtilsV4.framework
andParseUI.framework
folders in your iOS project'slibs/
folder - Add the following to your
robovm.xml
<config>
...
<frameworkPaths>
<path>libs</path>
</frameworkPaths>
<frameworks>
<framework>Parse</framework>
<framework>ParseFacebookUtilsV4</framework>
<framework>ParseTwitterUtils</framework>
<framework>ParseUI</framework>
</frameworks>
</config>
Add the following dependency to your build.gradle
:
dependencies {
... other dependencies ...
compile "org.robovm:robopods-parse-ios:$robopodsVersion"
}
Add the following dependency to your pom.xml
:
<dependency>
<groupId>org.robovm</groupId>
<artifactId>robopods-parse-ios</artifactId>
<version>${robopods.version}</version>
</dependency>
The Parse service is going offline. We strongly advise to look for alternative services for your app. This site has a good list of alternatives: Link