After upgrading the iPhone Version to IOS 13 Beta 2, I started to update my watchOS 6 to beta 2 as well. Unfortunately the update stopped after downloading onto the iPhone with an error Message : Update can not be installed. During the Installation of the new watchOS Version onto the Apple Watch an error occured..( my translation from German ;-) . Any idea what happed and how to get around ?
Search results for
DTiPhoneSimulatorErrorDomain Code 2
158,677 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello, is it possible to develop an app that has the same feature set, but two totally different UIs? I would like to make an iPad app that will more than likely become an iPhone app. I don't want to just copy the code and rebuild it, because later on when I make change to the code I want it to be reflected in both apps. If I make it universal then everything will look squashed when I later build the iPhone version.Essentially I want have two storyboards (iPhone and iPad) and have them Use the same code behind.Thanks,TWOLFF
So I installed beta 2 yesterday and discovered that FaceTime is broken. I did network diagnotics with Little Snitch and allowed the conference daemon but it still didn't work.
We have tested our code on a new iPad Pro with iOS 9.3.1 and the PBO leak is gone (the same code leaks on an iPad Air 2 with iOS 9.1).
Topic:
Graphics & Games
SubTopic:
General
Tags:
Yes ... 1 rendeem code one machine ... not sure why they do this.I had to use 2 code with the same Apple ID on a MacBook Pro and on an iMac ...
Topic:
App & System Services
SubTopic:
Core OS
Tags:
iOS 15.4 beta 5 Mar 2 12:54:05 TestApp(StoreKit)[752] : SKAdNetwork: Error in remote proxy while starting view-through impression: Error Domain=SKANErrorDomain Code=10 (null) Mar 2 12:54:07 TestApp(StoreKit)[752] : SKAdNetwork: Error in remote proxy while ending view-through impression: Error Domain=SKANErrorDomain Code=10 (null) Mar 2 12:54:24 TestApp(StoreKit)[752] : SKAdNetwork: Error in remote proxy while ending view-through impression: Error Domain=SKANErrorDomain Code=4 (null)
Topic:
App & System Services
SubTopic:
StoreKit
Tags:
Looking for a pointer (site URL) that has a simple, clean sample code storing two records (eg, name, id#) from an app using CloudKit; and modify, add records.
Hello Everybody.I've been wondering about something. Why is it that none of the big apps like Twitter and Instagram have updated their apps to watchOS 2, and why aren't they utilizing WatchConnectivity? It seems odd to me that these developers aren't optimizing their user experience, and aren't making an app worth using for the watch. After a bit of experimenting I found that using WatchConnectivity doesn't take much more work than using App Groups for watchOS 1.Are you using WatchConnectivity? If not, why? And would you begin using WatchConnectivity if it was just as easy as using App Groups?Discuss down below.
I am running Xcode on Yosemite and have finished a new version of an app. I want to make an ad hoc distribution for testing as done with previous versions but this is now blocked as I cannot upgrade my appleID - Xcode connection with the now compulsory two factor code. There's no place to type it in. I started with Xcode 6.4 but have since moved to 7.2, but the issue is still there. How far do I have to upgrade (OS and Xcode) in order to be again able to work and distribute?
I have transfered to swift 2 and i can't work out what the error is can you help.var request: SKProductsRequest = SKProductsRequest(productIdentifiers: productID as Set<NSObject>)
I recently create a new app project with a single wiew. In the view there are buttons, labels and a image graphic created with a class. Now I added a new view in the storyboard and linked with a segue in buttons, one for switch to the new view and one to back to first view. The problem I have is that the two views appears identichal to the first view. Only when I move the second view it redraws and look ok with it's controls. But when I add a button or made some change, the view back to appear as the first one. Anyone had this problem?
I'm writing an app building elements consisting of CGPoints. I have 2 buttons: makeRectangle and makeTriangle. For building/drawing stage I use three methods for rectangle and three methods for triangle inside drawRect.I'm stuck with my code in drawRect. In if-else-statement each method swaps the building/drawing scheme for previous element every time a button pressed.If I already have built rectangle and then I click makeTriangle button, I get new triangle but my rectangle turns into triangle with one unconnected point.Is there a workaround or I shouldn't use drawRect method?Here's a code and all the details:http://stackoverflow.com/questions/39855349/make-2-contradictory-methods-work-in-drawrect
Please edit your text properly. It is just impossible to read.Hey guys, so I've made an array called listY1 containing multiple questions, and each array value contains 2 contents, text (String) and correctanswer (bool).I've also made an array called UserPickedAnswer (bool) and a UILabel called questionLabel.So for some reason ther question label Is 1 time before the question text:for example(I set a var MyVar : bool = false.var My2ndVar = 0.var question = [1+1=2, 2+2=22]and the correct answer for the 1 item array is true and the 2nd if false.the UIlabel shows that the question is 1+1=2 when really the question is 2+2=22,so if I answer true then it will be wrong because the UILabel shows1+1=2 but the question is 2+2=22)I know it's confusing but if you understand, please help.And use code formatter (<>) for the code.Make sure you show the code where you set UILabel
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Is there any way to animate the WKGroup and any other Element of Watch OS 2 . Also is there any API for touch gesture in Watch kit ?
Documentation of DocumentGroup says: Your app can support multiple document types by adding additional document group scenes: The example has an editor and a viewer, but I need to have two editors. Creating two different DocumentGroup elements seems to work, but then there's only one New Document menu item, which targets the first DocumentGroup. Is there a way to allow the user to choose which document type to create?