Is XIB not supported in static library (for creating Native Extension)?

Hello,
These day I'm trying to build a static library in XCode to build a Native Extension. The original project from which I'm creating a static library is runs well on device. But when I creates a static library project along with one XIB file within, and port it to the Adobe AIR, the expected XIB view never opens up.
Somewhere some gentleman mentioned that static library can not include XIB, graphics file etc. Is that true (http://stackoverflow.com/questions/2797214/trouble-using-xib-files-in-libraries)? Can't I bundle an ANE with XIB support?
Thanks.
Santanu

Also want to know this Current project may require loading xib over Adobe Air. I suggest to start from here http://stackoverflow.com/questions/7814928/how-to-load-a-xib-file-in-a-uiview and this http://forums.adobe.com/message/4621408
Let me know if this works and would be gr8 if you can share your solution as opensource

Similar Messages

  • Distribute a static library for iOS. Which Apple agreement applies?

    There are many third party static libraries for iOS.  So distributing a static library (not via App Store) seems to be possible.
    Our company has developed a static library for iOS using xcode and wants to distribute it to our customers as part of a commercial product to help our customers to build iOS applications.
    Can you please advise which Apple agreement will allow to distribute a static library for iOS?

    Thanks much Michael,
    Do you suggest that the xcode license agreement will be sufficient? However, except the introductory note where it is mentioned that "This software may be used to reproduce, modify, publish and distribute materials", there is no other reference to distribution.
    On the other hand, xcode comes with iOS SDK and our static library of course uses it. But in the "iOS SDK Agreement" at the article 3.2 (d) it is stated that:
    "d) You will not distribute Applications created with the SDK absent a separate agreement with Apple;"
    So, which is this separate agreement? The Program License Agreement allows distribution only along App Store.

  • Locale not supported by C library [solved]

    When running a xdialog script, I am getting this error.
    Gdk-WARNING **: locale not supported by C library
    Example:
    #!/bin/sh
    Xdialog --title "TEST BOX"
    --msgbox "Hi, this is a simple message box. You can use this to
    display any message you like. The box will remain until
    you press the ENTER key." 10 41
    case $? in
    0)
    echo "OK";;
    255)
    echo "Box closed.";;
    esac

    phrakture wrote:The "locale not supported" message means you did not generate the locale info for the locale you're running under.
    For my information, where its said to do this? When installing a fresh install and all packages updated, the locale problem is there. Is this a bug or something what everyone supposed to know?
    Why the default locale configure is not enough in /etc/rc.conf, why to bother about /etc/locale.gen?
    rc.conf wrote:LOCALE="en_US.utf8"
    EDIT:
    I took a look at /etc/locale.gen. I don't know what to uncomment, its like reading a foreign language.

  • Gdk-WARNING **: locale not supported by C library

    How I can set LC_CTYPE in ArchLinux.
    When I try to run apps with. I get warning and not get unicode support.
    $ env LC_CTYPE=en_US.UTF-8 some_app   
    (process:1256): Gdk-WARNING **: locale not supported by C library
    (process:1256): Gtk-WARNING **: Locale not supported by C library.
            Using the fallback 'C' locale.

    phrakture wrote:The "locale not supported" message means you did not generate the locale info for the locale you're running under.
    For my information, where its said to do this? When installing a fresh install and all packages updated, the locale problem is there. Is this a bug or something what everyone supposed to know?
    Why the default locale configure is not enough in /etc/rc.conf, why to bother about /etc/locale.gen?
    rc.conf wrote:LOCALE="en_US.utf8"
    EDIT:
    I took a look at /etc/locale.gen. I don't know what to uncomment, its like reading a foreign language.

  • Gtk-WARNING **: Locale not supported by C library.

    Hi, I'm pretty new to Linux and I could really use some help on this one! This is my second Arch install. After the first, which I installed to learn about Linux,  I figured there'd be more user-friendly and complete distro's (like SUSE, Debian, etc.). I was wrong
    Anyway, this is my second install, but ever since I installed it (and X11, ati-fglrx, gnome and gnome-extra) certain apps give my this error when run from a console. All of them start and work perfectly, except one: gnome-keyboard-properties. I fails to run and starts a bug buddy report window, while outputting the following messages on the console:
    [***@*** ~]$ gnome-keyboard-properties
    (gnome-keyboard-properties:4727): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    (gnome-keyboard-properties:4727): Gdk-WARNING **: locale not supported by C library
    (gnome_segv2:4728): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    (gnome_segv2:4728): Gdk-WARNING **: locale not supported by C library
    (bug-buddy:4729): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    (bug-buddy:4729): Gdk-WARNING **: locale not supported by C library
    ** (bug-buddy:4729): WARNING **: Couldn't load icon for Open Folder
    Failed to read a valid object file image from memory.
    I've generated the en_US.utf8 locale using locale-gen, edited rc.conf accordingly and I used the hwd-generated keyboard entry for xorg.conf that worked on my previous install.
    I've been trying things with my xorg.conf. I used to leave XkbLayout and XkbVariant empty, like in the hwd-generated example, but now I'm using this:
    Section "InputDevice"
    Identifier "Cherry"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbVariant" "intl"
    EndSection
    This has a noticable effect: both ' and " require an extra spacebar hit. Pretty anoying, but this at least shows is had effect on gnome. Also, the Keyboard Indicator Applet shows the layout correctly.
    I've tried other things, like uninstalling gnome and gnome-extra using pacman -Rnd as to leave no trace, and reïnstalling it. And I can't find anything on Google...
    PS I'm running this on an athlon64 with a radeon x700, ftp-install from a 0.7.2 i686 base CD.

    I've done a total reïnstall - again. gnome-keyboard-properties works again! However, I still get these errors when opening Gtk-apps:
    (gksu:4669): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    I've left xorg.conf's XkbLayout emply, which defaults to "us". There's a related option called "KEYMAP" in rc.conf, which has "us" as default, too. As I said, gnome-keyboard-properties now works and correctly displays "Generic 105-key.." etc. and "U.S. English".
    I think I now have /etc/hosts' loopback correctly setup:
    127.0.0.1 localhost.localdomain myhostname
    192.168.x.xxx myhostname.localdomain myhostname
    I'm really out of ideas here. Does anyone know whether this is normal or harmful?
    [[ EDIT ]]
    Solved. I actually forgot to generate the locales this time. I don't know what it was last time...
    Last edited by ppvg (2007-02-05 21:21:21)

  • Export and Import are not supported on 10g databases for users logged

    Hi
    I having the below written error, when i want to export or import my database. I having Standalone system using windows xp.
    Role Error - Export and Import are not supported on 10g databases for users logged in with the SYSDBA role. Logout and login using a different role before trying again.

    Actually i ma new to EM...
    When I want to Import any thing He is asking abt the HOST CREDENTIALS
    I can't undrstatnd wht he is asking????
    Host Credentials
    * Username          
    * Password          
              Save as Preferred Credential
    It Genrate the below error
    Error - ERROR: Wrong password for user

  • Why not support tree/shuttle layers for Structs/JSP in jheadstart 10.1.2.0.

    Why not support tree/shuttle layers for Structs/JSP in jheadstart 10.1.2.0.
    I want make tree style and shuttle style with Structs/JSP(jheadstart 10.1.2.0) in my project.
    Can you help me.
    Thanks for your help.

    UIX provides tree and shuttle components that generate all the complex javascript required for these UI component.
    We have no plans to create similar javascript ourselves so we can generate this with JSP. The future strategy for JHeadstart will be based on JSF / ADF Faces where we leverage UI components that have this functionality built-in, like UIX has today. With the JSF standard out there, we expect lots of sophisticated new UI components to come out, built by dhtml/javascript/ajax experts (which we are not).
    Our focus (and core competency) is on generating applications by wiring together these sophisticated UI components, and not so much on building new UI components.
    If you want to build this today using JSP I suggest you do some shopping on the internet, you wll probably find some sample code for trees and shuttles.
    Steven Davelaar,
    JHeadstart Team.

  • Why can't I open iTunes or apps on ipad1? And why do apple not support the latest update for ipad1 when it's less than 2 years old. I am sick of huge corporations ripping off joe public!

    Why can't I open iTunes or apps on ipad1? And why do apple not support the latest update for ipad1 when it's less than 2 years old. I am sick of huge corporations ripping off joe public!

    And the processor limitations.
    iPad: RAM - 256MB, Processor - 1 GHz Apple A4
    iPad 2: RAM - 512MB, Processor - 1GHz dual-core Apple A5
    iPad 3: RAM 1024MB, Processor - 1GHz dual-core Apple A5X
    Similarily, the iPad 2 did not get Siri and some other features in iOS 6.
     Cheers, Tom

  • Premiere Pro Does Not Support Audio-Only Capture For Some Formats, Such As HDV?

    In the PPro CS 5.5 Help file  under, "Recording audio", it says:
    "Note: To capture an audio-only file from a digital video source, choose Audio from the Capture menu in the Logging pane of the Capture panel.
    "Premiere Pro does not support audio-only capture for some formats, such as HDV."
    I'm shooting in HDV and if I want to capture audio only, would I just need to switch my setting to DV?
    The only thing is my Canon HV20's HDV audio is MPEG-1 Audio Layer 2, 16 bit, 48 kHz.
    My DV setting is PCM audio, which I think is a better quality format, right?
    Would there be any noticeable difference?
    Thanks.

    Capture your HDV material in the normal way and just drag audio only from the source monitor to the timeline.

  • [svn:osmf:] 14613: Fix for FM-256: Since progressive subclips are not supported, ignore subclip params for progressive files.

    Revision: 14613
    Revision: 14613
    Author:   [email protected]
    Date:     2010-03-05 14:49:05 -0800 (Fri, 05 Mar 2010)
    Log Message:
    Fix for FM-256: Since progressive subclips are not supported, ignore subclip params for progressive files.  Also document this lack of support on StreamingURLResource.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-256
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamUtils.as
        osmf/trunk/framework/OSMF/org/osmf/net/StreamingURLResource.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestNetStreamUtils.as

    Hi Experts,
    After i tried a few times, i can successfully start prepare with upgrade asistant monitor - Administrator >> Start Prepare,
    Thanks

  • Locale not supported by C library?

    Hi,
    When trying concky or lxappearance the terminal says:
    Gdk-WARNING **: locale not supported by C library
    Using the fallback 'C' locale
    What have I done wrong or what have I missed?

    http://wiki.archlinux.org/index.php/Locale

  • [Solved] Gtk-WARNING **: Locale not supported by C library

    Hi all,
    Since the gnome 3.2 update I have the following error while working on the terminal:
    "Gtk-WARNING **: Locale not supported by C library"
    I have follow the wiki but nothing change, any idea?
    Regards,
    Last edited by sweetthdevil (2011-10-07 16:48:52)

    fixed - the problem was with the system settings > Region and language
    All needed to be set there...

  • Itunes will not open, message says library was created with earlier version. what now?,

    itunes will not open, message says library was created with earlier version. what do i do?

    Unless you just attempted to downgrade iTunes to an earlier verison this is probably a sign of a corrupt library.
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping.  Note that in iTunes 11 an "empty" library may show your past purchases with links to stream or download them.
    In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    Alternatively, depending on exactly when and why the library went missing, there may be a more recent .tmp file in the main iTunes folder that can be renamed as iTunes Library.itl to restore the library to a recent state.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    Should you be in the unfortunate position where you are no longer able to access your original library, or a backup of it, then see Recover your iTunes library from your iPod or iOS device.
    I've noticed more of these missing library posts of late and a common factor to most since I started asking is AVG Anti-Virus. It seems in some cases it might be at least part of the reason why the library file disappears. Try excluding the iTunes folder from any AV scanning process.
    tt2

  • Since the latest update to OX I have been unable to download the contents of some emails because pages does not support the font they are created in. Is there a fix for this?

    Hi, since I installed the latest update on my Mac I have been unable to open the contents of some emails because it is saying that pages does not recognise the font. For example it is saying 'some features aren't supported, the font Calibri isn't available on OS X. It was replaced with TrebuchetMS' This means that I cannot open letters from my daughters school. Is there any way round this other than getting rid of this nightmare MAC and going back to Windows!?

    http://www.mozilla.com/en-US/firefox/3.6.13/releasenotes/
    Had the same problem; would have been nice if they had told s that we need an intel processor on our older Macs! I am up and running again.

  • Multi Touch not supported in Adobe Air for IOS?

    Hi, I've just started developing my first app for my iPhone which is an iPhone 3GS. I'm using CS5 to make these apps.
    I did a simple test game where there are two arrows on the screen and a fire button. The screen also has a ground and the player standing on it which can be controlled with left/right and fire. Now, if I press right, he moves right, if I press left, he moves left, if I press fire, he jumps... BUT no matter what I do I can't make dual touch work, ie: I press right AND fire, it only recognize just ONE touch point. So I did alot of researching and didn't find much.  I thought maybe adding a TouchEvent.TOUCH_TAP which I found a guide on on this page: http://openexhibits.org/support/gestures/1/one-finger-tap , but couldn't make it work, so I found this: http://www.adobe.com/devnet/flash/articles/multitouch_gestures.html and it seems Adobe Air for iPhone only allows four different gestures, no TouchEvents. I found a code somewhere that when run it checks to see if the device it's running on supports TOUCH_TAP stuff and in CS5 I got the message that it is not supported, in Adobe Device Central I get it's supported, on the actual phone (yes, got dev license from Apple and all that and can run my apps from CS5 on my iphone) I get it IS supported, but it doesn't work when I try it for real.
    So, my question is: how can I make Adobe Air using CS5 to detect 2 finger presses at the same time in iPhone apps?  Like pressing right+fire at the same time, so it doesn't just detect ONE of them being pressed.
    Thanks a million for any reply.

    Before listening for TouchEvents like TOUCH_BEGIN, TOUCH_MOVE, TOUCH_END etc... you need to set the input mode of your device to TOUCH_POINT. By default it is set to GESTURE.
    This works fine on the iPAD:
    import flash.ui.Multitouch;
    import flash.ui.MultitouchInputMode;
    Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;
    stage.addEventListener(TouchEvent.TOUCH_BEGIN, touchBegin);
    stage.addEventListener(TouchEvent.TOUCH_MOVE, touchMove);
    stage.addEventListener(TouchEvent.TOUCH_END, touchEnd);
    private function touchBegin(te:TouchEvent):void {
        // your code here
    private function touchMove(te:TouchEvent):void {
        // your code here
    private function touchEnd(te:TouchEvent):void {
        // your code here
    Hope that helps.

Maybe you are looking for

  • Windows 8 drivers and MSI software?

    Hi all!  I'm moving my WindPad 110W-014US to Windows 8 and can't seem to find any drivers or software for it on MSI's website.  MSI's driver link seems to be broken.  Can anyone help me? Thanks!

  • Issues in the import of Design & Configuration objects

    Hi SDNers, I have a small doubt. In one of our scenario we have exported the Design & Configuration objects (all objects) from DEV to ACC. But actually we want only selected objects to be imported into ACC. Will the import of objects under the same n

  • Multiple Dispatcher in The Landscape

    Hello Folks, We are using web dispatcher for our ECC systems. Now we are planning to extend this to our other systems in the land scape llike EP, BI, BO etc.. Request you to share your thoughts planning the web dispatcher in the landscape and followi

  • How can I print my calendar wirelessly

    I keep my calendr on my Ipad Air,  but wish to print off a paper copy.  I cannot find AirPrint on the App store.  How can I print my calendar?

  • Image form database

    Hello, I want to do the following, but don't know how to achieve it. I want to create a website, where the user can upload an image. This image is stored in a database-table of the SAP-System (this part is already done). On another page I want to use