iTunes Sync: 'Midhun' failed to install - ios

I'm developing an iOS application, for testing it I bought an iPod touch. But when I connected the device to my Mac. Xcode doesn't detect the device. When I tried to install ipa using iTunes it shows an error alert which says:
"iTunes Sync: 'Midhun' failed to install"
Details:
Mac
Mac OS X 10.7.4
Xcode
Xcode Version 4.6.2 with iOS 6.1
iTunes
iTunes 11.0.2
iPod Touch
Version 6.1.2
I searched this issue and got some similar issues like
SO 1 and SO 2. But I tried every solution specified on those questions but couldn't solved my issue. Also several answers are like "delete the Entitlement.plist". But I'm not using Entitlement.plist.
Please help, thanks in advance.

I finally got the issue. I didn't clicked the "Use for Development" option.
That's why the ipa was failed to install on that device, even though the device Id is added to the provisioning profile.

Related

Failed to install .ipa file on IOS device

I'm trying to install .ipa release of my flutter project on a physical IOS device but as I'm not fully familiar with IOS there were some problems moving the file from mac to iphone and install it. finally I used installonair.com ,but when I try to open it the following error comes up:
"This app cannot be installed because its integrity could not be verified."
Screenshot of error
I tried going to Settings -> General -> Profiles and it says "No profiles are currently installed."
I would appreciate any help to resolve this issue or other ways of installing .ipa file on IOS devices.
Why use over-the-air installs for your own devices in the first place? If you're using an iOS device you physically have with you, installing to it is as simple as plugging it into your Mac and running the app from Xcode. Alternatively, try the flutter run command.
If you want to install to a device you can't do these steps for and must use over-the-air (for example, when installing to a cloud device, or to your friends/colleagues/clients), make sure its UDID is added at https://developer.apple.com/account/resources/devices/ (I'm pretty sure you'll need a Paid Apple Developer account for that.), then re-build/re-sign.

Crashlytics fail to install application build on some of the testers' devices using IOS 11.4.1

Tester who are using IOS 11.4.1 are unable to run the test builds on their devices, This didn't happen before, after installing the build from beta app this happens
download problem detected :(
But the application installs on my Device which is also using IOS 11.4.1.
These are the steps i tried for fixing this issue:
1) I checked all the UDIDs (all of the UDIDs were in provisioning profile already)
2) Removed XCode cache, made new build but still same issue
3) Updated the crashlytics to latest version
4) deleted provisioning certificate from apple website and made a new one.
basically followed these Questions but wasn't able to fix thisCrashlytics with iOS 9 Unable to Download App.
Beta from Crashlytics fail to install build on testers' devices
Try using old version of crashlytics, Maybe it works

Can't submit ios app for review after installing osx security update

I installed the latest osx security update (https://support.apple.com/en-ca/HT207130) and tried to archive an update for my ios app. The archive was successful. However, after uploading the build to itunes connect with the Application loader, I received the following email :
When trying to submit my app for review I got this other error message :
I am clearly not running any beta build of macos or xcode. Here is my setup : OSX El Capitan 10.11.6, Xcode 7.3 (7D175)
Any one having the same issue? How did you get around this?
Since there have been many errors at iTunes Connect which Apple still can't solve on macOS Sierra (10.12) when uploading archives(build) of our applications,
You must use Xcode 8 no matter what on macOS Sierra
These are common errors that is happening when we upload our archive from Xcode 7.3.1 on macOS Sierra (10.12)
ERROR ITMS - 90163 (No.App bundle found)
Now your problem
Changing the build version or Xcode version from info.plist doesn't seen to worked. Believe me, I have tried many alternative hacking ways. Finally I gave up. Instead install Xcode 8 and Xcode 7.3.1 parallel on my mac because I am not ready for migration.
Archive your build from Xcode 7.3.1 and export it's ipa from App Store Release. Then, use Application Loader of Xcode 8 to upload your build to App Store.
Hope this help.
From this thread, try this:
I was able to submit without warnings or errors by digging into the
.xcarchive and modifying the info.plist of the app.
Change the key
<key>BuildMachineOSBuild</key>
<string>15G1004</string>
to the value for the original 10.11.6
<key>BuildMachineOSBuild</key>
<string>15G31</string>
Then export the IPA or submit to the app store as usual.
I didn't test so it could not fix your problem.
From this same thread, this seems to be a recurrent issue when Security Updates are released.
If #marco-santarossa's method does not work, you can wait for Apple to update iTunes Connect so that they accept the new OS build version, or contact support hoping they can speed this up.
I did and after a few hours the same build I had uploaded was submitted for review.

"Install prohibited" when trying to install ad hoc .ipa file

I have the following problem - I am trying to install ad hoc .ipa file on my iPad 2, model MC979HC/A with iOS version 6.1.3. But when I try to install the app via iPhone Configuration Utility or iTunes it says: "An unknown error message 'Install Prohibited', was received from the device."
My app was created by using Xcode 4.6.1. I installed the same app on iPad 2 with iOS version 6.0.
What is the problem, because I can't find any solution on the internet? I guess it can be something with the version of Xcode and iOS. I also have to mention that in my iPad 2 General Settings, Restrictions are disabled. But if I enable the restrictions, the option "INSTALLING APPS" is set to OFF and it is not active, so I can't really change it. How to activate this option?
You may have already installed with other app in your iphone with same Provisioning profile. Please uninstall the app with same provisioning profile which you installed previously and install again a clean build.

Xcode cannot find the software image to install this version but BUILD SUCCEEDED

I am trying to deploy my app on an iPod Touch (2nd generation) which has iOS 4.2.1.
Below are the development details:
XCode Version: 4.2.1 (4D502)
iOS SDK: 5.0: (9A334)
Deployment Target: 4.0
I installed the provision profile successfully using XCode. But, in the Devices tab in Organizer Window, it shows the following error:
Xcode cannot find the software image to install this version.
My device is listed in the top left corner of the project window. When I Run my app with my device selected, it shows 'Build Succeeded'. But the app isn't installed on my device!!!
I think there is some mismatch between Xcode version and iOS version on my device.
Please help me in this case as this is driving me nuts.
Don't fret. Xcode usually stores the Firmware files for your iDevice in a local folder for developer purposes(See if it is a device issue, etc). What it is saying is that the 4.2.1 Firmware is not in Xcode's folder. It is not an issue.

Resources