0

Probably I missed something, but I can't sync any apps. What I did:

  • installed latest xcode+iPhone sdk 4.2
  • installed latest iTunes for Windows (10.5.1.4)
  • set up deploy target to 3.0 and current SDK to iOS SDK 5.0
  • armv7 as base architecture, armv6, armv7 as available
  • "build architecture only" unchecked

When I'm syncing with iTunes iPod 2nd gen with iOS 4.2.1 I have unknown error 0xE8003FFE. I tried with and without entitlements enabled. Everything works ok on iPhone 4 with iOS 5.0

Have I missed something with iCloud or some xcode settings?

Cœur
  • 37,241
  • 25
  • 195
  • 267
vklymenko
  • 23
  • 1
  • 4

2 Answers2

2

Did you find this one? How to build for armv6 and armv7 architectures with iOS 5

I have just had the same issue (same error with armv7, on older devices only). Adding armv6 finally did do the trick. Follow the link to detailed instructions.

Community
  • 1
  • 1
Hermann Klecker
  • 14,039
  • 5
  • 48
  • 71
0

Have you already tried resetting your iPod? If it doesn't work, try restoring from backup. But before you do I recommend that you backup your iPod.

halfer
  • 19,824
  • 17
  • 99
  • 186
Aniruddh
  • 7,648
  • 1
  • 26
  • 43
  • hi, yeap, tried : ( reset to default, reinstalling iOS, totally removed everything from ipod (device is just for testing) – vklymenko Nov 01 '11 at 15:07
  • Can you go to Settings>General>Restrictions and see if installing apps is Switched on? – Aniruddh Nov 01 '11 at 17:34
  • 1
    ok, this fixed: http://stackoverflow.com/questions/7488657/how-to-build-for-armv6-and-armv7-architectures-with-ios-5 – vklymenko Nov 01 '11 at 21:19