Giter Club home page Giter Club logo

objc-behaviortree's People

Contributors

andoco avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

objc-behaviortree's Issues

Small problem for 4.4 compiler fixed by "NSObject+subscripts.h". Missing kiwi files.

I would like to share some observation after downloading the projects.

//+++++
Library looks great and is it nicely coded!
//+++++

  1. I have managed to run BehaviorTreeDemo on iOS5.0 iPod and in iOS5 iPhone simulator. (I have SDK 4.4)

The BehaviorTree project required adding #import "NSObject+subscripts.h" to the "AOBehaviorReader.m".

(Otherwise we have a few errors of the following nature:

AOBehaviorReader.m:86:27: error: expected method to read dictionary element not found on object of type 'NSDictionary *'
NSDictionary *children = data[@"children"];
)

NSObject+subscripts.h contains:

`
@interface NSObject(subscripts)

  • (id)objectAtIndexedSubscript:(NSUInteger)idx;
  • (void)setObject:(id)obj atIndexedSubscript:(NSUInteger)idx;
  • (void)setObject:(id)obj forKeyedSubscript:(id )key;
  • (id)objectForKeyedSubscript:(id)key;

@EnD
`

(ref: http://stackoverflow.com/questions/11658669/how-to-enable-the-new-objective-c-object-literals-on-ios)

Issues:

  1. BehaviorTree.xcworkspace had two red entries:
    a) BehaviorTreeTests.octest
    b) Kiwi.xcocedeproj
  2. BehaviorTree project does not run after (CMD+U).
    The error is
    /BehaviorTreeTests/SelectorSpec.m:25:9: 'Kiwi.h' file not found
  3. libKiwi.a seems to be not produced.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.