.ipa failed

28,730 results found

Post not yet marked as solved
0 Replies
3.8k Views
There are a couple error messages that developers have seen when using the iOS Simulator. We can certainly do better to make these error messages less cryptic in future releases, but for now, hopefully this post will help you out. Note that this information (likely a more condensed form of it since I am quite verbose here) should appear in Xcode release notes.1) Unable to boot the iOS SimulatorThis error message will appear in iOS Simulator, and if hitting Build&Run from Xcode, you will likely get an (Domain = DTiPhoneSimulatorErrorDomain, Code = 2) error there as well. With iOS 7 and later, the simulator runtime gained its own bootstrap server (launchd_sim) rather than relying on the host's launchd. In Xcode 6.0 and 6.1, this error message is only displayed in the event that launchd_sim crashes upon launch before the simulator can checkin with it. The only known cause of this issue is from the installation of 3rd party software which alters the behavior of OS X in unsupported ways by setting DYLD_INSERT_
Posted
by
DTS Engineer
Post not yet marked as solved
5 Replies
2.2k Views
I am working on a project with Swift and Storyboards. It's a conversion project from a traditional IB and Objective-C project. I am having an issue with a UITableView instantiating when the view is loaded. Let me explain.The project is a navigation project. Here is an overview of the Storyboard.The Storyboard's first viewController is HomeViewController and is a landing page that displays general info. The next VC is called FeedViewController shows a number of RSS feeds. You can see an expanded screen shot of the NavigationController, HomeViewController and FeedViewController in the picture below.My problem is that I can't get the tableView to Instantiate. I first checked to make sure that my tableView was connected as an outlet and that the dataSource and delegate properties were connected. You can see this in the pic below.In my FeedViewController class I have an Outler property called feedsTableView. You can see the declaration in the code below.class FeedViewController: UIViewController, UITableViewDataSo
Posted
by
Post not yet marked as solved
3 Replies
Developer betas are what I was referring to, but I failed to make that clear in my question.
Post not yet marked as solved
0 Replies
1.6k Views
Hello,Downloading the iOS 9 beta seems to have broken all of our NSURLConnection callsthis is the error we get CFNetwork SSLHandshake failed (-9824)NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)this is working fine with IOS 8.3We also have a test site that is not HTTPS simply HTTP for internal testing and it gives the error:Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.can the developers comment on these? Anyone else seeing this?
Posted
by
Post not yet marked as solved
5 Replies
4.3k Views
This is odd something wrong now trying to connect to my servers. They use SSL did something change there with NSURLSession?NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9801)I'm trying to run my IOS App under the simulator..
Posted
by
Post marked as solved
14 Replies
13k Views
Recompiled my App with Xcode 7 Beta1:I am using AFNetworking and every connection seems to fail (device and simulator):CFNetwork SSLHandshake failed (-9824)NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)… any suggestions?Steven
Posted
by
Post not yet marked as solved
3 Replies
2.1k Views
I received an error message when trying to install OS X El Capitan. It's stated that my Macintosh HD was encrypting data. Therefore I could not install it. Are there any solutions to this issue?Thanks,Ken
Posted
by
Post not yet marked as solved
14 Replies
15k Views
Ld /Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator/ExampleApp.app/ExampleApp normal i386 cd /Users/nathan/Desktop/Xcode App/ExampleApp1/ExampleApp export IPHONEOS_DEPLOYMENT_TARGET=9.0 export PATH=/Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator -F/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator -f
Posted
by
Post not yet marked as solved
1 Replies
359 Views
DELETEDI reported an issue assuming I had upgraded to Watch OS 2 Beta. It turns out the install might have failed and I was actually still on the original OS.
Posted
by
Post marked as Apple Recommended
282k Views
When I try to start an URL Request to my website from watchOS 2 the request fail and i get this message :Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.what can i do ? All i've found in the doc is :App Transport SecurityApp Transport Security (ATS) lets an app add a declaration to its Info.plist file that specifies the domains with which it needs secure communication. ATS prevents accidental disclosure, provides secure default behavior, and is easy to adopt. You should adopt ATS as soon as possible, regardless of whether you’re creating a new app or updating an existing one.If you’re developing a new app, you should use HTTPS exclusively. If you have an existing app, you should use HTTPS as much as you can right now, and create a plan for migrating the rest of your app as soon as possible.But nothing about the name of the key in Info.plist..
Posted
by
Post not yet marked as solved
14 Replies
Ld /Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator/ExampleApp.app/ExampleApp normal i386 cd /Users/nathan/Desktop/Xcode App/ExampleApp1/ExampleApp export IPHONEOS_DEPLOYMENT_TARGET=9.0 export PATH=/Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator -F/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator -f
Post not yet marked as solved
15 Replies
Having the exact same issue in Canada. Can't make a call on Rogers, App Store also failing.
Post marked as solved
4 Replies
953 Views
I have the Watch 2 Beta 1 profile installed on both my iPhone and Apple Watch. I downloaded the update through the Apple Watch app, but when it goes to install it says it failed to install. Both the watch and iPhone are fully charged and plugged in, and both have been restarted. Any ideas?
Posted
by
Post not yet marked as solved
17 Replies
Replied In can't download
I would guess thay means that your *primary* email address is still failing verification. Try to re-verify it. Do you see an error message? If so, then you may have that email address associated with another Apple ID - perhaps with an Apple ID that is the same as that email address. In that case you'd need to log into that Apple ID, delete the primary email for it, and provide a new, different email address to verify it with.
Post marked as solved
1 Replies
1.8k Views
I'm receving a Verification Failed: An unknown error occured when attempting to add a credit card to my Watch 2.0 watch via the Apple Watch iOS app. I have two-step verification enabled for my account, so I tried to create an app specific password. Using the app specific password produced the same error.
Posted
by
csj