That's a bug in the objc interop, the type detection is incomplete.

https://github.com/galdolber/clojure-objc/blob/master/src/jvm/clojure/lang/Selector.java?source=c#L87

The error you get is happening on arm64(iphone 5s or simulator 64bits), it
should work on i386, armv7 and armv7s.


On Sun, Jan 26, 2014 at 3:18 PM, PublicFarley <publicfar...@gmail.com>wrote:

> I got an error as posted in my 1:01 PM post below. I've uploaded my
> source in case it helps. Basically it's your github sample code.
>
>
> On Sunday, January 26, 2014 8:15:17 AM UTC-5, Gal Dolber wrote:
>
>> I added a better sample with a UINavigationController and a small uikit
>> framework(very very alpha).
>>
>> https://github.com/galdolber/clojure-objc-sample/blob/
>> master/src/clojure_objc_sample/core.clj
>>
>> Feedback and improvements on the uikit framework are very much welcome.
>>
>>
>> On Sat, Jan 25, 2014 at 10:08 PM, PublicFarley <public...@gmail.com>wrote:
>>
>>> Thanks for the quick reply Gal. Excellent advise. I never thought to do
>>> it that way. Need to stretch my thinking a bit... LOL.
>>>
>>> Yes your compilation technology could enable a lot of creative thinking
>>> around frameworks and libraries for iOS UI construction in Clojure. Much
>>> like the excitement and development in the RubyMotion community. I need to
>>> put my hard hat on and experiment more.
>>>
>>> Again thanks for the fabulous contribution.
>>>
>>> Kind Regards,
>>> publicfarley
>>>
>>> --
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To post to this group, send email to clo...@googlegroups.com
>>>
>>> Note that posts from new members are moderated - please be patient with
>>> your first post.
>>> To unsubscribe from this group, send email to
>>> clojure+u...@googlegroups.com
>>>
>>> For more options, visit this group at
>>> http://groups.google.com/group/clojure?hl=en
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to clojure+u...@googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>  --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to