Search results for

DTiPhoneSimulatorErrorDomain Code 2

158,677 results found

Post

Replies

Boosts

Views

Activity

Problems to Install Beta 2
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 ?
0
0
389
Jun ’19
Same App with two UIs (iPhone and iPad Version)
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
2
0
1.3k
Aug ’17
Reply to SKAdImpression unknown 500 error
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:
Mar ’22
WatchConnectivity and watchOS 2
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.
0
0
383
Apr ’16
How can I verify archive with two factor authentication?
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?
0
0
936
Mar ’19
Xcode 7.1 beta 2 (7B75) shows two view as if there is the same
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?
1
0
238
Oct ’15
Make 2 contradictory methods work in drawRect
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
1
0
235
Oct ’16
Reply to Problems with randomised array items
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:
Dec ’18
Two document types in SwiftUI?
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?
2
0
1.5k
Mar ’22