Ld: Framework not found: DropboxSDK

I am writing a flex application that requires an ios native extension to use the dropbox core sdk. I have downloaded the framework, and added it to my project. The project builds successfully, and I can build an .ane file which i can then add into my flex application. However upon attempting to run the flex project, flashbuilder does not run, complaining that:
    "Error occurred during packing the application:
    ld: framework not found DropboxSDK
    compilation failed while executing : ld64
I have found many similarly titled posts already, but none of their solutions work.
Things I have done / ensured:
1. DropboxSDK.framework is in the root of my project folder.
2. DropboxSDK.framework has been dragged into the frameworks folder in xcode, with "copy items into destination folder", "create groups for any added folders" and "add to targets" all selected/ticked.
3. Under Build Phases, Link Binary with Libraries I have got `QuartzCore.framework`, `Foundation.framework`, `UIKit.framework`, `DropboxSDK.framework` and `Security.framework`
4. Under Build Settings, Framework Search Paths is set to the root of my project (where DropboxSDK.framework is placed).
5. I have got `#import <DropboxSDK/DropboxSDK.h>` in my extension.h and in any files that reference dropbox functions.
6. After building my xcode project, i place my libExtension.a in my flex ios/ build folder along with platformoptions.xml and library.swf.
7. My iosplatformoptions.xml looks like this:
        <platform xmlns="http://ns.adobe.com/air/extension/3.7">
        <description>ExtensionName</description>
        <copyright>2013</copyright>
        <sdkVersion>5.0.0</sdkVersion>
          <linkerOptions>
            <option>-ios_version_min 5.0</option>
            <option>-framework AddressBook</option> <!-- Used elsewhere in ane -->
            <option>-framework DropboxSDK</option>
            <option>-liconv</option>
          </linkerOptions>
        </platform>
8. I've tried building the ane on both windows and mac.
I'm sure there must be an option or step that i've missed, but after several hours of searching I can't find it. I'm using xcode 5.0.2, flashbuilder 4.10 air 3.9. Any help appreciated!

Managed to solve the issue:
After a lot of research I found that I needed to link adobe flashbuilder to the ios sdk.
Right-Click on your project in flashbuilder -> Properties -> Flex Build Packaging -> Apple iOS -> Native Extensions Tab.
There is a text field for the location of the Apple iOS SDK. I found my sdk to at:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPh oneOS7.0.sdk

