0

I can't for the life of me get my App to build to my iPad in xcode 4.0.1 using the 'Team Provisioniong Profile' from the xcode organizer 'automatic device provisioning'.

The app buils perfectly to the simulator but when I build to the iPad 4.3.5 it says 'Build Failed - No issues'. Does anyone know what is going on here?

Please let me know what code/info you would need... I can't post an error message cause there is none... Hours of googling and nothing is working..

Thomas

edit: I'm downloading xcode 4.1 right now, does anyone know if that fixes it?

tsdexter
  • 2,911
  • 4
  • 36
  • 59
  • Could it be related to this: http://stackoverflow.com/questions/5363564/xcode-4-build-failed-no-issues (using underscore in project / target name..) – EO2 Oct 11 '11 at 02:19
  • No I am using all one word for targets/project name and the bundle identifier is XXXXXXXXXX.* (with my code from provisioning portal) – tsdexter Oct 11 '11 at 02:22
  • One of the posts suggest to create a new project and setup provisioning for that. If that works fine, you could add code from the other project and keep narrowing down. There where some other suggestions also, apart from underscore. – EO2 Oct 11 '11 at 02:26
  • I've tried just about everyone of them already. Nothing. I'm trying xcode 4.1 right now. – tsdexter Oct 11 '11 at 03:42

1 Answers1

1

Updated xcode to 4.1 and it deploys to iPad now.

tsdexter
  • 2,911
  • 4
  • 36
  • 59