IPhone with iOS 5.1 not detected with Xcode 4.2

My Xcode 4.2 does not detect an iPhone with iOS 5.1. I have MAC OS X 10.6.7 installed, with Xcode 4.2 and iPhone with 5.1

If I create an application for iOS 5.0, it works, but not 5.1.

I want to send my application to the appstore today, will it be accepted?

And how to run the application on 5.1 devices?

Please, help

The following is the configuration of my device:

Developer Information:

Version: 4.2 (4C199) Gender: Male Applications: Xcode: 4.2 (828) Tools: 4.2 (4233) Dashcode: 3.0.2 (336) SDKs: Mac OS X: 10.6: (10K549) iPhone OS: 5 , 0: (9A334) iPhone Simulator: 3.2: (7W367a) 4.0: (8A400) 4.1: (8B117) 4.2: (8C134) 4.3: (8F192) 5.0: (9A334)

+5
source share
7 answers

Xcode 4.3.1 iOS 5.1. Xcode OS 10.6 - Xcode 4.2, iOS 5 ( , ).

Mac OS 10.7 Xcode 4.3, iOS 5.1. SDK 5.0 , iOS 5.1.

, Xcode, SDK/Xcode 5.1.

+8

iOS (5.1) xcode, ios5.1. xcode4.2, 10.7.

iOS sdk 5.1 xcode 4.2, Mac OS X 10.6.x.

xcode ( xcode_4.3.1_for_lion.dmg, , )

(Application- > Utilities- > Termial) :

sudo cp -R /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/
sudo cp -R /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/
sudo cp -R /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/5.1\ \(9B176\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/
sudo rm -f /Developer/Platforms/iPhoneOS.platform/DeviceSupport/Latest
cd /Developer/Platforms/iPhoneOS.platform/DeviceSupport/
sudo ln -s ./5.1\ \(9B176\) ./Latest

xcode .

+3

iPhone/iPad 5.1, XCode Mac OS. , :

testflightapp.com, testflightapp.com, .

, Mac OS 10.7 Xcode 4.3 . / .

+1


xcode 3.2.5 iOS 5.1!!!! * xcode 4.2 * , . , xcode 3.2.5

0

prajul . 5.1 xcode 3.2.5, . , xcode4.2, os 5.1. ipad ios 5.1.1.

0

These steps may only be useful to people with access to XCode4.2and XCode 4.3for both. It was easy for us, since we have iMac with XCode 4.3MBP withSnowLeopard - XCode 4.2

  • XCode 4.3, profiles of synchronization settings from Organizer- Add Device to Provisioning Portal
  • XCode 4.3launch the application on the device
  • Unplug your device with iOS 5.1and connect toXCode 4.2
0
source

All Articles