Similar Messages

  • Native Extension for AIR publishing error : framework not found

    Hello,
    I'm trying to build an iOS app using native extensions for AIR, but when I publish, I've an error message saying : framework not found
    I tried with this ANE for GameCenter integration : https://github.com/StickSports/ANE-Game-Center
    it says " ld: framework not found GameKit "
    Same problem with GREE Platform SDK for AIR :
    https://docs.developer.gree.net/en/globaltechnicalspecs/#sdkforair
    it says " ld: framework not found CoreTelephony "
    The thing is that these frameworks are already included, I guess.
    I'm using flash cs6 on mac, and I've included the path to iOS SDK in the publishing settings.

    Are you using the ANE from there or are you recompiling the ANE at your end?
    If you are recompiling, please make sure that you are using the platform.xml file they have provided.
    If you are using their precompiled ANEs, probably, the path to iOS SDK is not correct. It should be upto the folder iPhoneOSx.y.sdk.

  • Trying to track a package on FedEx website and get "Framework Not Found" error message

    Either by clicking on the email from FedEx and launching Firefox or by opening the FedEx website and entering the tracking number, I get "Framework not found" error and the search stops. It worked with previous Firefox versions but not with the new 4.0.1 version. Any suggestions?

    I tried it with firefox and chrome and have the problem in both browsers, so it is not browser specific.

  • CS5 Getting Started Guide - Stuck - Framework not found.

    I am using Xcode 3.2.3.
    I am on page 26 of the "Getting started with the Adobe Indesign CS5 Products SDK" guide. I follow the instructions up to point 7 on page 27.
    Then, when I build the project I get the following error: (http://codepad.org/OcB0myiH)
    Ld ../Release/SDK/InDan.sdk.InDesignPlugin/Versions/A/InDan.sdk normal i386
    cd /SDK2/build/mac/prj
    setenv MACOSX_DEPLOYMENT_TARGET 10.5
    /Developer/usr/bin/g++-4.0 -arch i386 -dynamiclib -isysroot /Developer/SDKs/MacOSX10.5.sdk -L/SDK2/build/mac/prj/../Release/SDK -L/SDK2/build/mac/prj/../release/packagefolder/contents/macos/libs -L../../../build/mac/release/packagefolder/contents/macos/libs -L/SDK2/build/mac/prj/../debug/packagefolder/contents/macos/libs -L/SDK2/build/mac/prj/../release/packagefolder/contents/macos/libs -L/SDK2/build/mac/prj/libs -F/SDK2/build/mac/prj/../Release/SDK -F../../../build/mac/release/packagefolder/contents/macos -F../../../build/mac/release/packagefolder/contents/Frameworks -F/SDK2/build/mac/prj/../debug/packagefolder/contents/macos -F/SDK2/build/mac/prj/../release/packagefolder/contents/macos -filelist /SDK2/build/mac/prj/build/InDan.build/Default/Release.build/Objects-normal/i386/InDan.sdk .LinkFileList -install_name ./InDan.sdk.InDesignPlugin/Versions/A/InDan.sdk -mmacosx-version-min=10.5 -dead_strip -no_dead_strip_inits_and_terms -Wl,-executable_path -Wl,../../../build/mac/Release/packagefolder/contents/macos/ -framework Carbon -lPublicPlugIn -lPublicPlugIn -lPublicPlugIn -framework InDesignModel -framework InDesignModel -framework InDan.sdk -framework InDan.sdk -single_module -o /SDK2/build/mac/prj/../Release/SDK/InDan.sdk.InDesignPlugin/Versions/A/InDan.sdk
    ld: framework not found InDan.sdk
    collect2: ld returned 1 exit status
    Command /Developer/usr/bin/g++-4.0 failed with exit code 1
    I have been trying to solve it for 5 hours now. It can't be that difficult.
    Can someone help me out please.
    Thanks

    That's an odd looking error to see when creating a new project.
    Did you create the project with Dolly?
    Dolly should have set this up correctly.
    Look in your Xcode project.
    In the Groups & Files section you should have a file:
    ????NoStrip.cpp
    where the ???? is the short name that you provided in Dolly.
    That contains the method DontDeadStrip() that the compiler is looking for.
    If it's not in the project, check your source folder and drag the ????NoStrip.cpp
    into your project.

  • Export file framework.exp of package javacard.framework not found

    Hi,
    trying to convert the HelloWord example of the Sun Javacard Kit (2.2.2), i get the "error: export file framework.exp of package javacard.framework not found". I have compiled the file according to the documentation and i am still following the documentation for converting it.
    this is the command i use:
    %JC_HOME%/bin/converter.bat -config C:\java_card_kit-2_2_2\samples\src\com\sun\javacard\samples\HelloWorld\HelloWorld.opt
    Ideas?
    Thanks
    Edited by: uig on Oct 23, 2007 7:54 AM

    how did you compile ur helloworld.opt file coz when i tried it i got this err msg
    call %JC_HOME%\bin\converter -config ..\src\com\sun\javacard\samples\HelloWorld\HelloWorld.opt
    and got this err
    Exception in thread "main" java.lang.NoClassDefFoundError: Files\Java\jre1/6/0_03\lib\ext\QTJava/zip;

  • When I try to track a package on FedEx, I get an error message saying "framework not found!" What happened? It's been working fine.

    Error message: "framework not found!" occurs every time I try to track a package on FedEx site. No problem on IE, just Firefox.
    == This happened ==
    Not sure how often
    == Today

    Same problem - started 8/2/10.

  • Framework not found AudioUnit

    Hey guys,
    I've got my setup up and running - successfully building/debugging on my touch. I tried to fool around with some audio unit stuff but even after adding the AudioUnit framework to my project I get the following linker error:
    framework not found AudioUnit
    I'm new to mac development - is there something i'm missing here?
    Thanks in advance

    Removing AudioUnit.framework isn't enough, you need to add AudioToolbox.framework

  • Help! GameKit framework not found!?

    Ld /Users/user/Library/Developer/Xcode/DerivedData/GliderPlane-bhqypiokhxpkuihbqyj vbkskkgwp/ArchiveIntermediates/GliderPlane/IntermediateBuildFilesPath/GliderPlan e.build/Release-iphoneos/GliderPlane.build/Objects-normal/armv6/GliderPlane normal armv6
    cd /Users/user/Documents/Codes/GliderPlane
    setenv IPHONEOSDEPLOYMENTTARGET 4.3
    setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/u sr/bin:/bin:/usr/sbin:/sbin"
    /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk -L/Users/user/Library/Developer/Xcode/DerivedData/GliderPlane-bhqypiokhxpkuihbq yjvbkskkgwp/ArchiveIntermediates/GliderPlane/BuildProductsPath/Release-iphoneos -F/Users/user/Library/Developer/Xcode/DerivedData/GliderPlane-bhqypiokhxpkuihbq yjvbkskkgwp/ArchiveIntermediates/GliderPlane/BuildProductsPath/Release-iphoneos -filelist /Users/user/Library/Developer/Xcode/DerivedData/GliderPlane-bhqypiokhxpkuihbqyj vbkskkgwp/ArchiveIntermediates/GliderPlane/IntermediateBuildFilesPath/GliderPlan e.build/Release-iphoneos/GliderPlane.build/Objects-normal/armv6/GliderPlane.Link FileList -dead_strip -miphoneos-version-min=4.3 -framework GameKit -framework iAd -framework Foundation -framework UIKit -framework CoreGraphics -framework QuartzCore -o /Users/user/Library/Developer/Xcode/DerivedData/GliderPlane-bhqypiokhxpkuihbqyj vbkskkgwp/ArchiveIntermediates/GliderPlane/IntermediateBuildFilesPath/GliderPlan e.build/Release-iphoneos/GliderPlane.build/Objects-normal/armv6/GliderPlane
    ld: framework not found GameKit
    collect2: ld returned 1 exit status
    Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
    Thats the exact error I get! I don't know what to do! I linked the framework and everything idk waht to do!

    Also I added the GameKit framework once before and I removed it from the app by deleting references... do you think that would cause the problem?

  • [iPhone] AudioUnit framework not found

    Hi,
    I am using AudioUnit framework to do some remoteIO audio unit stuff. When I am compiling code I am getting linking error saying framework not found AudioUnit.
    How to solve this problem ?
    Thanks,
    Ganesh Pisal
    Vavni Inc.

    yes i have tried to add AudioUint with the project screen but it won't work, there is the error:
    Ld /Users/walter/Library/Developer/Xcode/DerivedData/Synth-elpsggtbjjwjkfbjvqcozuz fghbs/Build/Products/Debug-iphonesimulator/Synth.app/Synth normal i386
        cd /Users/walter/Desktop/Synth
        setenv IPHONEOS_DEPLOYMENT_TARGET 6.1
        setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/ Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/b in:/usr/sbin:/sbin"
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/SDKs/iPhoneSimulator6.1.sdk -L/Users/walter/Library/Developer/Xcode/DerivedData/Synth-elpsggtbjjwjkfbjvqcoz uzfghbs/Build/Products/Debug-iphonesimulator -F/Users/walter/Library/Developer/Xcode/DerivedData/Synth-elpsggtbjjwjkfbjvqcoz uzfghbs/Build/Products/Debug-iphonesimulator -filelist /Users/walter/Library/Developer/Xcode/DerivedData/Synth-elpsggtbjjwjkfbjvqcozuz fghbs/Build/Intermediates/Synth.build/Debug-iphonesimulator/Synth.build/Objects- normal/i386/Synth.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=6.1 -framework AudioUnit -framework UIKit -framework Foundation -framework CoreGraphics -o /Users/walter/Library/Developer/Xcode/DerivedData/Synth-elpsggtbjjwjkfbjvqcozuz fghbs/Build/Products/Debug-iphonesimulator/Synth.app/Synth
    ld: framework not found AudioUnit
    clang: error: linker command failed with exit code 1 (use -v to see invocation)

  • Audiounit framework not found ios

    i am using Xcode 4.6.1 (4H512), when i try to add the AudioUnit framework to my iOS 6.1 ld says: "framework not found AudioUnit", someone  can help me please?

    yes i have tried to add AudioUint with the project screen but it won't work, there is the error:
    Ld /Users/walter/Library/Developer/Xcode/DerivedData/Synth-elpsggtbjjwjkfbjvqcozuz fghbs/Build/Products/Debug-iphonesimulator/Synth.app/Synth normal i386
        cd /Users/walter/Desktop/Synth
        setenv IPHONEOS_DEPLOYMENT_TARGET 6.1
        setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/ Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/b in:/usr/sbin:/sbin"
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/SDKs/iPhoneSimulator6.1.sdk -L/Users/walter/Library/Developer/Xcode/DerivedData/Synth-elpsggtbjjwjkfbjvqcoz uzfghbs/Build/Products/Debug-iphonesimulator -F/Users/walter/Library/Developer/Xcode/DerivedData/Synth-elpsggtbjjwjkfbjvqcoz uzfghbs/Build/Products/Debug-iphonesimulator -filelist /Users/walter/Library/Developer/Xcode/DerivedData/Synth-elpsggtbjjwjkfbjvqcozuz fghbs/Build/Intermediates/Synth.build/Debug-iphonesimulator/Synth.build/Objects- normal/i386/Synth.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=6.1 -framework AudioUnit -framework UIKit -framework Foundation -framework CoreGraphics -o /Users/walter/Library/Developer/Xcode/DerivedData/Synth-elpsggtbjjwjkfbjvqcozuz fghbs/Build/Products/Debug-iphonesimulator/Synth.app/Synth
    ld: framework not found AudioUnit
    clang: error: linker command failed with exit code 1 (use -v to see invocation)

  • Apps keep crashing; library framework not found

    I think I deleted Java on my mac, and now all of my apps keep crashing (including itunes, word, software update, etc) with the error code -10822. In the crash report it says "dyld: Library not loaded: (and then traces the library path to either a Javascriptcore framework, or an install framework)".  Also, the reason given for the crash is "image not found".
    how do i correct this?

    FYI, JavaScriptCore.framework contains the javascript engine which is not related to Java. If you wish to disable Java on your computer then open the Java Preferences.app in the Utilities Folder and un-check all the Java Virtual Machines.

  • WebKit framework not found

    this isn't as simple as it may first sound from the title, but i have recently reinstalled xcode 4.2 and started on my usual process of starting an app in xcode only to find that when i try to add the webkit framework to my project by going to 'build phases' then 'link binaries with libraries' as ive done many times before only to find (or not find in this case) that the webkit.framework isn't listed there, i have tried reinstalling xcode again to no avail, i have done a quick search online hoping that someone else might have had a similar problem, if they have i haven't been able to find it, is there anywhere i can download the required files and add them manually, any thoughts or advice will be greatly appreciated.

    i know how to add a framework but my problem is that when i go to add the webkit.framework for any iOS app it simply isn't listed there. i have tried reinstalling xCode several times now and still nothing.

  • Javacard.framework not found error

    I am using this sws for my pc.
    java version "1.6.0_07"
    Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
    Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode, sharing)
    I tried to compile the Wallet.java for test purposes. But when I use javac Wallet.java , no package found error is given. These package is coming default, as i read from a article. ?????

    Dear Friend,
    What JDK you are using? Are you sure converter takes your OPT file?
    Yours sincerely
    Dmitri

  • Framework.exp not found??

    Hi,
    I have this parameter in my config file, for conversion to a CAP file using the converter.
    -out EXP JCA CAP
    there is NO mention of
    -exp!!!
    Still the converter throws the following exception :
    error : exp file framework.exp of package javacard.framework not found.
    one error zero warnings!!
    Any help guys??

    Thanks DurangoVa,
    I had this problem with javacard.framework because I has written my batch file. The reason - after convertion I have exception in thread main NoClassDefError:
    Files\CosmoSoftware\CosmoPlayer\npcosmop211.zip,
    I have this folder and I put this in my batch path, but
    where from he take this message ? I don't know.
    Shoot me twice, Ewa

  • Library not Found: /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit

    Hello all,
    I am working with a MacBook purchased in 2009, OSX 10.6.8, processor: 2.13 GHz Intel Core 2 Duo, Memory: 2 GB 800 MHz DDR2 SDRAM.
    I recently downloaded and tried to install a game I had previously successfully installed from Gamehouse.com. The download goes fine, when I open the .dmg file the correct window pops up with an icon to double-click to start installation. At that point I receive an error message (see below). I contacted Gamehouse and ran through a number of solutions they gave me, including uninstalling and removing all traces of this or any other game from my computer (including .plist files), installing any available updates (iTunes finally got that update I've been postponing for months...), and dragging the installer icon into various different locations before opening. All to no avail.
    It appears to me the issue is this line in the error message: "Library not Found: /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit"
    I checked the Frameworks folder and there is nothing there called StoreKit.framework, so that seems to make sense. It isn't anywhere else in the computer either. After a quick google I found this problem pops up now and then - there is one other question on the same issue in this forum, but I have no idea if the solution given there works, as the original poster never came back. Their suggestion was to try reinstalling Just OSX from the boot disc. I haven't attempted this yet - I thought I'd see if I can get any input before going that route.
    Thank you for any advice. Here is the full error report:
    Process:         Delicious - Emily's Wonder Wedding [349]
    Path:            /Applications/Delicious - Emily's Wonder Wedding Premium Edition.app/Contents/MacOS/Delicious - Emily's Wonder Wedding
    Identifier:      com.mrgoodlivng.delicious8.mac
    Version:         ??? (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [91]
    Date/Time:       2014-08-10 14:33:56.929 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          201860 sec
    Crashes Since Last Report:           18
    Per-App Crashes Since Last Report:   21
    Anonymous UUID:                      750B56F7-4793-44CA-847D-5A35F9F8DABC
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit
      Referenced from: /Applications/Delicious - Emily's Wonder Wedding Premium Edition.app/Contents/MacOS/Delicious - Emily's Wonder Wedding
      Reason: image not found
    Binary Images:
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    Model: MacBook5,2, BootROM MB52.0088.B06, 2 processors, Intel Core 2 Duo, 2.13 GHz, 2 GB, SMC 1.38f5
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHZ2160BH FFS G1, 149.05 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS22N
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x06110000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0229, 0x04600000 / 3
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2

    That file is a OS X system file, you'll have to overwrite OS X with a new copy to restore it.
    First things first
    Emergency backup procedure
    Drag and drop copy your users file folders (music, pictures, documents etc) to a regular external powered drive as soon as possible.
    Do not use, setup or trust only TimeMachine at this troubled time as it will copy corrupted data and we need just your users files safe just in case. TimeMachine cannot be used with a Windows PC.
    Unmount and Disconnect all external drives once the backup process is completed.
    Note:
    If you have any over 4GB sized files, those won't copy to a standard formatted FAT32/MSDOS drive from the factory, if you need to save these 4GB+ files use another blank/empty drive and use Disk Utility to format it 1 Partition, Option: GUID,  Format: OS X Extended Journaled (or the standard default one for older Mac's).
    Mac's cannot copy to nor format a NTFS  drive. ExFAT format to be used with a Windows machine must be right click formatted by Windows, not OS X (does it wrong) XP machines can install a free exFAT update from Microsoft. Vista-Win 8 can format exFAT.
    Formatting a drive will erase all data on it.
    Once your files are safely copied off the machine, next run through this list of fixes, I suspect #8 Reinstall Just OS X + Software Updating fully should restore the broken/missing file.
    ..Step by Step to fix your Mac
    Overwriting OS X with a new copy does not delete most programs or users files, but you backup your users files regardless as it might be something more than we currently know at this time.

Maybe you are looking for

  • ¿Can I still use CC applications after 1 year commitment?

    Well, I am almost ready to start an annual subscription for the creative cloud, but I have a question about what will happen after the 1 year commitment: After I have paid 1 year of subscription, that means: 12 x US$49.99 = US$600, and I cancel the s

  • Weblogic 10.0 Comatability with JDK1.6

    I have installed weblogic 10.0 on unix machine. And when i istalled it JDK1.5 will automatically installed with it inside weblogic folder. And when i create a new instance of weblogic with existing JDK1.5 the instace will start properly and applicati

  • Flash Player 11.5 r502 has stopped working

    When Firefox 17.01 loads any web page with flash content, or I attempt to view flash video, I get the message Adobe Flash Player 11.5 r502 has stopped working A problem caused the program to stop working correctly. Windows will close the program and

  • Add object to transport in ABAP

    Hi All, I'd like to generate entries in a transport I have been using function module RS_TOOL_ACCESS but it gave me some problem with LIMU DYNP Objects After debugging std I found out this fm TRINT_APPEND_TO_COMM_ARRAYS but it gave me an error saying

  • Is FrameMaker 9 compatible with Acrobat XI?

    We have the Tech Comms Suite 2 that comes with FrameMaker 9. We are slowly getting away from FrameMaker but still have some documents that we maintain with Frame. However, we would like to upgrade Acrobat to XI. Does anyone know if Acrobat XI is comp