Skip to content

benstadin/hello-ios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avian on iOS example

This is a simple example of how to use Avian on iOS. These are the steps required to build it:

1. Get Avian:

$ git clone https://github.com/ReadyTalk/avian

2. Get ProGuard:

$ curl -Of http://oss.readytalk.com/avian-web/proguard4.11.tar.gz
$ tar xzf proguard4.11.tar.gz

3. Get this example, if you don't already have it:

$ git clone https://github.com/ReadyTalk/hello-ios

4. Build the example. The default target is an iPhoneOS 64 bit simulator. Uncomment related lines to build for another target.

$ cd hello-ios && ./build-hello.sh

When building for an iPhoneOS device, the codesign step may fail with the message "User interaction is not allowed." To fix this, you'll need to unlock your keychain and try again:

$ security unlock-keychain ~/Library/Keychains/login.keychain

Please send an email to avian@googlegroups.com if you have any questions or comments.

About

Hello World using Avian for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 47.0%
  • Makefile 40.2%
  • C 7.3%
  • Java 3.2%
  • Shell 1.5%
  • Prolog 0.8%