Phonegap 'Build and Emulate' never works, tons of errors

DReamweaver and Phonegap no longer work for me either and I do have Phonegap 1.2.0

I'm not able to 'Build and Emulate' or 'Build' in Dreamweaver CS5.5 either.  When I upgraded to ios5, it never worked again.  Phonegap and Adobe are all about the dreamweaver integration and it doesn't work!  Here is the Build Log Fail that I've been getting for 2 months:
/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/TuTone/Documents/DW_NAF/PhoneGapLib/Classes/Camera.h:25:23: note: ivar is declared here [3]
         enum DestinationType returnType;
Please don't post a question in more than one place. Instead, just create your own thread.
Try the workaround posted by "london1a1" here:
http://forums.adobe.com/message/4002753#4002753
The camera.h file mentioned is stored in /Applications/Adobe Dreamweaver CS5.5/Configuration/NativeAppFramework/DWPhoneGap/iphone/PhoneGapLib/Classes/.

Similar Messages

  • Android Build and Emulate Fails

    iOS Build and Emulate works fine but Android fails with the following error...
    BUILD FAILED
    /Users/me/Desktop/com.me.meridien_Android/build.xml:49: taskdef class com.android.ant.SetupTask cannot be found
    using the classloader AntClassLoader[]
    Anyone help?
    regards
    AndyG.

    Well, for iOS I resorted to porting the project to Xcode:
    http://www.itwriting.com/blog/4284-building-a-phonegap-app-for-iphone-with-adobe-dreamweav er-cs-5-5.html
    But Android worked OK for me, though I have only tried Android on Windows not Mac.
    Tim

  • My Apple TV does not work and has never worked.

    My Apple TV does not work and has never worked. I replaced it twice and replaced my router and DSL modem but no luck. I spent hours on tech support with both apple and my ISPs with no luck. Any ideas? Is the Apple TV a donation to apple? I have had the device for 8 months but it will not work for longer than 15 minutes before it drops with network errors. All of my other devices work perfectly on the network including 2 iPads, laptops and an old wii. I love apple products and this is the first real disappointment I have had. The Apple TV seems like a major dud of a product.

    Seems unlikely you have had two faulty replacements, and more likely that there may be some network compatibility issue or problem with reception in the location the AppleTV lies - anything close to it that might be interfering?
    I am assuming you are connected via wifi - if you can try an ethernet connection to rule wifi issues out.
    Could you try it at somone else's house maybe?  If it worked there it would point to something specific at your location.
    You could try replacing it again I guess or seeing if they can offer you credit or a refund.

  • I can not pair my itouch with my mac book pro version 10.6.6 .. it seems that maybe my itouch is having trouble connecting as my mac seems to pair, then waits for my itouch and it never works. please help!!

    can not pair my itouch with my mac book pro version 10.6.6 .. it seems that maybe my itouch is having trouble connecting as my mac seems to pair, then waits for my itouch and it never works. please help!!

    I am not certain this will fix your problem but I suggest you assign the printer a static IP address.
    Using the printer's front panel, select Menu > Network > WLAN > TCP/IP > Boot method, and change it to "static". Provide a static IP address that is on your LAN's subnet.
    For example, if you are using an AirPort Extreme, you might give it an IP address of 10.0.1.100. If you are using a Netgear or Linksys router that defaults to issuing 192.168.x.x addresses, you might give it an address of 192.168.1.100. That way, the printer will always "reside at the same address" on your network. If your router has the ability, you should reserve that address so that the router does not attempt to assign it to another DHCP device.
    Then, go to System Preferences > Print & Scan, and delete your existing printer with the "–" (minus) button. Add it again, using the "+" (plus) button. In the window that appears, select the IP pane, and from the Protocol menu select "Line Printer Daemon (LPD)". In the Address field type the IP address you gave your printer.
    If all goes well the "Pring Using" field will detect the printer at that address and automatically select the appropriate driver. You will see something similar to the following screenshot ("name" can be whatever you decide, and "location" is optional):
    Click Add, then you can close System Preferences.
    There are other possible reasons your printer is "not responding" which could include wireless interference from competing wireless networks, but try this "static IP" method first. It should mitigate the problem.

  • I tried to use Apple Pay at the 1280 Lexington Ave store in NY but was asked for the last 4 digits of my cardnumber and it never worked.

    I tried to use Apple Pay at the 1280 Lexington Ave store in NY but was asked for the last 4 digits of my cardnumber and it never worked. The question itself made no sense but I tried in vain by supplying it as well as the security code. I didn't know the last 4 of my proxy card number.

    Open Passbook, select the credit card you are using, touch the Info icon on the lower right. This will display the last four digits of the ‘Device Account Number’. These four digits are what your retailer wants to complete the transaction, NOT the last four digits of your card number. Some retailers require this, others do not.

  • I had photoshop on my hp and it stopped working, it says error 16. I already tried uninstalling and reinstalling it and nothing works. Also I just bought a Mac, is there any way i can transfer photoshop to my new computer?

    I had photoshop on my hp and it stopped working, it says error 16. I already tried uninstalling and reinstalling it and nothing works. Also I just bought a Mac, is there any way i can transfer photoshop to my new computer?

    Look at this guide:
    Configuration error 16 | CC, CS
    I don't know what version you have, but you cannot install a Windows edition on a Mac, you need the Mac edition.
    If you have Photoshop CS6, you can swap it for a Mac version, otherwise you would have to purchase a full Mac version ($700) or enroll in the $10 per month Photography program from Adobe to use Photoshop CC.
    Gene

  • Build and emulate not installing into emulator Android API 14

    I have test PhoneGap mobile app, which was working 100% and still is, the only issue is that it will not install into emulator.
    This appears to be only since Android API 14 and the imporvements to the build. I have exhausted all possibilities i could think of within my skill set without luck.
    Any help or ideas would be greatly appreciated
    relavent portion of buildlog below:
    buildfile: C:\Users\Craig\Desktop\COMFUS~1.FLO\build.xml
    install:
         [echo] Install file not specified.
         [echo]
         [echo] 'ant install' now requires the build target to be specified as well.
         [echo]
         [echo]
         [echo]     ant debug install
         [echo]     ant release install
         [echo]     ant instrument install
         [echo] This will build the given package and install it.
         [echo]
         [echo] Alternatively, you can use
         [echo]     ant installd
         [echo]     ant installr
         [echo]     ant installi
         [echo]     ant installt
         [echo] to only install an existing package (this will not rebuild the package.)
    BUILD FAILED
    C:\Data\android-sdk\tools\ant\build.xml:1098: The following error occurred while executing this line:
    C:\Data\android-sdk\tools\ant\build.xml:1141: No message
    Total time: 0 seconds
    Running app in Android emulator
    <DW>
    set ANT_HOME=C:\PROGRA~2\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\APACHE~1
    set ANDROID_HOME=C:\Data\android-sdk
    set JAVA_HOME=C:\PROGRA~2\Adobe\ADOBED~2.5\JDK
    set PATH=%JAVA_HOME%\bin;%PATH%
    cd C:\Data\ANDROI~2\PLATFO~2
    C:\Windows\SysWOW64\cmd.exe /u /c C:\PROGRA~2\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\DWPHON~1\android\scripts\ANDROI~2.BAT com.fusion.flowbox_cell C:\Data\android-sdk
    </DW>
    Starting: Intent { act=android.intent.action.MAIN cmp=com.fusion.flowbox_cell/.DefaultActivity }
    Error type 3
    Error: Activity class {com.fusion.flowbox_cell/com.fusion.flowbox_cell.DefaultActivity} does not exist.

    I found a solution and posted it in http://forums.adobe.com/thread/918202?tstart=0

  • Hello, I just got an iPhone 4S and it seems that the bluetooth function in it doesn't work. I tried few times to pair it to other non Apple phones and it never worked. Does anyone has an idea how to solve the problem? Tks.

    Hello, I just got an iPhone 4S and it seems that the bluetooth function in it doesn't work. I tried few times to pair it to other non Apple phones but it never worked. Does anyone has an idea how to solve the problem? Tks.

    This is not a feature of iPhone, iPad or iOS.
    Bluetooth is supported for stereo headsets/speakers, handsfree telephone
    devices/headsets, some keyboards, some peer-to-peer apps from the
    app store and internet tethering where provided by the carrier.
    Other than this it will not connect to a phone/computer/device.  (thanks to ckuan for the wording)

  • I have updated firefox SEVERAL times over the last few months and it never works. The download and setup goes fine, but I still get messages wherever I go that the version I have in not compatible and I have to upgrade. What gives???

    Updated firefox SEVERAL times in the last few months and even though everything goes ok with the installation, it never upgrades! I get notices on my college website as well as other that I have an incompatible version and have to upgrade, BUT OT NEVER WORKS!!!

    In the "More system details..." for your post, it shows an ancient version:
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.17) Gecko/2009122116 '''Firefox/3.0.17''' (.NET CLR 3.5.30729) FBSMTWB
    It could have something to do with that acronym at the end, which I think is associated with one of your add-ons.
    To see your true current version, you can check Help > About Firefox.
    If your true current version is 6.0.2 (today's version), then you may need to clear a setting using the about:config preference editor. Here's how:
    (1) Type or paste '''about:config''' into the location bar and press Enter. Click the button promising to be careful if it appears.
    (2) Type '''agent''' into the filter box and wait for the list to be filtered.
    (3) Right-click '''general.useragent.override''' and choose Reset to return that preference to its default value.
    Any luck?

  • Phonegap Build and Creative Cloud

    Hi,
    I have a creative cloud full account and I was thinking to have 25 private apps to build with Phonegap Build from Dreamweaver as follows:
    Unfortunately after compliling the package I receive a message as... "you exceeded the numbers of apps...". But I have only 2 apps on the Phonegap server. Any suggestions to solve the issue? Thanks, K.

    Hi Carey,
    after updating Dreamweaver I solved the issue of the message but I have some other issues. After logging in to build my app I receive this usual message:
    So I'm gonna click on "Continue":
    This pane is quite different from the previous version (with all the QR platform codes) and is quite confusing for me. The "Continue" botton is active and that means (logically) I'm not obliged to fill the prevous fields. But when I click on it (and after a long time) I receive this message:
    So this means there are some troubles on your side not on mine... But if I click the button I'm coming back to this pane:
    Here the "Continue" botton is not active and this is a non-sense for me. I have to restart DW to "Try again" (and wait for an other long time). I tried to read the docs pages about the procedures on the phonegap build site but I did not find the way to solve this problem.
    My questions are:
    1. Have I to log into Phonegapbuild site and associate the keys-pass-files for iOS, Android and BB, BEFORE launching Dreamweaver?
    2. Am I obliged to fill all the forms or I can fill only the Android one (for example)?
    3. Is there a place I can easily understand (please don't let me jump to the developer Android page because I did not understand anything) how can I generate the key signing passwords and certificates from a Mac?
    4. Last and maybe funny consideration: the Apple Logo seems to be cut on the botton (on my DW copy :-)
    UPDATE:
    After some attempts I got my app zipping the folder (realized with DW) and uploading it from the Phonegapbuild account. I still have troubles to do the same starting from DW.

  • Itunes v5 and greater wont work. why? error and crash

    Itunes v5 and the newest update, both create and error during install, during launch and when uninstalling.
    iTunes has encountered a problem and needs to close. We are sorry for the inconvenience.
    this is the error signiture:
    AppName: itunes.exe      AppVer: 5.0.1.4     
    ModName: unknown
    ModVer: 0.0.0.0      Offset: 10001040
    no other info is given, except for the techical report which is saved in a temp file, and doesnt help me out. no error codes.
    I have unistalled and cleaned my registry free of all itunes and quicktime files and still nothing works. Which is not good because I have many days of AAC files. previous version of itunes have always worked fine.
    Any ideas or am I stuck waiting for the next itunes release with tones of AAC files that cant be played?
    thanks for all ideas and post!!!

    well done, Jason!
    I do wonder though, why did it work with the SA version of QT, when the itunes download comes with QT?
    i'm speaking as a "technical journalist" rather than a "software installation engineer". (i have been the former, i've never been the latter.)
    as i understand it, the odds of running into an installation error (of any software package) increase when you've got two separate installs "chained together". that's what we've got going on with the itunes-5.0x/QT-7.0.2 installer bundle.
    in additon, more things seem to interfere with QT 7.0.2 installs than QT 6.5.2 installs. (QT 6.5.2 came in the itunes 4.9 installer bundle.)
    those two factors taken together raise the chances of the QT part of the 5.0.x/7.0.2 install going wrong by comparison with the 4.9/6.5.2 install.
    basically, i'm just doing what we did on itunes 4.9 installs when things got sticky in certain ways. i try to run the itunes and QT installs separately. i just have to advise people to do that more frequently than i did with 4.9.
    (people with a more in-depth technical understanding of these matters please feel free to leap in and say "b is a
    b fool
    as well as a scoundrel," and give poor Jason a more in-depth and correct explanation.)
    love, b

  • Build and go on Device under Debug error

    When I try to build and go an application I made on my device (iPod Touch) I get the error
    Command usr/bin/codesign failed with exit code 1
    Help would be appreciated,
    Mr. Man

    Ok, here are some more easy questions for you before this starts getting hard:
    1) Have you ever successfully run one of your Xcode projects on your device? If so, was that prior to installing either iPhone OS 3.1.2 or Snow Leopard?
    2) Please confirm the version nos. of your OS X system, your iPhone SDK and Xcode.
    3) Open the Keychain Access Utility (navigate to /Applications/Utilities with Finder), select login from the top left Keychains panel, and _My Certificates_ from the lower left Category panel. You should now see iPhone Developer: <your company name> in the right-center list, and when you expand that entry, you should see your private key. Double click on each of those in turn, and look for any irregularities, such as expiration, wrong name, etc. When your certificate is selected, the info above the list should display a checkmark in a green circle to the left of the words "This certificate is valid".
    4) Return to Project Info (Project->Edit Project Settings), and take another look at Code Signing Identity. The left hand setting should probably say "Any iPhone OS Device". The right hand should probably say "iPhone Developer (currently matches <certificate> in <profile name>), where <certificate> is identical to the uppermost line above the green check mark in step 3, and <profile name> is the name of the provisioning profile shown in the Xcode Organizer window when your device is selected in the left panel (and in that left panel, the device selection should show a small green icon on the right side of the panel).
    Please be sure to let us know about any deviation from what I described in steps 3 and 4.
    If you still have no clues, please return to the Portal, and start from the beginning of the instructions for getting ready to test your projects on a device. Pay special attention to the How To tabs for Certificates, Devices, App IDs, and Provisioning. Also note there's a User Guide, and 4 videos available under Portal Resources in the upper right panel of the Portal home page.
    If you don't see what you missed after studying the above, start a new project from a clean template. The name for the new project should not contain any spaces, and the logs will be much easier to read if you save the project folder close to the root of your file system. Then repeat every instruction in the Portal for that project and try to install it on your device without making any other changes to it.
    If none of the above is helpful, search this forum on keywords such as codesign, signing, identity, 3.1.2, 10.6, snow and SL, along with some of the terms you found in the build log, such as "invalid existing signature". As you'll see, if this forum had a FAQ, codesign problems would be at the top of the list. If you don't get a clue from searching this forum, put the same keys into Google.
    The above is an overview of what questions need to be answered and where to look, starting with the easiest and progressing to the more difficult investigations. If you think you've found a clue, but don't know what to do with it, please let us know right away.
    \- Ray

  • Google talk video plugin does not work any more with Firefox 4. When clicking on the video chat icon, I am repeatedly asked to install the plugin, and it never works.

    Google talk audio/video plugin used to work fine on Firefox 3, but does not work anymore on Firefox 4. Every time I click on the video chat icon on google talk, I am asked to install the plugin, even if I have already installed it before. The plugin works properly on the latest version of IE on the same PC.
    Thanks for your help. I do not want to switch to Chrome or Opera, but if this bug is not fixed, I will have to.

    Not sure if installing IE 9 did it or not but I now see the camera in IE, FF and Chrome. Could be Facebook fixed the problem also.
    Thanks for the reply.
    George

  • Brand new ipad 2 and camera never worked

    I recently received this ipad as a gift. There is no standard camera icon on the ipad and when I downloaded a camera app and tried to use it, it simply freezes. I've tried to speak to family on Skype and there is no option for me to show my video. I know the camera is part of the specs for this ipad. Can anyone help me? I am a true ipad novice!
    Thanks

    Try closing the Camera app:
    1. Double-click the Home button to reveal the Task Bar
    2. Hold down the Camera app for a second or two until you see the minus sign
    3. Tap the minus sign to close app
    4. Tap area above Task Bar to return to Home screen
    If the above doesn't solve the problem, do a reset:
    Hold the Sleep and Home button down for about 10 seconds until you see the Apple logo. Ignore the red slider

  • Ordered pacquiao/mayweather and it never worked, but was still charged

    I attempted to order pacquiao/mayweather months ago.  When it came time for the fight, no picture, no sound, nothing would load.  After numerous restarts, I attempted to call Comcast or speak to chat with an agent.  After an hour of nothing but busy signals on the phone and no one available to chat, my party decided to leave our apartment to view the fight elsewhere.  I returned home at midnight that night and there was still nothing being broadcasted.   I live chatted with an agent the next day who stated that I would not be charged.  And yet here we are 5 live chats, a couple phone calls and two months later and the charge sitll appears on my bill, because I was not able to get through on the phone the night of the fight.   I personally think it is nonsense that I am being charged for a fight I was not able to view.  I do not think it is unreasonable to want this charge taken off of my bill.  I am about to cancel my Comcast subscription if this is not resolved.  

    Hello kyleencinas,
    I can get that charge removed for you. You'll see that taken off on your next billing statement.
    Thank You

Maybe you are looking for

  • How to allow users to run infopackage without giving access to Workbench

    Hi, I have certain infopackages which I want to give access to users to run. It mainly relates to loading of flat files which they want to be able to execute when they want and also loading the P&L  data from R/3. I am on 3.5..I don't want the users

  • The data binding isn't working, what have I done wrong?

    I'm writing a very simple WPF app, one view. I've got a few models defined for the small handful of tables this app works with. I'm making some sort of boneheaded mistake, but I can't see what it is. I'm trying to bind to a property of one of the mod

  • The use of  folder  option in Smartforms ?

    Hi , What is theuse of  folder  option in Smartforms ? Thanks in advance RK

  • Unabel to processes application with high memory image

    Hello every one  In one of my application i am loading 8mb image into 2d picture control and i am doing some operations on it .  This is working perfectly but when i am using high memory image like 30mb the performance i.e in terms of speed got slowe

  • BorderLayout right approach?

    I asked a question wrt BorderLayout in the programming forum and was asked to post such questions here. Basically I have a JFrame and I want to put a JPanel in the middle of it. I tried using BorderLayout.CENTER but the default center behavior is to