-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File not found libRainbow.a #4
Comments
Hi, Send me complete console output of "rake run:iphone --trace" Also check the permissions/file attribute of On Thu, Oct 27, 2011 at 12:59 AM, plsmith91 <
Best regards, |
Hello dim, Thanks for your response Yes ! you get it, it was a file rights issue on the 'build' file ! now So a 'chmod +x' was the solution (perhaps you have to switch +x on the So, now it's compile but, my goal was to check the 'take_barcode()' my context : iphone 3gs with ios 4.3 It's seems that you are the boss for this function (right? -have look on Regards On 10/27/2011 12:13 AM, dmitrys wrote:
|
Hi, take_barcode work on iOS platforms only in Master version now - I was On Thu, Oct 27, 2011 at 6:09 PM, plsmith91 <
Best regards, |
Hi Dim, What is "the master version" ? Other subject about webView possibilities: i've modified the "simpleMainView.m" to add 2 options to the WebView to I think it's could be very useful to integrate this as natif (or Where could i suggest this for the framework ? About options : Regards, On 10/27/2011 05:19 PM, dmitrys wrote:
|
Hi, If you want real-time barcode recognizer on iPhone - currently you need use Other way : On Thu, Oct 27, 2011 at 8:10 PM, plsmith91 <
Best regards, |
Thank you very well Dim, Have a good day. On 10/27/2011 06:29 PM, dmitrys wrote:
|
Hi Dmitrys, I've got rhodes from sources and got now a 2 codegen errors for armv6 Here the log from xcode (for armv6):
ld: bad codegen, pointer diff in Do you have any idea ? Regards, On 10/27/2011 06:29 PM, dmitrys wrote:
|
Hi, Try to use Master version and do not forget make "rake clean:iphone" Also you can read this: On Fri, Oct 28, 2011 at 5:22 PM, plsmith91 <
Best regards, |
Try to compile on Mac. Have Rhodes 3.2.0, and i got a "File not found" issue for the libRainbow.a file
Exact error is :
ld: File not found: /Library/Ruby/Gems/1.8/gems/rhodes-3.2.0/platform/iphone/build/rhorunner.build/Release-iphonesimulator/rhorunner.build/libRainbow.a
this happens for 'release' mode, but in default 'debug' is the same issue
Rainbow is a native extension ? but seem haven't got it ? or does someone know the solution/problem ?
Thanks
The text was updated successfully, but these errors were encountered: