I have a iPad 2 device with iOS version 5.0.1. I'm using Xcode 4.2 (for Snow Leopard). I've built my application with a deployment target for iOS 4.0 & the Base SDK is iOS 5.0.
The application is building successfully, but it is showing "Finished running on " agter building successfully. But there is nothing installed in the device.
Is there anyone who can help me to get out of this issue ???
Any help is greatly appreciated...!!!!!!
Thanks in advance.
Go to your info.plist and delete the Required device capabilities and reinstall the application
Related
HI i am new in iPhone i have tried to build application on xcode4.2 and i have iPad with os 5.0
but when i start application to run i got following message
Xcode cannot run using the selected device.
No provisioned iOS devices are available with a compatible iOS version. Connect an iOS device with a recent enough version of iOS to run your application or choose an iOS simulator as the destination.
can anybody help me how to solve this problem i have tried so much but could not find any solution from googling also
In your project's Build Settings, ensure that the deployment target is set to "iOS 5.0"
I have updated my iPhone's OS to iOS version 4.2.1. After updating the iOS, the device is visible both in the organizer and in the xCode, if I connect. When I build and run an application in the device, the build gets succeeded and says completed running in the device. But, the application will not run in device. I am using xCode version 4.2. Thank you in advance.
Using Xcode 4.2, I created an app with deployment target set as 3.2. I was able to install the app on an iPad with iOS5. But when I tried to install the app in iPhone 3G with iOS4.2, it is not installing properly.It shows "Build Succeed" and immediately shows "finished running in iPhone", but not getting installed. It is working fine in all simulators. I tried installing the file by creating app.ipa file, and dragging it to iTunes, but it is showing that it is not compatible with the iPhone. Does anyone have any ideas on how to help, or test this situation properly? Thanks a lot!
deployment target as 3.2 is iPad. I could not recall any iPhone OS version as 3.2 . It was 3.1.3 later on it was 4.0(iPhone) release with 3.2 (iPad).
I'm sure if you set your deployment target as 4.0, it will work.
best of luck..!!
Up until today, I have been able to test my app on my CDMA iPhone, running 4.2.10. I am building against the 4.3 SDK, with a deployment target of 4.0.
After restarting my phone today, Xcode will no longer allow me to test the app on my phone, with this message in the Organizer window: "The version of iOS on "iPhone" does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed, or update to the latest version of the iOS SDK"
Unfortunately there are some bugs with location services in the simulator, so I can't use that for testing either.
Can I even install the 4.2 SDK in Xcode 4? Is anyone else having this problem, or (hopefully) does anyone know how to fix it? Thanks for any help!
If you install xcode 4 it will actually gather the build chain from your phone and use it for compiling. You can see this in the organizer window (Window->Organizer?).
You know I had that same issue i found that I had to download the latest xcode and reinstall because for some reason the ios that came with xcode knew how to build on my phone. Sorry man.
HI...i have the Xcodes of 3.1.3 and 3.2.2 and 4.0 on my mac. i developed an application with project format - Xcode 3.1 compatible... my device's OS is 3.1.2 its .. when i tried to install the app, iTunes is showing the above message. please tell me where would be the problem.
Thank in advance
i set the iPhone OS Deployment Target to iPhone 3.0 in project settings
its worked fine..
Thank u