CF Builder 3 Debugging

When debugging in CF Builder 3, there is a dialog that pops up asking how you want to debug. The choices are 'ColdFusion Application' or 'ColdFusion Client Applications'. I am never going to choose 'ColdFusion Client Applications'. Is there a way to always run as 'ColdFusion Application' without having to select from this dialog every time? CF Builder 2 would just start running as soon as you hit the debug button without a dialog popping up. I guess I'm wondering if there is anyway to get CF Builder 3 to work the same. Thank you.

Actually in ColdFusion Builder 3 as further enhancement to the product than previous version, options for both 'ColdFusion Application' or 'ColdFusion Client Applications' was provided so that as per the kind of application or page, debugging can be done whereas in ColdFusion Builder 2 only option was available for "ColdFusion Application".
I would let you know if there would be any option available to stick to 'ColdFusion Application' debugging only..

Similar Messages

  • Flash Builder debug swf only

    Is there a way to set up a Flash Builder Actionscript 3 project where I don't have to debug the swf's in the browser? I'd just like to debug the swf by itself, so ideally when I click debug, a swf pops up, not the browser with the swf contained inside. Thanks.

    Go to Project Properties -> ActionScript Compiler and uncheck "Generate HTML Wrapper".
    Now if you are in Flash Builder 4.5, on debug, the SWF will open up in the bundled standalone flash player (you can point to another standalone player in Preferences -> Flash Builder -> Debug).
    In Flash Builder 4, debug launch will ask the OS to open the default associated program with .SWF files. If you associate .SWF with a standalone player (do that by "Open With" on Win and "Get Info" on Mac), then you're good to go.
    -Anirudh

  • Pass query string in Flex Builder debug?

    Hi,
    I'm trying to figure out how to launch a debug session while passing query strings in Flex Builder. If I open up the Debug dialog, and uncheck "Use Defaults" and attempt to add my query string to the Debug Path text field, Flex Builder states that "The file cannot be found to launch".  How do I pass a query string to debug in a SWF with Flex Builder?
    Thank you.

    If I understood your question correctly.
    go to html-template/index.template.html and add the query string there and everything you run the app the query string should be there.
    Hope this helps,
    BaBo,

  • Flash Builder Debugging keeps trying to Debug in Flash CS5. HELP!

    Hello
    I have the CS5 master suit installed (OSX) and am having loads of problems using the stand alone Flash Player debugger in Flash Builder.
    Previously I had an error message saying it could not find the debugger, I've obviously done something as now it keeps on opening Flash CS5 and using the Flash CS5 IDE Player and gicing me this message. Error #2032: Stream Error. URL: file:////Volumes/Macintosh%20HD/Library/WebServer/Documents/TestDebug2/bin%2Ddebug/textLa yout_1.0.0.595.swf
    All I want to do is use the stand alone debug flash player and debug in Flash Builder. Am I able to point Flash Builder to use a certain Debugger?
    Can anybody help me?

    I figured it out.
    Although Adobe should have this working out of the box in my opinion.
    Running OSX 10.6.4 Master Suite CS5
    By default a swf opens in Flash CS5 and not the stand alone player (as I'm sure it did before in previous versions). So when you wanted to debug using the stand alone player from Flash Builder it was opening up in Flash CS5
    To fix I changed the default open with program to the Flash Player Debugger. Now Flash Builder by default uses the stand alone Flash Player Debugger.
    Hope this help any body.

  • Source Not Found in Flex Builder Debug

    Flex Builder 2 with CF App Wizard error.
    I'm getting a souce not found message and this error in Flex
    Builder 2. Anyone else see this? Says to Edit Source Lookup Path???
    Thanks,
    Don
    [SWF] /DA8/Constellation/CxI/bin/CxI-debug.swf - 1,087,677
    bytes after decompression
    [RPC Fault faultString="Send failed"
    faultCode="Client.Error.MessageSend"
    faultDetail="Channel.Connect.Failed error
    NetConnection.Call.Failed: HTTP: Status 404"]
    at mx.rpc::AbstractInvoker/
    http://www.adobe.com/2006/flex/mx/internal::faultHandler()[C:\dev\enterprise_gmc\framework s\mx\rpc\AbstractInvoker.as:192
    at
    mx.rpc::Responder/fault()[C:\dev\enterprise_gmc\frameworks\mx\rpc\Responder.as:56]
    at
    mx.rpc::AsyncRequest/fault()[C:\dev\enterprise_gmc\frameworks\mx\rpc\AsyncRequest.as:107]
    at
    mx.messaging::ChannelSet/mx.messaging:ChannelSet::faultPendingSends()[C:\dev\enterprise_g mc\frameworks\mx\messaging\ChannelSet.as:962]
    at
    mx.messaging::ChannelSet/channelFaultHandler()[C:\dev\enterprise_gmc\frameworks\mx\messag ing\ChannelSet.as:710]
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at
    mx.messaging::Channel/mx.messaging:Channel::connectFailed()[C:\dev\enterprise_gmc\framewo rks\mx\messaging\Channel.as:736]
    at
    mx.messaging.channels::PollingChannel/mx.messaging.channels:PollingChannel::connectFailed ()[C:\dev\enterprise_gmc\frameworks\mx\messaging\channels\PollingChannel.as:203]
    at
    mx.messaging.channels::AMFChannel/mx.messaging.channels:AMFChannel::statusHandler()[C:\de v\enterprise_gmc\frameworks\mx\messaging\channels\AMFChannel.as:294]

    Can you post sample code that shows this issue?
    BaBo,

  • Language Support: Custom Build/Debug actions

    Hi!
    I'm trying to develop a custom language service, but can't find a way how to register custom build action instead of default C# compiler. I followed this two (Language Service,
    Basic Project System) walkthroughs, but unfortunately couldn't find any more additional and up to date resources.
    I am pretty confident that of the problems lies in the line of code bellow, but don't know how to correctly change it to register custom tool or ideally method call on build action.
    <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    If someone could please point me in the right direction.
    Thanks!

    If your custom language doesn't use the C# or VB.NET compilers but your own compiler then you should provide your own MSBuild .targets and tasks.
    MSBuild has a learning curve so I recommend to read some book or documentation. Then, examine the file Microsoft.Common.CurrentVersion.targets (C:\Program Files (x86)\MSBuild\12.0\Bin folder)
    * My new blog about VSX: http://www.visualstudioextensibility.com * Twitter: https://twitter.com/VSExtensibility * MZ-Tools productivity extension for Visual Studio: http://www.mztools.com.

  • Flex builder debug via 127.0.0.1

    I have a flex application that loads from remote objects
    (served via django/pyamf).
    I am trying to avoid "security sandbox violation" and still
    debug. I noticed that I can configure the debugger to launch my app
    as served by django, but it doesn't connect the debugger then. Is
    there some way to connect, or what is the best way to avoid
    security issues while debugging a (local development version) of a
    website?
    Thanks for any help!
    -- Shaun

      Hello again Hapy!
         I ran the /etc/rc.d/cups  start and was able to enter the install program and entered my root &passwd. 
         The program provided did not list my particular printer which is a lexmark optra E but I was able to utilize HP laser jet 4 entry to enable it.
        The printer is now working and I thank you for the solution to the perplexing failure to respond to a second entry into 127.0.0.1.
        I still have one more step to perform..reboot and check again!!
          Happy thanksgiving!!

  • [Info] Want to know about the existence of Illustrator debug build

    Hi All,
    I am the new one in Illustrator. and have a query about Adobe Illustrator product.
    Question: Does Adobe provide a debug build for Illustrator?
    Please let me know about this.
    Regards,
    Alam

    As we have two separate build(debug and release) for InDesign
    So let me know clearly - Does we have two separate build(debug and release) in Illustrator or We have only one build.
    Regards
    Alam

  • Building and Debugging MIDP applications.

    Hi,
    I have java files(MIDlet) for MIDP applications. I am unable to compile it in JBuilder7.0. Using J2ME -> KToolbar i am able to build the application/project, But i am unable to debug it. Can anybody tell me how can i successfully create/build/debug MIDP applications?
    what are the necessary S/W required??
    Thanks
    Sunil.

    go to
    http://www.borland.com/products/downloads/download_jbuilder.html#
    and download MobileSet and install it.
    then:
    1) install Wireless Toolkit if you dont have it already
    2) start JBuilder
    3) Tools menu -> Configure JDKs
    4) click "New"
    5) set the path to your WTK path (for example c:\wtk20)
    6) click ok
    7) select it as JDK for your project (or as default) using "Project properties" on the project menu
    for JBuilder Personal Edition, there's a trick to make it work - you can replace the included J2SE JDK with MIDP 2.0 and get it working (personal edition doesn't normally have the ability to add new JDKs)
    When you're going to run an application in your project, you'll get the Run window coming up. Do like this
    1) click "New"
    2) pick Type: MIDlet
    3) browse to your main class (extends MIDlet)
    4) optional: pick Build target: <None> if you don't want to run make on the project before each run
    5) click "ok"
    6) now you can run your midlet using the green play button

  • Debugging with External Browser and Flex Builder

    Hi
    I have Flex application that requires you login first in IE
    before you can have access to it (ouside the application)
    I would like to debug this application but when I start the
    application from Flex Builder , it is always opening new IE window
    How to attach Flex builder debug session to an existing IE
    session (that was authenticated already)
    I tried going to Window/Preferences/Web Browser and tell it
    to use 'External IE Browser' but that did not work
    any help is appreciated
    Thanks
    Kasem

    Hi Kasem,
    If you go to the launch configuration dialog for your
    project, you can set the launch URL to any URL you want -- you can
    set it to point to your login page.
    The quickest way to get to the launch config dialog is to
    click the Run or Debug toolbar button, and then CONTROL-click on
    the launch configuration you want to edit, But you can also get to
    it from the Run menu.

  • Using flex4.1, Flash Builder giving error "flash.filesystem::StorageVolume could not be found."

    Hi there,
              I'm trying to copy some files to Storage Card on a AIR application. Is this possible with the latest version of the AIR SDK (2.0)?
              I am developing in Flash Builder. I have downloaded the lastest flex sdk(4.1)  and used it.
              Flash Builder then recognises the StorageVolume and StorageVolumeInfo classes. However when I then run the app the debugger throws an error on the following line:
    LINE:
    var volumes:Vector.<StorageVolume> = StorageVolumeInfo.storageVolumeInfo.getStorageVolumes();
    Note: I have imported both classes as well.

    I'v read the article
    http://forums.adobe.com/message/2984004#2984004,
    and checked my application.xml, The content of the first two lines is:
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/2.0">
    Error message from flash builder debug:
    typecheck Player/getLocalVideo()
      outer-scope = [global Object$ flash.events::EventDispatcher$ flash.display::DisplayObject$ flash.display::InteractiveObject$ flash.display::DisplayObjectContainer$ flash.display::Sprite$ mx.core::FlexSprite$ mx.core::UIComponent$ spark.components.supportClasses::SkinnableComponent$ spark.components.supportClasses::SkinnableContainerBase$ spark.components::SkinnableContainer$ spark.components::Application$ spark.components::WindowedApplication$ Player$]
                           [Player[O] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A]] {} ()
      0:debugfile "D:\My Documents\Adobe Flash Builder 4\LiveVideoClient\OnSiteEnforceLawPublish\src;;Player.mxml"
                           [Player[O] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A]] {} ()
      2:debugline 20
                           [Player[O] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A]] {} ()
      4:getlocal0
                           [Player[O] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A]] {} (Player[O])
      5:pushscope
                           [Player[O] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A]] {Player[O]} ()
      6:pushnull
                           [Player[O] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A]] {Player[O]} (null[O])
      7:coerce_s
                           [Player[O] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A]] {Player[O]} (String?[S])
      8:setlocal 5
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] *[A] *[A] *[A] *[A] *[A]] {Player[O]} ()
      10:pushnull
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] *[A] *[A] *[A] *[A] *[A]] {Player[O]} (null[O])
      11:coerce mx.collections::ArrayCollection
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] *[A] *[A] *[A] *[A] *[A]] {Player[O]} (mx.collections::ArrayCollection?[O])
      13:setlocal 6
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] *[A] *[A] *[A] *[A]] {Player[O]} ()
      15:pushnull
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] *[A] *[A] *[A] *[A]] {Player[O]} (null[O])
      16:coerce flash.filesystem::File
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] *[A] *[A] *[A] *[A]] {Player[O]} (flash.filesystem::File?[O])
      18:setlocal 7
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] *[A] *[A] *[A]] {Player[O]} ()
      20:pushnull
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] *[A] *[A] *[A]] {Player[O]} (null[O])
      21:coerce_s
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] *[A] *[A] *[A]] {Player[O]} (String?[S])
      22:setlocal 8
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] *[A] *[A]] {Player[O]} ()
      24:pushnull
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] *[A] *[A]] {Player[O]} (null[O])
      25:coerce_s
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] *[A] *[A]] {Player[O]} (String?[S])
      26:setlocal 9
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      28:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      33:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      38:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      43:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      48:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      53:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      58:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      63:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      68:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      73:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      78:debugline 23
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      80:findpropstrict flash.filesystem::StorageVolumeInfo
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} (Object[A])
      82:getproperty flash.filesystem::StorageVolumeInfo
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} (*[A])
      84:getproperty storageVolumeInfo
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} (*[A])
      86:callproperty getStorageVolumes 0
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} (*[A])
      89:coerce __AS3__.vec::Vector
    VerifyError: Error #1014: Class flash.filesystem::StorageVolume could not be found.
    at Player/___Player_WindowedApplication1_windowComplete()[D:\My Documents\Adobe Flash Builder 4\LiveVideoClient\OnSiteEnforceLawPublish\src\Player.mxml:4]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[E:\dev\4.x\frameworks\projects\framework\src\mx\core \UIComponent.as:12528]
    at spark.components::WindowedApplication/enterFrameHandler()[E:\dev\4.x\frameworks\projects\ airspark\src\spark\components\WindowedApplication.as:2355]

  • IPhone app build fails in Dreamweaver CS5.5

    Working through a Lynda.com tutorial on developing Phonegap iOS apps, I continually receive the following error:
    "The buid of "testapp" failed to complete successfully. Please consult the build log at .... for additional details."
    I also receive this message when I attempt to build a basic app using the "Mobile Starters" JQuery Mobile (PhoneGap) sample.
    Is there something basic in the setup that I could be missing that causes this error?
    I don't know what to look for in the build log so I'm pasting the log below:
    -- begin build log --
    cloning PhoneGapLib
    <DW>
    mkdir -p /Users/cdp134/Documents/DW_NAF
    cp -r -f /Applications/Adobe\ Dreamweaver\ CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib /Users/cdp134/Documents/DW_NAF/PhoneGapLib
    chmod -R 777 /Users/cdp134/Documents/DW_NAF/PhoneGapLib
    </DW>
    operation completed
              emptySelectCount =  2
              readCount = 1
    WARNING: no icon was specified in app settings. using default.
    WARNING: no splash screen was specified in app settings. using default.
    building testapp for iOS.
    <DW>
    cd /Users/cdp134/Desktop/edu.careercenter.testapp_iOS/
    chmod 777 /Users/cdp134/Desktop/edu.careercenter.testapp_iOS/www/phonegap.js
    /Developer/usr/bin/xcodebuild -project 'testapp.xcodeproj' -configuration Debug -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk
    </DW>
    Build settings from command line:
        SDKROOT = iphonesimulator5.0
    === BUILD NATIVE TARGET PhoneGapLib OF PROJECT PhoneGapLib WITH CONFIGURATION Debug ===
    Check dependencies
    PhaseScriptExecution "Make phonegap.js" build/PhoneGapLib.build/Debug-iphonesimulator/PhoneGapLib.build/Script-3044C11210BC6AEE00 581BFB.sh
        cd /Users/cdp134/Documents/DW_NAF/PhoneGapLib
        setenv ACTION build
        setenv ALTERNATE_GROUP staff
        setenv ALTERNATE_MODE u+w,go-w,a+rX
        setenv ALTERNATE_OWNER cdp134
        setenv ALWAYS_SEARCH_USER_PATHS NO
        setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer
        setenv APPLE_INTERNAL_DIR /AppleInternal
        setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation
        setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library
        setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools
        setenv APPLY_RULES_IN_COPY_FILES NO
        setenv ARCHS i386
        setenv ARCHS_STANDARD_32_BIT i386
        setenv ARCHS_UNIVERSAL_IPHONE_OS i386
        setenv AVAILABLE_PLATFORMS "iphonesimulator macosx iphoneos"
        setenv BUILD_COMPONENTS "headers build"
        setenv BUILD_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build
        setenv BUILD_ROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build
        setenv BUILD_STYLE
        setenv BUILD_VARIANTS normal
        setenv BUILT_PRODUCTS_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator
        setenv CACHE_ROOT /var/folders/9n/fq9wy62x05qcb3g4dj5tbkfm0000gn/C/com.apple.Xcode.501
        setenv CCHROOT /var/folders/9n/fq9wy62x05qcb3g4dj5tbkfm0000gn/C/com.apple.Xcode.501
        setenv CHMOD /bin/chmod
        setenv CHOWN /usr/sbin/chown
        setenv CLASS_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/JavaClasses
        setenv CLEAN_PRECOMPS YES
        setenv CLONE_HEADERS NO
        setenv CODESIGNING_FOLDER_PATH /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator/libPhoneGapLib.a
        setenv COMMAND_MODE legacy
        setenv COMPOSITE_SDK_DIRS /var/folders/9n/fq9wy62x05qcb3g4dj5tbkfm0000gn/C/com.apple.Xcode.501/CompositeSDKs
        setenv COMPRESS_PNG_FILES YES
        setenv CONFIGURATION Debug
        setenv CONFIGURATION_BUILD_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator
        setenv CONFIGURATION_TEMP_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator
        setenv COPYING_PRESERVES_HFS_DATA NO
        setenv COPY_PHASE_STRIP NO
        setenv COPY_RESOURCES_FROM_STATIC_FRAMEWORKS YES
        setenv CP /bin/cp
        setenv CURRENT_ARCH i386
        setenv CURRENT_VARIANT normal
        setenv DEAD_CODE_STRIPPING NO
        setenv DEBUGGING_SYMBOLS YES
        setenv DEBUG_INFORMATION_FORMAT dwarf-with-dsym
        setenv DEFAULT_COMPILER com.apple.compilers.llvm.clang.1_0
        setenv DEPLOYMENT_LOCATION NO
        setenv DEPLOYMENT_POSTPROCESSING NO
        setenv DERIVED_FILES_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/DerivedSources
        setenv DERIVED_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/DerivedSources
        setenv DERIVED_SOURCES_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/DerivedSources
        setenv DEVELOPER_APPLICATIONS_DIR /Developer/Applications
        setenv DEVELOPER_BIN_DIR /Developer/usr/bin
        setenv DEVELOPER_DIR /Developer
        setenv DEVELOPER_FRAMEWORKS_DIR /Developer/Library/Frameworks
        setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED "\"/Developer/Library/Frameworks\""
        setenv DEVELOPER_LIBRARY_DIR /Developer/Library
        setenv DEVELOPER_SDK_DIR /Developer/SDKs
        setenv DEVELOPER_TOOLS_DIR /Developer/Tools
        setenv DEVELOPER_USR_DIR /Developer/usr
        setenv DEVELOPMENT_LANGUAGE English
        setenv DO_HEADER_SCANNING_IN_JAM NO
        setenv DSTROOT /tmp/PhoneGapLib.dst
        setenv DWARF_DSYM_FILE_NAME libPhoneGapLib.a.dSYM
        setenv DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT NO
        setenv DWARF_DSYM_FOLDER_PATH /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator
        setenv EFFECTIVE_PLATFORM_NAME -iphonesimulator
        setenv ENABLE_HEADER_DEPENDENCIES YES
        setenv ENABLE_OPENMP_SUPPORT NO
        setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".DS_Store .svn .git .hg CVS"
        setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.framework *.gch (*) .DS_Store CVS .svn .git .hg *.xcodeproj *.xcode *.pbproj *.pbxproj"
        setenv EXECUTABLE_EXTENSION a
        setenv EXECUTABLE_NAME libPhoneGapLib.a
        setenv EXECUTABLE_PATH libPhoneGapLib.a
        setenv EXECUTABLE_PREFIX lib
        setenv EXECUTABLE_SUFFIX .a
        setenv FILE_LIST /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects/LinkFileList
        setenv FIXED_FILES_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/FixedFiles
        setenv FRAMEWORK_FLAG_PREFIX -framework
        setenv FRAMEWORK_SEARCH_PATHS "\"/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator\" "
        setenv FRAMEWORK_VERSION A
        setenv FULL_PRODUCT_NAME libPhoneGapLib.a
        setenv GCC3_VERSION 3.3
        setenv GCC_C_LANGUAGE_STANDARD c99
        setenv GCC_DYNAMIC_NO_PIC NO
        setenv GCC_ENABLE_FIX_AND_CONTINUE YES
        setenv GCC_ENABLE_SYMBOL_SEPARATION NO
        setenv GCC_MODEL_TUNING G5
        setenv GCC_OBJC_LEGACY_DISPATCH YES
        setenv GCC_OPTIMIZATION_LEVEL 0
        setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
        setenv GCC_PRECOMPILE_PREFIX_HEADER YES
        setenv GCC_PREFIX_HEADER PhoneGapLib_Prefix.pch
        setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
        setenv GCC_VERSION com.apple.compilers.llvm.clang.1_0
        setenv GCC_WARN_ABOUT_RETURN_TYPE YES
        setenv GCC_WARN_UNUSED_VARIABLE YES
        setenv GENERATE_MASTER_OBJECT_FILE NO
        setenv GENERATE_PKGINFO_FILE NO
        setenv GENERATE_PROFILING_CODE NO
        setenv GID 20
        setenv GROUP staff
        setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES
        setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES YES
        setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES
        setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES
        setenv HEADER_SEARCH_PATHS "\"/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator/include\" "
        setenv ICONV /usr/bin/iconv
        setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
        setenv INFOPLIST_OUTPUT_FORMAT binary
        setenv INFOPLIST_PREPROCESS NO
        setenv INSTALL_DIR /tmp/PhoneGapLib.dst/usr/local/lib
        setenv INSTALL_GROUP staff
        setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
        setenv INSTALL_OWNER cdp134
        setenv INSTALL_PATH /usr/local/lib
        setenv INSTALL_ROOT /tmp/PhoneGapLib.dst
        setenv IPHONEOS_DEPLOYMENT_TARGET 5.0
        setenv JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
        setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
        setenv JAVA_ARCHIVE_CLASSES YES
        setenv JAVA_ARCHIVE_TYPE JAR
        setenv JAVA_COMPILER /usr/bin/javac
        setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources
        setenv JAVA_JAR_FLAGS cv
        setenv JAVA_SOURCE_SUBDIR .
        setenv JAVA_USE_DEPENDENCIES YES
        setenv JAVA_ZIP_FLAGS -urg
        setenv JIKES_DEFAULT_FLAGS "+E +OLDCSO"
        setenv KEEP_PRIVATE_EXTERNS NO
        setenv LD_GENERATE_MAP_FILE NO
        setenv LD_MAP_FILE_PATH /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/PhoneGapLib-LinkMap-normal-i386.txt
        setenv LD_NO_PIE NO
        setenv LD_OPENMP_FLAGS -fopenmp
        setenv LEGACY_DEVELOPER_DIR /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Devel oper
        setenv LEX /Developer/usr/bin/lex
        setenv LIBRARY_FLAG_NOSPACE YES
        setenv LIBRARY_FLAG_PREFIX -l
        setenv LIBRARY_SEARCH_PATHS "\"/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator\" "
        setenv LINKER_DISPLAYS_MANGLED_NAMES NO
        setenv LINK_FILE_LIST_normal_i386 /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects-normal/i386/PhoneGapLib.LinkFileList
        setenv LINK_WITH_STANDARD_LIBRARIES YES
        setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities
        setenv LOCAL_APPS_DIR /Applications
        setenv LOCAL_DEVELOPER_DIR /Library/Developer
        setenv LOCAL_LIBRARY_DIR /Library
        setenv MACH_O_TYPE staticlib
        setenv MACOSX_DEPLOYMENT_TARGET 10.6
        setenv MAC_OS_X_PRODUCT_BUILD_VERSION 11C74
        setenv MAC_OS_X_VERSION_ACTUAL 1072
        setenv MAC_OS_X_VERSION_MAJOR 1070
        setenv MAC_OS_X_VERSION_MINOR 0702
        setenv NATIVE_ARCH i386
        setenv NATIVE_ARCH_32_BIT i386
        setenv NATIVE_ARCH_64_BIT x86_64
        setenv NATIVE_ARCH_ACTUAL x86_64
        setenv NO_COMMON YES
        setenv OBJC_ABI_VERSION 2
        setenv OBJECT_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects
        setenv OBJECT_FILE_DIR_normal /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects-normal
        setenv OBJROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build
        setenv ONLY_ACTIVE_ARCH NO
        setenv OPTIMIZATION_LEVEL 0
        setenv OS MACOS
        setenv OSAC /usr/bin/osacompile
        setenv OTHER_LDFLAGS "-all_load -ObjC"
        setenv PACKAGE_TYPE com.apple.package-type.static-library
        setenv PASCAL_STRINGS YES
        setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/ bin:/bin:/usr/sbin:/sbin"
        setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Developer/Headers /Developer/SDKs /Developer/Platforms"
        setenv PFE_FILE_C_DIALECTS objective-c
        setenv PHONEGAPLIB /Users/cdp134/Documents/PhoneGapLib
        setenv PKGINFO_FILE_PATH /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/PkgInfo
        setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
        setenv PLATFORM_DEVELOPER_BIN_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
        setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Devel oper/Library
        setenv PLATFORM_DEVELOPER_SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
        setenv PLATFORM_DEVELOPER_TOOLS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
        setenv PLATFORM_DEVELOPER_USR_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr
        setenv PLATFORM_DIR /Developer/Platforms/iPhoneSimulator.platform
        setenv PLATFORM_NAME iphonesimulator
        setenv PLATFORM_PREFERRED_ARCH i386
        setenv PLATFORM_PRODUCT_BUILD_VERSION 9A334
        setenv PLATFORM_VERSION_AVAILABILITY_H_FORMAT 50000
        setenv PLIST_FILE_OUTPUT_FORMAT binary
        setenv PREBINDING NO
        setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
        setenv PRECOMP_DESTINATION_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/PrefixHeaders
        setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO
        setenv PRIVATE_HEADERS_FOLDER_PATH /usr/local/include
        setenv PRODUCT_NAME PhoneGapLib
        setenv PRODUCT_SETTINGS_PATH
        setenv PRODUCT_TYPE com.apple.product-type.library.static
        setenv PROFILING_CODE NO
        setenv PROJECT PhoneGapLib
        setenv PROJECT_DERIVED_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/DerivedSources
        setenv PROJECT_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib
        setenv PROJECT_FILE_PATH /Users/cdp134/Documents/DW_NAF/PhoneGapLib/PhoneGapLib.xcodeproj
        setenv PROJECT_NAME PhoneGapLib
        setenv PROJECT_TEMP_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build
        setenv PUBLIC_HEADERS_FOLDER_PATH /usr/local/include
        setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
        setenv REMOVE_CVS_FROM_RESOURCES YES
        setenv REMOVE_GIT_FROM_RESOURCES YES
        setenv REMOVE_HG_FROM_RESOURCES YES
        setenv REMOVE_SVN_FROM_RESOURCES YES
        setenv REZ_COLLECTOR_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/ResourceManagerResources
        setenv REZ_EXECUTABLE YES
        setenv REZ_OBJECTS_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/ResourceManagerResources/Objects
        setenv REZ_SEARCH_PATHS "\"/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator\" "
        setenv RUN_CLANG_STATIC_ANALYZER NO
        setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO
        setenv SCRIPT_INPUT_FILE_COUNT 0
        setenv SCRIPT_OUTPUT_FILE_COUNT 0
        setenv SDKROOT /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk
        setenv SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk
        setenv SDK_NAME iphonesimulator5.0
        setenv SDK_PRODUCT_BUILD_VERSION 9A334
        setenv SED /usr/bin/sed
        setenv SEPARATE_STRIP YES
        setenv SEPARATE_SYMBOL_EDIT NO
        setenv SET_DIR_MODE_OWNER_GROUP YES
        setenv SET_FILE_MODE_OWNER_GROUP NO
        setenv SHARED_DERIVED_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator/DerivedSources
        setenv SHARED_PRECOMPS_DIR /var/folders/9n/fq9wy62x05qcb3g4dj5tbkfm0000gn/C/com.apple.Xcode.501/SharedPrecompiledHea ders
        setenv SKIP_INSTALL NO
        setenv SOURCE_ROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib
        setenv SRCROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib
        setenv STRINGS_FILE_OUTPUT_ENCODING binary
        setenv STRIP_INSTALLED_PRODUCT YES
        setenv STRIP_STYLE debugging
        setenv SUPPORTED_DEVICE_FAMILIES "1 2"
        setenv SUPPORTED_PLATFORMS "iphonesimulator iphoneos"
        setenv SYMROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build
        setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities
        setenv SYSTEM_APPS_DIR /Applications
        setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices
        setenv SYSTEM_DEMOS_DIR /Applications/Extras
        setenv SYSTEM_DEVELOPER_APPS_DIR /Developer/Applications
        setenv SYSTEM_DEVELOPER_BIN_DIR /Developer/usr/bin
        setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Developer/Applications/Utilities/Built Examples"
        setenv SYSTEM_DEVELOPER_DIR /Developer
        setenv SYSTEM_DEVELOPER_DOC_DIR "/Developer/ADC Reference Library"
        setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Developer/Applications/Graphics Tools"
        setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Developer/Applications/Java Tools"
        setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Developer/Applications/Performance Tools"
        setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes"
        setenv SYSTEM_DEVELOPER_TOOLS /Developer/Tools
        setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Developer/ADC Reference Library/documentation/DeveloperTools"
        setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes/DeveloperTools"
        setenv SYSTEM_DEVELOPER_USR_DIR /Developer/usr
        setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Developer/Applications/Utilities
        setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation
        setenv SYSTEM_LIBRARY_DIR /System/Library
        setenv TARGETED_DEVICE_FAMILY 1
        setenv TARGETNAME PhoneGapLib
        setenv TARGET_BUILD_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator
        setenv TARGET_NAME PhoneGapLib
        setenv TARGET_TEMP_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build
        setenv TEMP_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build
        setenv TEMP_FILES_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build
        setenv TEMP_FILE_DIR /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build
        setenv TEMP_ROOT /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build
        setenv TEST_AFTER_BUILD YES
        setenv UID 501
        setenv UNSTRIPPED_PRODUCT NO
        setenv USER cdp134
        setenv USER_APPS_DIR /Users/cdp134/Applications
        setenv USER_LIBRARY_DIR /Users/cdp134/Library
        setenv USE_DYNAMIC_NO_PIC YES
        setenv USE_HEADERMAP YES
        setenv USE_HEADER_SYMLINKS NO
        setenv VALIDATE_PRODUCT NO
        setenv VALID_ARCHS "i386 armv6 armv7"
        setenv VERBOSE_PBXCP NO
        setenv VERSION_INFO_BUILDER cdp134
        setenv VERSION_INFO_FILE PhoneGapLib_vers.c
        setenv VERSION_INFO_STRING "\"@(#)PROGRAM:PhoneGapLib  PROJECT:PhoneGapLib-\""
        setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode
        setenv XCODE_PRODUCT_BUILD_VERSION 4D199
        setenv XCODE_VERSION_ACTUAL 0420
        setenv XCODE_VERSION_MAJOR 0400
        setenv XCODE_VERSION_MINOR 0420
        setenv YACC /Developer/usr/bin/yacc
        /bin/sh -c /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Script-3044C11210BC6AEE00581BFB.sh
    java -jar util/yuicompressor/yuicompressor-2.4.2.jar --nomunge --charset UTF-8 -o javascripts/phonegap.js javascripts/phonegap-uncompressed.js
    CompileC build/PhoneGapLib.build/Debug-iphonesimulator/PhoneGapLib.build/Objects-normal/i386/Camer a.o Classes/Camera.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
        cd /Users/cdp134/Documents/DW_NAF/PhoneGapLib
        setenv LANG en_US.US-ASCII
        setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/ bin:/bin:/usr/sbin:/sbin"
        /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -std=c99 -Wno-trigraphs -fpascal-strings -O0 -Wreturn-type -Wparentheses -Wswitch -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-shorten-64-to-32 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk -fexceptions -fasm-blocks -mmacosx-version-min=10.6 -gdwarf-2 -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -D__IPHONE_OS_VERSION_MIN_REQUIRED=50000 -iquote /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/PhoneGapLib-generated-files.hmap -I/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulato r/PhoneGapLib.build/PhoneGapLib-own-target-headers.hmap -I/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulato r/PhoneGapLib.build/PhoneGapLib-all-target-headers.hmap -iquote /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/PhoneGapLib-project-headers.hmap -I/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator/include -I/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulato r/PhoneGapLib.build/DerivedSources/i386 -I/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulato r/PhoneGapLib.build/DerivedSources -F/Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/Debug-iphonesimulator -include /var/folders/9n/fq9wy62x05qcb3g4dj5tbkfm0000gn/C/com.apple.Xcode.501/SharedPrecompiledHea ders/PhoneGapLib_Prefix-ahgstubjlciszneebntbbngmsizb/PhoneGapLib_Prefix.pch -MMD -MT dependencies -MF /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects-normal/i386/Camera.d -c /Users/cdp134/Documents/DW_NAF/PhoneGapLib/Classes/Camera.m -o /Users/cdp134/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/ PhoneGapLib.build/Objects-normal/i386/Camera.o
    /Users/cdp134/Documents/DW_NAF/PhoneGapLib/Classes/Camera.m:178:13: error: type of property 'returnType' ('unsigned int') does not match type of ivar 'returnType' ('enum DestinationType') [3]
    @synthesize returnType;
                 ^
    /Users/cdp134/Documents/DW_NAF/PhoneGapLib/Classes/Camera.h:25:23: note: ivar is declared here [3]
             enum DestinationType returnType;
                                  ^
    1 error generated.
    operation completed
              emptySelectCount =  10
              readCount = 311

    Carey,
    I have tried london1a1's workaround, and it has not made any difference.
    It seems that london1a1 suggests changing the Camera.h file in this location:
              Users/london1a1/Documents/DW_NAF/PhoneGapLib/PhoneGapLib/Classes/Camera.h
    Whereas you're saying to change the Camera.h file in this location:
              /Applications/Adobe Dreamweaver CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib/Classes/Camera.h
    I've tried changing the Camera.h file in both locations.  Neither has made a difference.

  • Flash builder 4.5.1 ios build fails with error map failed

    I have built several test app with flash builder 4.5 and now 4.5.1.  I am working on an app for ipad, but when I run a test build it runs for several minutes as if it is going to create the ipa, but then error out and displays the following error message:
    message title: Problem occured
    'Launching [name of configuration] has encountered a problem.
    Error occurred while packaging the application:
    Map failed
    that's it, no other reference.  I have searched for any reference to this problem and haven't been able to find one.  When I first packaged a much simpler version of the app, it created an ipa just fine.
    Can someone help me.
    Thanks

    When I was try to build a debug iOS version, I got this error, too.(release version is ok)
    For the project I was use Flex SDK 4.5.1 and AIR 3 SDK.
    blew is the log, I copyed from {flash builder workspace}/.metadata/.log
    !STACK 0
    java.lang.Exception
              at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:1010)
              at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
              at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:52)
              at com.adobe.flexide.multiplatform.ios.packaging.IPAPackager.create(IPAPackager.java:220)
              at com.adobe.flexide.multiplatform.ios.launching.IOSOnDeviceLaunchHandler.doPackage(IOSOnDev iceLaunchHandler.java:283)
              at com.adobe.flexide.multiplatform.ios.launching.IOSOnDeviceLaunchHandler.launch(IOSOnDevice LaunchHandler.java:181)
              at com.adobe.flexide.launching.multiplatform.MultiPlatformLaunchDelegate.launch(MultiPlatfor mLaunchDelegate.java:180)
              at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.launch(AbstractFlexLaunchDelegate. java:238)
              at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.launch(AbstractFlexLaunchDelegate. java:132)
              at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
              at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:702)
              at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:923)
              at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1126)
              at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    !ENTRY com.adobe.flexbuilder.project 4 43 2011-11-22 22:10:54.816
    !MESSAGE Error occurred while packaging the application:
    Map failed
    even I try to change sdk with FLEX 4.5 and AIR 2.6, the error was still here.
    And I try to build debug project in Flash Pro. It was OK.
    So I think it was an flashbuilder bug.
    My project only 137Megabytes

  • Library Projects compiled using Flash Builder and ANT have different outputs

    Hi Guys.,
    I am really having hard time to get something work right with RSL projects in Flex 3.2 SDK. Here is my weird problem.
    I have a library projects which has the following settings in Flash Builder
    Link Type : External
    airglobal.swc
    framework.swc
    datavisualization.swc
    rpc.swc
    utilites.swc
    applicationupdater.swc
    applicationupdater_ui.swc
    Link Type: Merged into code
    airframework.swc
    servicemonitor.swc
    Compiler settings
    -directory=true -output=../../lib/core -debug=true -optimize=false -define+=CONFIG::bindingdebug,false -define+=CONFIG::frameworkdebug,false -define+=CONFIG::flexspy,true -define+=CONFIG::debug,true -define+=CONFIG::release,false -define+=CONFIG::logtoconsole,false -allow-source-path-overlap=true  -keep-as3-metadata+=Metadata,DefaultProperty,Required,Event,AssignableTo,Inject,InjectCon structor,Publish,Subscribe,PublishSubscribe,Factory,Init,Destroy,Observe,AsyncInit,Managed Events,MessageDispatcher,MessageHandler,MessageBinding,MessageInterceptor,MessageError,Com mand,CommandComplete,CommandResult,CommandError,CommandStatus,ResourceBinding,Selector,Tar get,Autoremove,Internal,ObjectDefinition,DynamicObject
    When I compile my library projects I get a MyLibraryproject.swc. The SWC has the following files in it
    mx/controls/HTML.png
    mx/core/Windows.png
    library.swf
    Note: airframework.swc and servicemonitor.swc has a many png files and properties files in it. But these properties and png files are not included when compiled in Flash builder.
    But when the same project is compiled using ANT compc task, i get all the png and properties files from airframework.swc and servicemonitor.swc files into my library project SWC file.
    Here is the ANT version which is used to compile the library project
    <compc output="${project.output.dir}/${project.name}.swc"
       include-classes="${as} ${mxml}"
       use-network="false"
       directory="false"
       allow-source-path-overlap="true"
       incremental="${build.incremental}"
       debug="${build.debug}"
       locale="${build.locale}"
       optimize="false"
       >
    <define name="CONFIG::bindingdebug" value="${build.bindingdebug}" />
    <define name="CONFIG::logtoconsole" value="${build.logtoconsole}" />
    <define name="CONFIG::frameworkdebug" value="${build.frameworkdebug}" />
    <define name="CONFIG::flexspy" value="${build.flexspy}" />
    <define name="CONFIG::debug" value="${build.debug}" />
    <define name="CONFIG::release" value="${build.release}" />
    <keep-as3-metadata name="Metadata" />
    <keep-as3-metadata name="DefaultProperty" />
    <keep-as3-metadata name="Required" />
    <keep-as3-metadata name="Event" />
    <keep-as3-metadata name="AssignableTo" />
    <keep-as3-metadata name="Inject" />
    <keep-as3-metadata name="InjectConstructor" />
    <keep-as3-metadata name="Publish" />
    <keep-as3-metadata name="Subscribe" />
    <keep-as3-metadata name="PublishSubscribe" />
    <keep-as3-metadata name="Factory" />
    <keep-as3-metadata name="Init" />
    <keep-as3-metadata name="Destroy" />
        <keep-as3-metadata name="Observe" />
        <keep-as3-metadata name="AsyncInit" />
        <keep-as3-metadata name="ManagedEvents" />
        <keep-as3-metadata name="MessageDispatcher" />
        <keep-as3-metadata name="MessageHandler" />
        <keep-as3-metadata name="MessageBinding" />
        <keep-as3-metadata name="MessageInterceptor" />
        <keep-as3-metadata name="MessageError" />
        <keep-as3-metadata name="Command" />
        <keep-as3-metadata name="CommandComplete" />
        <keep-as3-metadata name="CommandResult" />
        <keep-as3-metadata name="CommandError" />
        <keep-as3-metadata name="CommandStatus" />
        <keep-as3-metadata name="ResourceBinding" />
    <keep-as3-metadata name="Selector" />
    <keep-as3-metadata name="Target" />
    <keep-as3-metadata name="Autoremove" />
    <keep-as3-metadata name="Internal" />
    <keep-as3-metadata name="ObjectDefinition" />
    <keep-as3-metadata name="DynamicObject" />
    <load-config filename="${air.config}"/>
    <compiler.include-libraries dir="${flex.frameworks.dir}/libs/air" append="true">
         <include name="servicemonitor.swc" />
         <include name="airframework.swc" />
    </compiler.include-libraries>
    <external-library-path dir="${build.compc.dir}" append="true">
         <include name="TriGeoFlexFramework/TriGeoFlexFramework.swc" />
         <include name="TriGeoLibrary/TriGeoLibrary.swc" />
         <include name="TriGeoRPCFramework/TriGeoRPCFramework.swc" />
         <include name="Degrafa_Beta3.1_Flex3" />
         <include name="parsley-flex3-2.4.0.swc" />
         <include name="spicelib-flex-2.4.0.swc" />
    </external-library-path>
    <external-library-path dir="${flex.frameworks.dir}/libs" append="true">
         <include name="framework.swc" />
         <include name="datavisualization.swc" />
         <include name="utilities.swc" />
         <include name="rpc.swc" />
         <include name="air/airglobal.swc" />
         <include name="air/applicationupdater.swc" />
         <include name="air/applicationupdater_ui.swc" />
    </external-library-path>
    <source-path path-element="${basedir}/src" />
    </compc>
    </target>
    </project>
    Any insights is greatly appreciated.!

    #1, If it compiles then you have no issue. There's no reason at this point not to use 4.6. You should bundle a captive runtime to assure the users computer won't need to have AIR installed at all.
    #2, Papervision is old. Use the Stage3D and/or a wrapper framework. As far as the generic "If I download lots of data will it take the user more time to load it", well, of course. Just don't make the loading experience painful. Entertain them while they way or find ways of displaying data sooner than later. If it's desirable on the web has more to do with the context of the app and the device displaying it. In other words, a phone user would find it easy but obviously not a desktop user.
    #3, Definitely referring you to Google on that one.
    #4, Size always matters, it's common sense. The more you process the harder it is. While I haven't done AR I've used the Microsoft Kinect SDK and ANE and tracking was extremely fast but limited. From what I've seen and your basic built in location and direction hardware on any mobile device you shouldn't have much trouble. Depends on what you're doing.
    #5, This discussion would be way too large for a forum. You'd need to consult a firm experienced in AR development.
    #6, "Applications using the commercial license do not have to provide source code, but must pay a licensing fee. Contact ARToolworks at [email protected] for more information." They will base your price on your product, there is no single price.
    #7, The models could be huge and elaborate or tiny and simple which changes the answer. Consult the answer in #4. Ultimately most people are getting on fast networks with mobile and excessively fast on desktop/wifi. Size matters a lot less than 3 years ago.
    #8, Depends on what you're doing. You have to explain it.

  • Dreamweaver+PhoneGap App build nightmare

    Thanks for the offer of help.
    I have been building an app using Dreamweaver and the built in PhoneGap. Everything was working, including the emulator started by Dreamweaver and the Xcode build.
    The Dreamweaver emulator worked to start with but has now stopped, and I get a build error, shown below:
    ld: library not found for -lPhoneGapLib
    Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang
    failed with exit code 1
    As requested, here is the beginning of the build log (if I paste in more, the message crashes on Post Message - so please let me know how to send the whole log):
    cloning PhoneGapLib
    <DW>
    mkdir -p /Users/stuartbatley/Documents/DW_NAF
    cp -r -f /Applications/Adobe\ Dreamweaver\ CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    chmod -R 777 /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    </DW>
    operation completed
        emptySelectCount =  4
        readCount = 1
    Cloning seed app for iOS
    <DW>
    cd /Users/stuartbatley/Desktop
    /Applications/Adobe\ Dreamweaver\ CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/scripts/iGap.sh /Applications/Adobe\ Dreamweaver\ CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapApp 'iGlimpse Nav' 'Stuart Batley' 'com.iglimpse.test' '0.5' /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    </DW>
    copying project directory from /Applications/Adobe Dreamweaver CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapApp to com.iglimpse.test
    /Users/stuartbatley/Desktop
    finished.
    operation completed
        emptySelectCount =  7
        readCount = 4
    building iGlimpse Nav for iOS.
    <DW>
    cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/
    chmod 777 /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/www/phonegap.js
    /Developer/usr/bin/xcodebuild -project 'test.xcodeproj' -configuration Debug -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
    </DW>
    operation completed
        emptySelectCount =  6
        readCount = 1
    ERROR: The requested SDK ("4.3") is not installed.
    cloning PhoneGapLib
    <DW>
    mkdir -p /Users/stuartbatley/Documents/DW_NAF
    cp -r -f /Applications/Adobe\ Dreamweaver\ CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    chmod -R 777 /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    </DW>
    operation completed
        emptySelectCount =  0
        readCount = 1
    building iGlimpse Nav for iOS.
    <DW>
    cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/
    chmod 777 /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/www/phonegap.js
    /Developer/usr/bin/xcodebuild -project 'test.xcodeproj' -configuration Debug -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
    </DW>
    operation completed
        emptySelectCount =  2
        readCount = 1
    ERROR: The requested SDK ("4.3") is not installed.
    cloning PhoneGapLib
    <DW>
    mkdir -p /Users/stuartbatley/Documents/DW_NAF
    cp -r -f /Applications/Adobe\ Dreamweaver\ CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    chmod -R 777 /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    </DW>
    operation completed
        emptySelectCount =  0
        readCount = 1
    building iGlimpse Nav for iOS.
    <DW>
    cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/
    chmod 777 /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/www/phonegap.js
    /Developer/usr/bin/xcodebuild -project 'test.xcodeproj' -configuration Debug -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
    </DW>
    operation completed
        emptySelectCount =  2
        readCount = 1
    ERROR: The requested SDK ("4.3") is not installed.
    cloning PhoneGapLib
    <DW>
    mkdir -p /Users/stuartbatley/Documents/DW_NAF
    cp -r -f /Applications/Adobe\ Dreamweaver\ CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    chmod -R 777 /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    </DW>
    operation completed
        emptySelectCount =  0
        readCount = 1
    building iGlimpse Nav for iOS.
    <DW>
    cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/
    chmod 777 /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/www/phonegap.js
    /Developer/usr/bin/xcodebuild -project 'test.xcodeproj' -configuration Debug -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
    </DW>
    operation completed
        emptySelectCount =  2
        readCount = 1
    ERROR: The requested SDK ("4.3") is not installed.
    cloning PhoneGapLib
    <DW>
    mkdir -p /Users/stuartbatley/Documents/DW_NAF
    cp -r -f /Applications/Adobe\ Dreamweaver\ CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    chmod -R 777 /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    </DW>
    operation completed
        emptySelectCount =  1
        readCount = 1
    building iGlimpse Nav for iOS.
    <DW>
    cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/
    chmod 777 /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/www/phonegap.js
    /Developer/usr/bin/xcodebuild -project 'test.xcodeproj' -configuration Debug -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
    </DW>
    operation completed
        emptySelectCount =  15
        readCount = 1
    ERROR: The requested SDK ("4.3") is not installed.
    cloning PhoneGapLib
    <DW>
    mkdir -p /Users/stuartbatley/Documents/DW_NAF
    cp -r -f /Applications/Adobe\ Dreamweaver\ CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    chmod -R 777 /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    </DW>
    operation completed
        emptySelectCount =  0
        readCount = 1
    building iGlimpse Nav for iOS.
    <DW>
    cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/
    chmod 777 /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/www/phonegap.js
    /Developer/usr/bin/xcodebuild -project 'test.xcodeproj' -configuration Debug -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
    </DW>
    operation completed
        emptySelectCount =  2
        readCount = 1
    ERROR: The requested SDK ("4.3") is not installed.
    cloning PhoneGapLib
    <DW>
    mkdir -p /Users/stuartbatley/Documents/DW_NAF
    cp -r -f /Applications/Adobe\ Dreamweaver\ CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    chmod -R 777 /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    </DW>
    operation completed
        emptySelectCount =  0
        readCount = 1
    building iGlimpse Nav for iOS.
    <DW>
    cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/
    chmod 777 /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/www/phonegap.js
    /Developer/usr/bin/xcodebuild -project 'test.xcodeproj' -configuration Debug -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
    </DW>
    operation completed
        emptySelectCount =  2
        readCount = 1
    ERROR: The requested SDK ("4.3") is not installed.
    cloning PhoneGapLib
    <DW>
    mkdir -p /Users/stuartbatley/Documents/DW_NAF
    cp -r -f /Applications/Adobe\ Dreamweaver\ CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    chmod -R 777 /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    </DW>
    operation completed
        emptySelectCount =  4
        readCount = 1
    building iGlimpse Nav for iOS.
    <DW>
    cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/
    chmod 777 /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/www/phonegap.js
    /Developer/usr/bin/xcodebuild -project 'test-iPad.xcodeproj' -configuration Debug -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
    </DW>
    Build settings from command line:
        SDKROOT = iphonesimulator4.3
    === BUILD NATIVE TARGET test OF PROJECT test-iPad WITH CONFIGURATION Debug ===
    Check dependencies
    Unsupported compiler 'GCC 4.2' selected for architecture 'i386'
    operation completed
        emptySelectCount =  35
        readCount = 9
    cloning PhoneGapLib
    <DW>
    mkdir -p /Users/stuartbatley/Documents/DW_NAF
    cp -r -f /Applications/Adobe\ Dreamweaver\ CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    chmod -R 777 /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    </DW>
    operation completed
        emptySelectCount =  0
        readCount = 1
    building iGlimpse Nav for iOS.
    <DW>
    cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/
    chmod 777 /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/www/phonegap.js
    /Developer/usr/bin/xcodebuild -project 'test.xcodeproj' -configuration Debug -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
    </DW>
    Build settings from command line:
        SDKROOT = iphonesimulator4.3
    === BUILD NATIVE TARGET test OF PROJECT test WITH CONFIGURATION Debug ===
    Check dependencies
    Unsupported compiler 'GCC 4.2' selected for architecture 'i386'
    operation completed
        emptySelectCount =  7
        readCount = 9
    cloning PhoneGapLib
    <DW>
    mkdir -p /Users/stuartbatley/Documents/DW_NAF
    cp -r -f /Applications/Adobe\ Dreamweaver\ CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    chmod -R 777 /Users/stuartbatley/Documents/DW_NAF/PhoneGapLib
    </DW>
    operation completed
        emptySelectCount =  0
        readCount = 1
    building iGlimpse Nav for iOS.
    <DW>
    cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/
    chmod 777 /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/www/phonegap.js
    /Developer/usr/bin/xcodebuild -project 'test.xcodeproj' -configuration Debug -sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk
    </DW>
    Build settings from command line:
        SDKROOT = iphonesimulator5.0
    === BUILD NATIVE TARGET test OF PROJECT test WITH CONFIGURATION Debug ===
    Check dependencies
    ProcessInfoPlistFile build/Debug-iphonesimulator/test.app/Info.plist test-Info.plist
        cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS
        setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/ bin:/bin:/usr/sbin:/sbin"
        builtin-infoPlistUtility test-Info.plist -genpkginfo /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/build/Debug-iphonesimulator/test.app/Pk gInfo -expandbuildsettings -format binary -platform iphonesimulator -o /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/build/Debug-iphonesimulator/test.app/In fo.plist
    LOG ENDS:
    CpResource Default.png build/Debug-iphonesimulator/test.app/Default.png
        cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS
        setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/ bin:/bin:/usr/sbin:/sbin"
        builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/Default.png /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/build/Debug-iphonesimulator/test.app
    CpResource icon.png build/Debug-iphonesimulator/test.app/icon.png
        cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS
        setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/ bin:/bin:/usr/sbin:/sbin"
        builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/icon.png /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/build/Debug-iphonesimulator/test.app
    CpResource www build/Debug-iphonesimulator/test.app/www
        cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS
        setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/ bin:/bin:/usr/sbin:/sbin"
        builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/www /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/build/Debug-iphonesimulator/test.app
    Ld build/Debug-iphonesimulator/test.app/test normal i386
        cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS
        setenv MACOSX_DEPLOYMENT_TARGET 10.6
        setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/ bin:/bin:/usr/sbin:/sbin"
        /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk -L/Users/stuartbatley/Desktop/com.iglimpse.test_iOS/build/Debug-iphonesimulator -F/Users/stuartbatley/Desktop/com.iglimpse.test_iOS/build/Debug-iphonesimulator -filelist /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/build/test.build/Debug-iphonesimulator/ test.build/Objects-normal/i386/test.LinkFileList -mmacosx-version-min=10.6 -Xlinker -objc_abi_version -Xlinker 2 -all_load -Obj-C -Xlinker -no_implicit_dylibs -D__IPHONE_OS_VERSION_MIN_REQUIRED=40300 -lPhoneGapLib -framework Foundation -framework UIKit -framework CoreGraphics -framework AddressBook -framework AddressBookUI -framework AudioToolbox -framework AVFoundation -framework CFNetwork -framework CoreLocation -framework MediaPlayer -framework QuartzCore -framework SystemConfiguration -framework MobileCoreServices -o /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/build/Debug-iphonesimulator/test.app/te st
    ld: library not found for -lPhoneGapLib
    Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1
    GenerateDSYMFile build/Debug-iphonesimulator/test.app.dSYM build/Debug-iphonesimulator/test.app/test
        cd /Users/stuartbatley/Desktop/com.iglimpse.test_iOS
        setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/ bin:/bin:/usr/sbin:/sbin"
        /Developer/usr/bin/dsymutil /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/build/Debug-iphonesimulator/test.app/te st -o /Users/stuartbatley/Desktop/com.iglimpse.test_iOS/build/Debug-iphonesimulator/test.app.dS YM
    error: unable to open executable '/Users/stuartbatley/Desktop/com.iglimpse.test_iOS/build/Debug-iphonesimulator/test.app/t est'
    operation completed
        emptySelectCount =  21

    I am getting similar error when trying to build IOS 5.0 app:
    12/8/11 6:56:46.403 PM [0x0-0x55055].com.adobe.dreamweaver-11.5: /Applications/Adobe Dreamweaver CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/scripts/iGap.sh: line 33: [: too many arguments
    12/8/11 6:56:55.942 PM [0x0-0x55055].com.adobe.dreamweaver-11.5: ** BUILD FAILED **
    12/8/11 6:56:55.942 PM [0x0-0x55055].com.adobe.dreamweaver-11.5: The following build commands failed:
    12/8/11 6:56:55.942 PM [0x0-0x55055].com.adobe.dreamweaver-11.5:           CompileC build/PhoneGapLib.build/Debug-iphonesimulator/PhoneGapLib.build/Objects-normal/i386/Camer a.o Classes/Camera.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    12/8/11 6:56:55.942 PM [0x0-0x55055].com.adobe.dreamweaver-11.5: (1 failure)
    Please advice.

  • [SOLVED] ipager does not build. Patched! Now it does.

    Dig in, children. ipager really is the coolest little thing!
    Some thanks should go to berbae. I just mashed up an AUR comment post of his with a little code fix I located in a blog post at the confignewton tech blog (dittoThanks).
    This patch supercedes the two other patches that package maintainer wakwanza is shipping with ipager-1.1.0-8. To clarify... Please swap out both of those patches (ipager.patch + ipager-gcc43.patch), instead using ipager-1.1.0-20120429.patch for a flawless build. (3 warnings of deprecation + 1 harmless other warning remain, though)
       ipager-1.1.0-20120429.patch:
    --- SConstruct.orig 2005-11-06 05:23:24.000000000 -0600
    +++ SConstruct 2012-04-29 06:59:11.927253922 -0500
    @@ -7,15 +7,16 @@
    # options
    ipager_optfile = [ 'scons.opts', 'user.opts' ]
    -ipager_options = Options(ipager_optfile)
    -ipager_options.AddOptions(
    - BoolOption('debug', 'build debug version', 0),
    - BoolOption('debug_events', 'debug xserve events', 0),
    - BoolOption('xinerama', 'support xinerama', 0),
    +ipager_options = Variables(ipager_optfile)
    +ipager_options.AddVariables(
    + BoolVariable('debug', 'build debug version', 0),
    + BoolVariable('debug_events', 'debug xserve events', 0),
    - PathOption('PREFIX', 'install-path base', '/usr/local'),
    - PathOption('DESTDIR', 'install to $DESTDIR/$PREFIX', '/')
    + BoolVariable('xinerama', 'support xinerama', 0),
    +
    + PathVariable('PREFIX', 'install-path base', '/usr'),
    + PathVariable('DESTDIR', 'install to $DESTDIR/$PREFIX', '/')
    @@ -31,10 +32,10 @@
    ipager_env = Environment(options = ipager_options, ENV = os.environ)
    ipager_env.Append(
    - CPPFLAGS = [ '-Wall' ],
    - CPPPATH = [ '/usr/X11R6/include' ],
    - LIBPATH = ['/usr/X11R6/lib']
    + CPPFLAGS = [ '-Wall', '-march=native', '-O' ],
    + CPPPATH = [ '/usr/include' ],
    + LIBPATH = [ '/usr/lib' ]
    +)
    ipager_options.Update(ipager_env)
    @@ -115,11 +116,10 @@
    else:
    print "yes"
    ipager_env.AppendUnique(
    - CPPPATH = imlib2_env.Dictionary()['CPPPATH'],
    - CCFLAGS = imlib2_env.Dictionary()['CCFLAGS'],
    - LIBPATH = imlib2_env.Dictionary()['LIBPATH'],
    - LIBS = imlib2_env.Dictionary()['LIBS']
    + CPPPATH = imlib2_env.Dictionary().get('CPPPATH'),
    + CCFLAGS = imlib2_env.Dictionary().get('CCFLAGS'),
    + LIBPATH = imlib2_env.Dictionary().get('LIBPATH'),
    + LIBS = imlib2_env.Dictionary().get('LIBS')
    conf.Finish()
    --- iconfig.cpp.orig 2012-04-28 19:34:36.902151855 -0500
    +++ iconfig.cpp 2012-04-28 18:31:28.000000000 -0500
    @@ -30,11 +30,11 @@
    #include <iostream>
    #include <fstream>
    #include <sstream>
    +#include <cstdlib>
    #include <sys/stat.h>
    #include <sys/types.h>
    +using namespace std;
    template <class T>
    bool from_string(T &t,
    --- ipager.cpp.orig 2012-04-28 19:34:36.928818549 -0500
    +++ ipager.cpp 2012-04-28 18:43:26.000000000 -0500
    @@ -31,6 +31,7 @@
    #include <iostream>
    #include <string>
    +#include <unistd.h>
    using namespace std;
    #include "pager.h"
    --- pager.cpp.orig 2012-04-28 19:34:36.928818549 -0500
    +++ pager.cpp 2012-04-28 19:07:28.000000000 -0500
    @@ -266,13 +266,13 @@
    /* Window updates go here */
    if (m_window_update.updateNetWindowList())
    updateNetWindowList();
    - if (m_window_update.displayIcons())
    - if (m_window_update.motion())
    + if (m_window_update.displayIcons()) {
    + if (m_window_update.motion()) {
    displayIcons(m_window_update.getX(), m_window_update.getY());
    - else
    + } else {
    displayIcons();
    + }
    + }
    /* ImLib updates go here */
    --- wm.cpp.orig 2012-04-28 19:34:36.928818549 -0500
    +++ wm.cpp 2012-04-28 18:42:07.000000000 -0500
    @@ -27,7 +27,9 @@
    #include <time.h>
    #include "atoms.h"
    +#include <cstdlib>
    +using namespace std;
    WM * WM::m_instance = 0;
    bool WM::x_error = false;
    This md5sum is what you'll get, IF you'll please add a newline at the patch EOF.
    f147f6a4ec3f8779bdc1c12cfbd5e03f ipager-1.1.0-20120429.patch
    Note: I messed with 3 pastebin sites, and now these \[code\] tags, never once able to successfully share without the truncation of the trailing newline at EOF. Hours of learning (yes, googling) how not to do it properly. Anyone care to point me to a non-truncating solution?  EDIT: [SOLVED] The patch program will ignore lines beginning with '#'. The solution is obvious, after re-reading the manual.
    P.S. My first post! (pat self on back) Sorry for my excellent english. :]
    Last edited by zero2cx (2012-04-29 20:10:01)

    berbae wrote:Thank you for sharing this.
    But it would be nice to have the maintainer wakwanza make the changes in AUR and increment the package release to 1.1.0-9
    Could you send a mail to him, and if there is no answer in one month, ask a TU in the AUR-general mailing list to orphan the package.
    And then you or someone else can adopt it and make the changes.
    You're welcome.
    wakwanza has been notified and on the clock since yesterday a.m. The aur commenting system generates an email to the maintainer with every new comment, I've read. But since this package's recent maintenance history is sketchy at best, I reached out to him/her myself. We will wait now.
    berbae wrote:
    Also you should have posted the link of the blog you found, but here it is: http://confignewton.com/?p=152
    I didn't try to rebuild the package recently, I presume it doesn't build with actual build chain tools...
    I will try your patch, but I prefer first that the maintainer updates the package in AUR to 1.1.0-9 with your modifications.
    Thank you for the link. I did not want to cross any lines into website solicitation, so I proceeded too catiously there.
    Yes, please try this and post back.
    [EDIT]: Awesome, wakwanza! --> Fresh ipager available: https://aur.archlinux.org/packages.php?ID=5415
    Last edited by zero2cx (2012-05-01 21:00:31)

Maybe you are looking for

  • How to create a turn-based multiplayer online game?

    Hello. This is my first time here. I am familiar with programming games and have been doing so for 20 years. However, I'm completely new to using Java to do so. In the past, I wrote games in BASIC, Blitz, and C++ using DirectX. Being familiar with C/

  • I need to do activation to ios 7 i have my username and password but i cant unlock

    hi, i make restore to my iphone and now i need to do activation. i have my password and username but i cant do the activation.

  • EVS filtering problem

    I have two different places in an application where I am dynamically modifying a context attribute's simple type to fill it up with values for an EVS. I can't determine anything I am doing differently, but the two EVS popups are behaving differenlty.

  • Ipod goes directly to check symbol and "ok to disconnect"

    So i have two old school ipods. Both 1st gens, one with a track wheel and the other with a stationary wheel. The one with a track wheel a 10Gig won't sync with my computer at all, the other does. I've tried many things to get it to work, what happens

  • Error getting property 'lovFieldValue' from bean of type LovItemBean

    Hi Team, We are currently using a form with one LOVform. I added a new LOVform. Now I'm getting this Error: 500 Internal Server Error javax.faces.el.EvaluationException: javax.faces.el.EvaluationException: Error getting property 'lovFieldValue' from