IPhone Photo Sync No Longer Works Since Upgrading to Aperture 3

I updated Aperture to 3 and now for some reason I am unable to sync my albums with neither my iPhone or my AppleTv. I get a, "your iphone can not be synced. An unknown error has occurred (-50)".
I used to be able to pick and choose which projects and albums would sync to both of these devices, it is no longer giving me that option. The two choices when you choose aperture in the iTunes drop down are "All Photos and Albums" or "Selected Albums" however "Selected Albums" is greyed out.
What is going on?

I too have problems syncing with my iPhone since updating to Aperture 3 and subsequently 3.0.1. The problem clearly is with Aperture as I cannot access the Aperture library from iPhoto either. The ability to select individual projects or albums is greyed out and a full sync of the entire library results in an error -50.in iTunes. I have lodged 2 bug reports from both iTunes and Aperture but no word from Apple. *+Come on Apple.+* this make Aperture look really bad. I have resorted to syncing from iPhoto, a real step backwards but as Apple don't think it important enough to respond to their customers what recourse is left. I know! a well placed email to the media alerting them to the fact that Apples new version of Aperture is flawed.

Similar Messages

  • Iphone headphone mic no longer working since lion upgrade

    Hi All,
    Since upgrading my Early 2k8 Macbook Pro to Lion my iPhone 4 headphone mic no longer works - the headphones themselves are fine (works with the phone, mic as well).
    Worked fine before he upgrade.
    Any thoughts?
    Cheers

    Hi Dj2loud,
    I understnad you are having sound quality issues when using the headphone jack on your iPhone.  Try the steps below to troubleshoot the issue.
    If your headset isn't working - Apple Support
    https://support.apple.com/en-us/HT203026
    Regards,
    Judy

  • [SOLVED] Openbox autostart no longer working since upgrade

    After the upgrade on May 14 2013 my autostart file no longer works. I tried renaming my autostart.sh to just autostart no luck. There is nothing wrong with the autostart file as I can run it manually and it will load all my apps. Also, if I cd to  /usr/lib/openbox/ and run openbox-autostart directly it works. Here are the updated packages:
    [2013-05-14 21:34] [PACMAN] upgraded ethtool (1:3.8-1 -> 1:3.9-1)
    [2013-05-14 21:34] [PACMAN] upgraded firefox (20.0.1-5 -> 21.0-1)
    [2013-05-14 21:34] [PACMAN] upgraded gsettings-desktop-schemas (3.8.0-1 -> 3.8.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded glib-networking (2.36.1-1 -> 2.36.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded gnome-icon-theme-symbolic (3.8.0.1-2 -> 3.8.2.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded gnome-icon-theme (3.8.0-1 -> 3.8.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded gnupg (2.0.19-7 -> 2.0.20-1)
    [2013-05-14 21:34] [PACMAN] upgraded gtkmm (2.24.2-2 -> 2.24.3-1)
    [2013-05-14 21:34] [PACMAN] upgraded gvfs (1.16.1-2 -> 1.16.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded libical (0.48-1 -> 1.0-2)
    [2013-05-14 21:34] [PACMAN] upgraded mplayer (35920-2 -> 35920-3)
    [2013-05-14 21:34] [PACMAN] upgraded orage (4.8.4-1 -> 4.8.4-2)
    [2013-05-14 21:34] [PACMAN] upgraded pango (1.34.0-1 -> 1.34.1-1)
    [2013-05-14 21:34] [PACMAN] upgraded pdnsd (1.2.9.a-1 -> 1.2.9.a-2)
    [2013-05-14 21:34] [PACMAN] upgraded python2-distribute (0.6.38-1 -> 0.6.39-1)
    [2013-05-14 21:34] [PACMAN] upgraded python2-zope-interface (4.0.3-1 -> 4.0.5-1)
    [2013-05-14 21:34] [PACMAN] upgraded sudo (1.8.6.p8-1 -> 1.8.6.p8-2)
    [2013-05-14 21:34] [PACMAN] upgraded thunderbird (17.0.5-2 -> 17.0.6-1)
    [2013-05-14 21:34] [PACMAN] upgraded virtualbox (4.2.12-2 -> 4.2.12-3)
    [2013-05-14 21:34] [PACMAN] upgraded vte-common (0.34.4-1 -> 0.34.5-1)
    [2013-05-14 21:35] [PACMAN] upgraded python3-threaded_servers (2013.5.12.3-1 -> 2013.5.14.1-1)
    Not sure what's going on or what could have caused it. My .xinitrc looks like this:
    #!/bin/sh
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    export BROWSER="chromium"
    # Start GNOME Keyring
    eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh)
    # You probably need to do this too:
    export SSH_AUTH_SOCK
    export GPG_AGENT_INFO
    export GNOME_KEYRING_CONTROL
    export GNOME_KEYRING_PID
    exec openbox-session
    My .zprofile
    [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx &> ~/.xlog
    My systemd startup service:
    # This file is part of systemd.
    # systemd is free software; you can redistribute it and/or modify it
    # under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2.1 of the License, or
    # (at your option) any later version.
    [Unit]
    Description=Getty on %I
    Documentation=man:agetty(8) man:systemd-getty-generator(8)
    Documentation=http://0pointer.de/blog/projects/serial-console.html
    After=systemd-user-sessions.service plymouth-quit-wait.service
    After=rc-local.service
    # If additional gettys are spawned during boot then we should make
    # sure that this is synchronized before getty.target, even though
    # getty.target didn't actually pull it in.
    Before=getty.target
    IgnoreOnIsolate=yes
    # On systems without virtual consoles, don't start any getty. (Note
    # that serial gettys are covered by [email protected], not this
    # unit
    ConditionPathExists=/dev/tty0
    [Service]
    # the VT is cleared by TTYVTDisallocate
    ExecStart=-/sbin/agetty -a dodo3773 %I 38400
    Type=simple
    #Restart=always
    #RestartSec=0
    UtmpIdentifier=%I
    TTYPath=/dev/%I
    TTYReset=no
    TTYVHangup=no
    TTYVTDisallocate=no
    KillMode=process
    IgnoreSIGPIPE=no
    # Unset locale for the console getty since the console has problems
    # displaying some internationalized messages.
    Environment=LANG= LANGUAGE= LC_CTYPE= LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETARY= LC_MESSAGES= LC_PAPER= LC_NAME= LC_ADDRESS= LC_TELEPHONE= LC_MEASUREMENT= LC_IDENTIFICATION=
    # Some login implementations ignore SIGTERM, so we send SIGHUP
    # instead, to ensure that login terminates cleanly.
    KillSignal=SIGHUP
    [Install]
    WantedBy=getty.target
    Edit: I tried switching to bash in a tty and then just startx but that doesn't help either.
    Edit2: To be clear openbox does load a desktop. The autostart scripts at ~/.config/openbox/ just don't run. Thanks.
    Edit3: I decided to run the command issued in openbox-session and added --debug to it. Here is the output of "xinit /usr/bin/openbox --debug --startup "/usr/lib/openbox/openbox-autostart OPENBOX" "$@" -- :1 -nolisten tcp" :
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.8.7-1-ARCH x86_64
    Current Operating System: Linux dodo713 3.9.2-2-ck #1 SMP PREEMPT Sun May 12 18:19:49 EDT 2013 x86_64
    Kernel command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=06874255-7a5d-4968-8f09-1e53cb761f44 ro quiet init=/usr/lib/systemd/systemd
    Build Date: 17 April 2013 02:37:06PM
    Current version of pixman: 0.30.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.1.log", Time: Fri May 17 08:14:11 2013
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    setversion 1.4 failed
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    Loading extension NV-GLX
    Loading extension NV-CONTROL
    Loading extension XINERAMA
    setversion 1.4 failed
    Openbox-Debug: --startup /usr/lib/openbox/openbox-autostart OPENBOX
    Openbox-Debug: Moving to desktop 1
    Openbox-Debug: not managing override redirect window 0x4000bb
    which: no hsetroot in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/android-sdk/platform-tools:/usr/bin/core_perl:/home/dodo3773/Documents/Scripts:/home/dodo3773/Documents/Scripts)
    which: no esetroot in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/android-sdk/platform-tools:/usr/bin/core_perl:/home/dodo3773/Documents/Scripts:/home/dodo3773/Documents/Scripts)
    which: no xsetroot in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/android-sdk/platform-tools:/usr/bin/core_perl:/home/dodo3773/Documents/Scripts:/home/dodo3773/Documents/Scripts)
    kupfer: Reading from stdin
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Compat map for group 2 redefined
    > Using new definition
    > Warning: Compat map for group 3 redefined
    > Using new definition
    > Warning: Compat map for group 4 redefined
    > Using new definition
    Errors from xkbcomp are not fatal to the X server
    Openbox-Debug: Caught signal 22. Ignoring.
    Openbox-Debug: UPDATE DESKTOP NAMES
    Openbox-Debug: Keyboard map changed. Reloading keyboard bindings.
    Edit4: Removed everything from /etc/xdg/autostart and ~/.config/autostart/ directories. That didn't work.
    Edit5: Tried installing xorg-xsetroot to let openbox set the color of the wallpaper. That didn't work.
    Edit6: Checked the output of "loginctl show-session $XDG_SESSION_ID" to make sure that wasn't the issue. Looks okay to me:
    Id=1
    Timestamp=Fri 2013-05-17 10:25:53 PDT
    TimestampMonotonic=13650783
    DefaultControlGroup=systemd:/user/1000.user/1.session
    VTNr=1
    TTY=tty1
    Remote=no
    Service=login
    Leader=405
    Audit=1
    Type=tty
    Class=user
    Active=yes
    State=active
    KillProcesses=no
    IdleHint=no
    IdleSinceHint=1368811547544203
    IdleSinceHintMonotonic=7545641
    Name=dodo3773
    Edit7: Tried installing xorg-xrdb thinking maybe that would help and did todays updates. No luck yet.
    Edit8: Kupfer still loads even though nothing else does. So I uninstalled kupfer. Same thing though. No autostart.
    Edit9: Tried booting into repo kernel instead of ck kernel. Didn't work.
    Last edited by dodo3773 (2013-05-19 06:34:44)

    WonderWoofy wrote:Interestingly, of all those things you included in your post, you forgot to include the autostart script itself.  What does that look like?
    Well, since it worked fine even when called indirectly through openbox-autostart and since it's worked fine for months I figured it was fine. I am happy to post it though. Here you go:
    feh --bg-scale /home/dodo3773/Pictures/blacksolid.png &
    xfce4-panel &
    numlockx &
    keepassx -lock &
    kupfer --no-splash &
    ~/Documents/Scripts/startupopen.sh &
    sleep 30 && sudo /usr/bin/ntpd -qg &
    sudo /usr/sbin/ethtool -K eth0 rx off &
    ~/Documents/Scripts/conky.sh &
    sudo /home/dodo3773/Documents/Scripts/temp_throttlenew > /dev/null 2>&1 &
    Here are the external scripts that are called (startupopen.sh and temp_throttlenew):
    startupopen.sh
    #! /bin/bash
    sleep 13
    chromium &
    thunderbird &
    sleep 20
    devilspie -a &
    sleep 7
    pkill devilspie &
    exit
    temp_throttlenew
    #!/bin/bash
    # temp_throttle.sh max_temp
    # USE CELSIUS TEMPERATURES.
    if [[ $EUID -ne 0 ]]; then
    echo "This script must be run as root" 1>&2
    exit 1
    fi
    #if [ $# -ne 1 ]; then
    # If temperature wasn't given, then print a message and exit.
    # echo "Please supply a maximum desired temperature in Celsius." 1>&2
    # echo "For example: ${0} 60" 1>&2
    # exit 2
    #else
    #Set the first argument as the maximum desired temperature.
    MAX_TEMP=85
    #fi
    # The frequency will increase when low temperature is reached.
    let LOW_TEMP=$MAX_TEMP-5
    CORES=$(nproc) # Get number of CPU cores.
    echo -e "Number of CPU cores detected: $CORES\n"
    # Temperatures internally are calculated to the thousandth.
    MAX_TEMP=${MAX_TEMP}000
    LOW_TEMP=${LOW_TEMP}000
    # FREQ_LIST is a list (array) of all available cpu frequencies the system allows.
    declare -a FREQ_LIST=($(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies))
    # CURRENT_FREQ relates to the FREQ_LIST by keeping record of the currently set frequency.
    let CURRENT_FREQ=1
    function set_freq {
    echo ${FREQ_LIST[$1]}
    cpupower frequency-set -g "ondemand" -d "800MHz" -u ${FREQ_LIST[$1]}
    function throttle {
    if [ $CURRENT_FREQ -ne $((${#FREQ_LIST[@]}-1)) ]; then
    let CURRENT_FREQ+=1
    echo -n "throttle "
    set_freq $CURRENT_FREQ
    fi
    function unthrottle {
    if [ $CURRENT_FREQ -ne 0 ]; then
    let CURRENT_FREQ-=1
    echo -n "unthrottle "
    set_freq $CURRENT_FREQ
    fi
    function get_temp {
    # Get the system temperature.
    # If one of these doesn't work, the try uncommenting another.
    TEMP=$(cat /sys/class/thermal/thermal_zone0/temp)
    #TEMP=$(cat /sys/class/hwmon/hwmon0/temp1_input)
    #TEMP=$(cat /sys/class/hwmon/hwmon1/device/temp1_input)
    while true; do
    get_temp
    if [ $TEMP -gt $MAX_TEMP ]; then # Throttle if too hot.
    throttle
    elif [ $TEMP -le $LOW_TEMP ]; then # Unthrottle if cool.
    unthrottle
    fi
    sleep 3
    done
    Stuff that needs sudo is in my sudoers as "username hostname NOPASSWD: item1,item2,etc,etc". Nothing too exciting. Seems like if there was suddenly something wrong with my autostart file at least some of the stuff would run either way though cause of "&". Pretty puzzling this issue is.

  • Emoji no longer works since upgrading to iOS7.

    I'm having a weird problem ever since I upgraded to iOS7. For some reason, my emoji no longer works. It works parially. When I hit the globe on the keyboard, I can see them all and choose which one I want to send, but I can no longer type ":)" to get a smiley face and so on. When I do, it'll actually send ":)". I also can't receive any from others when they type ":)". These are the same people I've always communicated with. It worked used to work just fine. This is happening on my 4s and my iPad 2 ever since I upgraded them to ios7. I tried removing the keyboard from the settings and rebooting the phone, then readding the keyboard. No dice.
    It's very annoying to have to switch keyboards everytime I wanna send something as simple as a smiley face. If anyone has any idea how to solve this, it'd be much appreciated.

    The ":)" to has never been a feature in iOS unless you use Mavericks and/or a keyboard shortcut for changing between emoji on the iPhone.

  • IPhone photo sync doesn't work.

    Since the last iOS update the photo sync in iTunes doesn't work. One event will be shown as many in iTunes, each with only a few photos or even just one in it. In iPhoto all events are ok.
    Any suggestion why and how to solve it?

    Same issue... https://discussions.apple.com/message/24911815#24911815

  • Why does Remote App no longer work since upgrading to IOS 6?

    Since updating my Touch to IOS 6, I can no longer use the Remote App to connect to my itunes library on my iMac.  I have tried both homesharing and "add an itunes library" and both have failed.  I have been through all the posted support articles with no success.  By the way, I can still use my first generation IPAD to connect with no problems.

    I have this problem also,
    We have an iPad 2, iPod Touch, iPhone 4,4s and iMac. 
    The printer is a HP LaserJet CP1525nw and is listed as a compatable AirPrint printer.
    The two iPhones and iPad 2 were upgraded to IOS6 last week.
    We wanted to print something out today and when selecting printer it came up with "No AirPrint Printers Found".
    This happened on the Other iPhone and the iPad as well. However all the other devices that were not upgraded still work.
    I have upgraded the firmware on the printer to the latest version, however this has not helped. I have restarted all devices as well as my network router multiple times to no avail.
    Apple need to provide a fix as this provlem is evidently as a result of their IOS6 upgrade.

  • IPhone 4 apps no longer work after upgrade to OS 5.0.1

    After upgrading to 5.0.1 through iTunes, downloaded apps will no longer boot. I get a flash, then nothing.
    Of course, Apple wants $70 to tell me how to fix this.
    Has anyone else had this problem? Any suggestions? Hard reboots don't work.

    Some Users have Reported that a  Restore as New  has helped Resolve issues...
    Set Up as New Device
    http://support.apple.com/kb/HT4137

  • Numbers no longer working since upgrade

    I have a 09 version of iwork and since I upgraded to Mavericks I can't use it.  Within a few seconds of opening it as soon as I try to type something it freezes and I have to quit from the dock.
    I have deleted the spreadsheets I was using and tried to open a new one but same happens on new one.  I have tried deleting numbers from my app folder to reinstall but it won't let me.  Help!!

    As was stated in another thread:
    "Both versions can be on your Mac at the same time, and can run at the same time."
    I upgraded to Mavericks, and upgraded the applicaitons, when I was still on my nerly 5-year-old Macbook Pro. I quickly discovered I didn't like Numbers 3.0, so i reverted to Numbers 2.3.
    Now i have upgraded to a Late-2013 Retina 15" Macbook Pro, with native Mavericks, and Numbers 2.3 crashes immediately when I try to open it, even after trying deleting the .plist file(s). The versions of Pages and Keynote from the iWork '09 package also do this, crash instantly.
    Does anyone know if the older iWork Apps are *supposed* to work on this machine?

  • My iPhone 4S speakers no longer work after upgrading to 5.1.1

    Everything was working fine for a week or so after upgrading to 5.1.1 and then sounds started to getty buzzy from the speakers and now have gone totally.  Every now and then the sound will work for a brief second, but then stop.  I can't use the speaker phone anymore either.  I have tried turning the phone off and then on again.  I have tried hard resets. I have tried restoring it through iTunes and none of this works.  Anyone have a know good solution for this?

    RalphBittner wrote:
    I may have aborted before it was finished, I got a warning message but was in a hurry.  Now I wish I could complete.
    Stop hijacking unrelated threads.

  • Macbook Camera No Longer Working Since Upgrading To 10.5

    I have just upgraded to 10.5 and have now discovered that my built in camera is no longer recognised by Photobooth,iChat or other third party applications such as Funbooth and iRecord. The error that I am getting is that there is no camera attached.
    I know this can not be a hardware issue as I had been using the camera on Tiger 10.4.11 before I upgraded. I would appreciate any assistance in finding a fix for this issue.

    You should zap your PRAM. That usually solves these kinds of hardware problems.
    From the manual:
    Shut down your computer. Turn the computer back on and immediately hold down Command-Option-P-R, continuing to press until you hear the startup sound for the second time. This resets the computer’s parameter random-access memory (PRAM).
    IMPORTANT: Resetting PRAM may change some system settings and preferences. Use System Preferences to restore your settings.

  • Caps lock light no longer works since upgrade

    Mavericks appears to work just fine but... the caps lock light no longer functions on my mid 2012 MBP sine I installed Mavericks. Any had the same issue?

    The caps lock light is entirely hardware-controlled, so you probably have a minor hardware issue with the keyboard. Any correlation with instaling Mavericks is purely coincidental.

  • NIKON D70 RAW files do not work since upgrading to Aperture 1.1.1

    Prior to the software update to 1.1.1 everything was working fine with my D70 Raw files. I now get the maroon "Unsupported Image Format" (USF) when I select the images that were previously fine. They show up for a fraction of a second before I get the error. I tried rebuilding the database to no avail. I can export the RAW files and open them in Photoshop so they are OK. Also now when I import from my D70 I get the gray box instead of the image and a letterbox maroon USF message. I have not seen any posts relative to this issue and wonder if there is something else going on.
    Dual 1.8Ghz Powermac G5 2GB RAM Radeon X800 XT Mac OS X (10.4.6)

    Try this...it seemed to have solved several people's instability issues:
    If this doesn't work, post one of your images for people on the forum to check your images.
    repairing disk permissions in safe boot mode:
    1. To Repair Disk Permissions in Safe Boot restart your computer while holding the Shift key
    2. Do not let go of the Shift key until your screen says Safe Boot
    3. Once you see the screen with the words Safe Boot let go of the Shift key. If you need to login, login
    4. Open Disk Utility located in the Utility folder of your Applications folder, it'll be down at the bottom
    5. Select the hard drive that contains your OS & make sure that First Aid is selected (highlighted) in the Disk Utility window
    6. Select Repair Disk Permissions
    7. When Disk Utility has done its job you'll see the words "Permissions repair complete"
    8. While you're at it & since the system is in Safe Boot I'll Verify the other hard drives & Repair them if they need it
    Once the utility program has run through the operating system you can quit the application and restart the computer
    I routinely use the Repair Disk Permissions feature in the Disk Utility application on Mondays (Maintenance Monday) so I park an icon of it in the Dock. It is a good idea to Repair Disk Permissions more frequently if you are power editing for many hours at a time or the application you are working on begins to misbehave.
    Regardless of what application you are using (unless there is a known bug in the application) Repairing Disk Permissions will take care of many problems.
    It is recommended to Repair Disk Permissions before & after installing software or software updates

  • I want to know what is going on with the photo attachments. Since the first 7 upgrade my photo attachments no longer work. Is there something I need to do to make them work?

    Just want to know why my photo attachments for my iPhone and iPad no longer work since the first 7 upgrade. Is it something I'm doing? How do I get them to work?

    Just want to know why my photo attachments for my iPhone and iPad no longer work since the first 7 upgrade. Is it something I'm doing? How do I get them to work?

  • Since upgrading to Aperture 3.3, when I try to sync photos to my iPhone, I'm getting all versions in a stack loading onto my phone, which makes for some ugly pics, as well as taking up nearly double the space.

    Since upgrading to Aperture 3.3, when I try to sync photos to my iPhone, I'm getting all versions in a stack loading onto my phone, which makes for some ugly pics, as well as taking up nearly double the space.

    Could it be the problem lies with iTunes and not Aperture?  iTunes 10.6.3 was released on the same day as Aperture 3.3 --  June 11.
    If someone has a configuration to test an older version of Aperture with iTunes 10.6.3 to see if the problem exists, that could be helpful.

  • Syncing with iPad mini does no longer work since latest update of iTunes

    Syncing with iPad mini does no longer work since latest update of iTunes and iPad mini

    Hi grecokev,
    Thank you for contributing to the Apple Support Communities.
    You mention that your iPod nano is no longer recognized by iTunes after an update. Reinstalling iTunes is a good troubleshooting step, and if the device still doesn't appear in iTunes, try the following steps next:
    Turn off your computer and your iOS device or iPod, then turn them on again.
    Check to make sure that you've installed all required updates for your computer.
    Verify that the 30-pin to USB cable or Lightning Connector to USB cable is free of debris and not damaged. If another cable is available, test with that cable instead.
    USB cables that are bundled with third-party products or accessories might work only to charge those products and might not transmit data. Also, if you're using a third-party case or extended battery pack, try removing the case and connecting the Apple-supplied USB cable directly to your device.
    You can find these steps in this troubleshooting article:
    iPhone, iPad, or iPod not recognized in iTunes for Windows - Apple Support
    If the steps above don't solve it, see the section of the article called "Verify that Apple Mobile Device Support is installed" for some additional steps to try on your PC.
    Best Regards,
    Jeremy

Maybe you are looking for

  • HT203200 Cannot delete the file from the itunes folder

    I cannont delete the file from the itunes folder because it tells me I need permission to do so.  I am the admin person for the laptop plus I have checked my permissions under the security tab in the files properties.  How do I delete this file to st

  • [Libreoffice] Save diagram created in Calc as image

    Hello guys, is there any quick way to export a diagram I created in Calc as an image? I tried to insert it into GIMP but I get the information that there is nothing to paste after I copied it via ctrl+c. Of course I could take a screenshot but with t

  • Modbus demo box website images do not load

    the images on the website http://digital.ni.com/public.nsf/allkb/A9C037C838B​203FA86256A180078BE15 for the question "How do I communicate with the Modbus Demo Box" do not load.  In fact they are pointing to a url which begins with ae.natinst.com whic

  • Installing iPhoto 6 update

    when I try to install my iphoto update below is the message I get. I am the only person on my iBook. How to I fix this, does anyone know? Make sure you have permission to write to /tmp/501/TemporaryItems/com.apple.SoftwareUpdate, then try again.

  • How can I upgrade my iPod Touch 1st gen?

    I've found the purchase it to iOS 3.1 software thing, but I do not understand how it works. I already have the newest iTunes, but when I click on "find updates" it says that 1.1.5 is the newest available. What do I do wrong? Please do not add this li