Yesterday, I updated the iPhone to iOS 9, and watch to OS2 fine. Today, I downgraded to iOS 8 because the phone was too glitchy. After realizing the iPhone won't work with the apple watch since WatchOS 2 and iOS 9 aren't compatable, I updated back to iOS 9. Now my watch just stays on the apple loop, and if I get through to the pairing screen, my iPhone will not see it (manually or through the camera). Any advice?
Search results for
DTiPhoneSimulatorErrorDomain Code 2
158,636 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I tried to downgrade because i have to send my iphone off to Apple due to a fauty screen, but it fails half way through teh usuaul process. It say the phone failed to restore and then tries to download 8.3 again (even though i've jut told it to instal that a few minutes beofre hand). From previous betas this hasnt been a problem. UPS are due in 1/2 hour to pick up the phone so this is a bit of a problem!Legally speking I fail to see how Apple can void a legal gaurantee for a hardware defect because i put an authorised developer release on via a dev account etc on, but I really dont want them to have to recieve a phone with a dev release on and then refuse it!W
Topic:
App & System Services
SubTopic:
Core OS
Tags:
ive got the same problem, when reciving a message it will show above the clock face after raiseing wirst but no reply button.. reply button only shows in the messages app, well for me anyway.. i also cant get message to send as a SMS either so i think its best to report the bug to apple and wait for Watch OS 2 Beta 2.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
They showed simple enum type names printing properly during the What's New In Swift session that can be streamed from WWDC.In Swift 2 / Xcode 7 beta, it seems that enums imported from ObjC still have issues, and only simple Swift enum types are printable.let strX = this is (NSRoundingMode.RoundPlain) // this is C.NSRoundingMode enum TestBasicEnum { case Option1 case Option2 } let strY = this is (TestBasicEnum.Option1) // this is TestEnum.Option1 enum TestRawEnum: String { case Option1 = text1 case Option2 = text2 } let strW = this is (TestRawEnum.Option1) // this is TestEnum.Option1 enum TestRichEnum { case Option1 (String) case Option2 (String) } let opt = TestRichEnum.Option1(text) let strZ = this is (opt) // this is TestRichEnum
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Hi,I try to use NSURLSession with HTTPAdditionalHeaderMy code setting headers in requestlet URL = NSURL(string: (hostName)(uri))! let request = NSMutableURLRequest(URL: URL) request.HTTPMethod = method request.HTTPBody = NSJSONSerialization.dataWithJSONObject(params, options: nil, error: nil) request.setValue(application/vnd.myapp.v2, forHTTPHeaderField: Accept) request.setValue(application/json, forHTTPHeaderField: Content-Type) request.setValue(gzip, forHTTPHeaderField: Content-Encoding)And with POST request it's produce this on my server :Parameters: {email=>me@email.com, password=>[FILTERED], subdomain=>api, session=>{email=>me@email.com, password=>[FILTERED]}}With NSURLSession, setting headers with HTTPAdditionalHeaders of NSURLSessionConfigurationvar headers = [ Accept: application/vnd.myapp.v2, Content-Type: application/json, Content-Encoding: gzip, ] let request = NSMutableURLRequest(URL: NSURL(string: (hostName)(uri))!) request.HTTPMethod = method request.HTTPBody = NSJSONS
the special cover icons only work in the newsstand folder. Now, with the newsstand folder gone the regular square app icon of the app is shown and you can't change it from the code.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Yes.A central focus of Metal is to dramatically reduce the CPU cost of common operations. However, it is still quite possible for wasteful code to blow out the CPU cost and end up running slowly and eating up a bunch of battery life. That is, even though the CPU and GPU can run concurrently, your GPU frames can't cycle any faster than the CPU workload required to encode / enqueue them. Thus, quite a lot of making Metal go fast can be making sure that your CPU workload isn't consuming all your time. For me, the CPU cost is usually around 10% or less of the GPU time in well behaved code. If you are running more than that, then you may need to spend some time finding out why.Most of the time, it comes down to object reuse. It is maybe the key way to improve Metal performance. Much of Metal is designed around the assumption that you will allocate expensive resources (textures, buffers, shaders, queues) up front and then reuse them. As an application writer, this is fairly simple, since you shoul
Topic:
Graphics & Games
SubTopic:
General
Tags:
I had Java 8 installed from Oracle under Yosemite and upgraded to El Capitan. If you haven't had it installed, you may try installing it first (be aware, though, that Oracle now ships it with adware, so you may want to look for instructions on how to install it without adware, first (IIRC the trick was downloading the .tar.gz file instead of the dmg file, but better look it up if you need it)).Now this worked for me:1) boot from the Recovery Parition (hold down Cmd+R while booting)2) use Disk Utility to mount the El Capitan system partition3) use Terminal.app to create two folders:mkdir -p /Volumes/[Name of volume]/System/Library/Java/JavaVirtualMachines/1.6.0.jdkmkdir -p /Volumes/[Name of volume]/System/Library/Java/Support/Deploy.bundle4) Unmount the volume (just to be sure)umount /Volumes/[Name of volume]5) Reboot and now Illustrator CS3 works as it did under Yosemite
Topic:
App & System Services
SubTopic:
Core OS
Tags:
anyone else finding the wether on watchOS 2 to be incredibly useless in the first beta? says I'm currently located in the southern atlantic ocean and weather app gives no weather information what so ever
Step 1: Contact a lawyer and have the lawyer initiate legal action.Step 2: Take judge's decision to Apple.Otherwise, you're expecting Apple to figure out whether you or the publisher are the legal owner of the application.P.S. You'll never guess the seven letter word beginning with l ending in t that shows up as ******** when typed into a response.
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags:
I have same issue. Also with iPad Air 2. It is charging very slowly and gets warm.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hello! I have searched around the web for finding a solution to the Java SE 6 Runtime that cannot be installed and doesn't allow apps to work as suppose. So while searching the web I found different articles about uninstalling it and deleting the newer version...ect. Nothing worked so I thought what if you go the opposite way instead of deleting it you make your apps think that your Java SE 8u45 is your Java SE 6. Well this article finally helped me http://stackoverflow.com/questions/19563766/eclipse-kepler-for-os-x-mavericks-request-java-se-6/19594116#19594116You will have to change the code and add your version of Java and dont forget to log out and back on!!!HOPE THIS HELPS!!!
In the first Beta for WatchOS 2 the only setting for temperatures is Fahrenheit. There is no way to change it to Celsius and it doesn't take into account your regional settings.
Hello,I am writing a simple app to play an H264 video stream (received over the network) using AVSampleBufferDisplayLayer.After random amount of time, my AVSampleBufferDisplayLayer instance changes its status to AVQueuedSampleBufferRenderingStatusFailed and the error is2015-06-10 10:20:48.235 H264Player[2095:951683] Error Domain=AVFoundationErrorDomain Code=-11847 Operation Interrupted UserInfo=0x156a5390 {NSLocalizedRecoverySuggestion=Stop other operations and try again., NSUnderlyingError=0x16d783b0 The operation couldn’t be completed. (OSStatus error -12084.), NSLocalizedDescription=Operation Interrupted}According to AVFoundation error codes (found here : https://developer.apple.com/library/prerelease/ios/documentation/AVFoundation/Reference/AVFoundation_ErrorConstants/index.html#//apple_ref/doc/constant_group/Error_Codes)The error is related to an AVAssetWriter, AVAssetReader or AVAssetExportSession.My app does not do any use of those classes.I am loking for any idea how to resolve this
Maybe pairing with iOS 8.4 Beta is possible? i also want to downgrade my iPhone 6 from iOS 9 to 8, but my Watch is on watchOS 2 :-(
Topic:
App & System Services
SubTopic:
Core OS
Tags: