Search results for

“DTiPhoneSimulatorErrorDomain Code 2”

162,370 results found

Post

Replies

Boosts

Views

Activity

Reply to Does Swift Playgrounds for iPad exist?
From the iOS 10 b2 Release Notes:Swift Playgrounds Swift Playgrounds is a brand new app designed to help people learn to code with Swift 3. It offers downloadable content, including Learn to Code Part 1—which teaches the fundamentals of coding in Swift—and additional challenges you can explore. You can also experiment on your own by creating playgrounds based on the templates, create a blank playground, or open playgrounds created in Xcode.Swift Playgrounds is included with iOS 10 beta 2 and up.Swift Playgrounds beta 2 contains Learn to Code Part 1. Learn to Code Part 2 is coming in later releases.Connect to Wi-Fi to download the Learn to Code and Challenge content. Cellular downloads are not supported.
Jul ’16
iPad Air 2 A1566- iOS 9 beta 2 - blue screen
I've tried several times.First was OTA from iOS 9 beta 1 to beta 2, failed.Then I installed the iOS 9 beta 2 firmware from iTunes, failed.Restored to iOS 8.3, then installed the iOS 9 beta 2 firmware - finishes the firmware update, reboots - blue screen (infinite reboot).Restored to iOS 8.3, then to iOS 8.4 beta 4, then installed the iOS 9 beta 2 firmware - it just hangs at the end of the firmware update.I used DFU mode to restore back each time it failed.
2
0
789
Jun ’15
Combine two applications in to the new one
My company has customers in different cities. The company has developed two the same B2B applications (one application per city).There was some reason to do that, but now we need to combine them in to the new application and after that we will remove old applications. The applications too old and source code was lost. Is it possible to upload two empty applications that contains only link to download new application and some text that we have developed new app? Any other ideas to achieve that?
0
0
194
Dec ’15
Sonama Beta 2
Sonoma Beta 2 isn't showing up in my updates its says up to date. Also when I try to turn the beta profile off it doesn't do anything it just stays in beta profile and checks for an update again. Has anyone else encountered this?
1
0
824
Jun ’23
Issue installing apps with watchOS 2 beta 2
I have trying to install apps after I have upgraded both my iPhone 6 and my Apple Watch.It is taking too long, so I left them syncing overnight. Some apps were installed successfully, some are stuck in installing status.I tried force reboot both devices, the installing is still stuck.alerts keeps poping up:Message out of order in ARFile against Pepper CompanionSync|1.0, attach all logsorMessage out of order in LocAFile against Pepper CompanionSync|1.0, attach all logsI have also checked the release note to find out if this is an known issue.the release notes read:File TransfersKnown IssueFile transfers fail from Watch to iPhone.Workaround: Uninstall and reinstall the Watch appHow do we uninstall the Watch app? Isn't it part of the iOS 9 system? Does that mean restore the phone using official iOS 9 beta 2 firmware?Please help us resolve this issue?
2
0
737
Jun ’15
Reply to Problem when using "if" statement in SwiftUI
the following code fails to compileYou should better show the error message, and more details to reproduce the issue.As you found, a slight change make your code compile successfully, so some this-code-compiles examples would not solve your problem.As far as I tried, this code compiles. var body: some View { VStack(alignment: .leading) { ForEach(0 ..< self.halfNumber) { index in BookItemGroupHorizontal(items: [self.items[index * 2], self.items[index * 2 + 1]] as [BudgetBook]) } if items.count % 2 == 1 { Text(it) } } }But I do not know what's happening inside the Swift compiler and cannot be sure if this solves your issue or not.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
May ’20
Two-Finger DragGesture()
Hi everyone!How can one configure the DragGesture() to fire on two finger input instead of just one. In UIKit this was easily possilbe by setting the minimumNumberOfTouches and maximumNumberOfTouches properties on UIPanGestureRecoginzerThanks in advance!Max
1
0
2k
Apr ’20
Will 2 environmentObject work?
Ive read posts where you can pass 2 .environmentObject() but what i noticed is that if i call object1.objectWillChange.send() , object2 also is affected is this normal? or supposedly only published properties of object1 only gets affected? discussion quwstion. thoughts?
1
0
440
Dec ’22
How to use dataWithRequest in Swift 2?
let session = NSURLSession.sharedSession() if let url = NSURL(string: someURL) { let request = NSMutableURLRequest(URL: url) let task = session.dataTaskWithRequest(request) { (data, response, error) in if data != nil { print(NSString(data: data, encoding: NSUTF8StringEncoding)) } } task?.resume() }This one works fine on Swift 1.2 ( with println and task.resume() ) and I was able to get the data as I expected.But, when I run this code on Swift 2 (Xcode 7) I got rejected from the server. What is the correct way to implement this in Swift 2.0?
2
0
1.9k
Jun ’15
NSOutlineView with 2 columns
Hi, ALL,I am developing an application and I need to create NSOutlineView. I need it to look like the List Control (not a Tree Control). I need the control to not to have the column header. I also need the control to have 2 columns as follows:Second column will have a constant width (lets say 100 - this is not the actual width). It will be permanent for all rows in control.First column (the leftmost one) will have a width of (view_width - width_of_second_column).First column will contain the strings of the different width. The second column will contain the checkbox with the labelThere will be no horizontal scrollbar visible - the strings will be short enough to fit in the column.And as I said before - the control will not have a column header.Is creating such control with such layout possible?My understanding is that I can do something like this:[m_OutlineView setColumnAutoresizingStyle:NSTableViewSequentialColumnAutoresizingStyle];[column resizingMask:NSTableColumnAutoresizingMask];[m_OutlineView s
Topic: UI Frameworks SubTopic: AppKit Tags:
1
0
685
Jun ’20
Programmatically determining if my user using Two Step, Two Factor or none
I want to help users enroll into Two Step / Two Factor authentication for iCloud in order to best secure their data.The tool I'm building is a privacy-helper tool that walks users through the nessary steps of achieving better security, and answers questions they may have along the way.To help with this workflow, I want to take my iCloud/ CloudKit app and determine what (if any) actions need to be taken. The only properties I need are:enum:isTwoStepisTwoFactornoneNo other personal information is needed other than that enum. Is this possible, or how can I request this to be a feature?
2
0
431
Apr ’17
Reply to Does Swift Playgrounds for iPad exist?
From the iOS 10 b2 Release Notes:Swift Playgrounds Swift Playgrounds is a brand new app designed to help people learn to code with Swift 3. It offers downloadable content, including Learn to Code Part 1—which teaches the fundamentals of coding in Swift—and additional challenges you can explore. You can also experiment on your own by creating playgrounds based on the templates, create a blank playground, or open playgrounds created in Xcode.Swift Playgrounds is included with iOS 10 beta 2 and up.Swift Playgrounds beta 2 contains Learn to Code Part 1. Learn to Code Part 2 is coming in later releases.Connect to Wi-Fi to download the Learn to Code and Challenge content. Cellular downloads are not supported.
Replies
Boosts
Views
Activity
Jul ’16
WatchKit 2 BatteryLevel?
Hey folks,is there any possibility to access the battery level and state in WatchOS 2 like in iOS?I mean apple use something to show us the level in their widget in iOS 9Any ideas?ThanksFlorian
Replies
3
Boosts
0
Views
295
Activity
Oct ’15
iPad Air 2 A1566- iOS 9 beta 2 - blue screen
I've tried several times.First was OTA from iOS 9 beta 1 to beta 2, failed.Then I installed the iOS 9 beta 2 firmware from iTunes, failed.Restored to iOS 8.3, then installed the iOS 9 beta 2 firmware - finishes the firmware update, reboots - blue screen (infinite reboot).Restored to iOS 8.3, then to iOS 8.4 beta 4, then installed the iOS 9 beta 2 firmware - it just hangs at the end of the firmware update.I used DFU mode to restore back each time it failed.
Replies
2
Boosts
0
Views
789
Activity
Jun ’15
2 Location managers
Can an app have 2 different location managers,So for example a location based SDK and location in the app will they conflict with each other. The SDK will collect behavioural location data and the app is a navigation system.Thanks in advance
Replies
2
Boosts
0
Views
996
Activity
Mar ’19
Magic Mouse 2
My apple magic mouse 2 stop scrolling all of sudden and all attempts to fix it seems not yielding and fruitful result.. I'm on MacOS Monterey.
Replies
1
Boosts
0
Views
435
Activity
Apr ’22
Combine two applications in to the new one
My company has customers in different cities. The company has developed two the same B2B applications (one application per city).There was some reason to do that, but now we need to combine them in to the new application and after that we will remove old applications. The applications too old and source code was lost. Is it possible to upload two empty applications that contains only link to download new application and some text that we have developed new app? Any other ideas to achieve that?
Replies
0
Boosts
0
Views
194
Activity
Dec ’15
Sonama Beta 2
Sonoma Beta 2 isn't showing up in my updates its says up to date. Also when I try to turn the beta profile off it doesn't do anything it just stays in beta profile and checks for an update again. Has anyone else encountered this?
Replies
1
Boosts
0
Views
824
Activity
Jun ’23
Issue installing apps with watchOS 2 beta 2
I have trying to install apps after I have upgraded both my iPhone 6 and my Apple Watch.It is taking too long, so I left them syncing overnight. Some apps were installed successfully, some are stuck in installing status.I tried force reboot both devices, the installing is still stuck.alerts keeps poping up:Message out of order in ARFile against Pepper CompanionSync|1.0, attach all logsorMessage out of order in LocAFile against Pepper CompanionSync|1.0, attach all logsI have also checked the release note to find out if this is an known issue.the release notes read:File TransfersKnown IssueFile transfers fail from Watch to iPhone.Workaround: Uninstall and reinstall the Watch appHow do we uninstall the Watch app? Isn't it part of the iOS 9 system? Does that mean restore the phone using official iOS 9 beta 2 firmware?Please help us resolve this issue?
Replies
2
Boosts
0
Views
737
Activity
Jun ’15
Reply to Problem when using "if" statement in SwiftUI
the following code fails to compileYou should better show the error message, and more details to reproduce the issue.As you found, a slight change make your code compile successfully, so some this-code-compiles examples would not solve your problem.As far as I tried, this code compiles. var body: some View { VStack(alignment: .leading) { ForEach(0 ..< self.halfNumber) { index in BookItemGroupHorizontal(items: [self.items[index * 2], self.items[index * 2 + 1]] as [BudgetBook]) } if items.count % 2 == 1 { Text(it) } } }But I do not know what's happening inside the Swift compiler and cannot be sure if this solves your issue or not.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’20
Two-Finger DragGesture()
Hi everyone!How can one configure the DragGesture() to fire on two finger input instead of just one. In UIKit this was easily possilbe by setting the minimumNumberOfTouches and maximumNumberOfTouches properties on UIPanGestureRecoginzerThanks in advance!Max
Replies
1
Boosts
0
Views
2k
Activity
Apr ’20
Will 2 environmentObject work?
Ive read posts where you can pass 2 .environmentObject() but what i noticed is that if i call object1.objectWillChange.send() , object2 also is affected is this normal? or supposedly only published properties of object1 only gets affected? discussion quwstion. thoughts?
Replies
1
Boosts
0
Views
440
Activity
Dec ’22
How to use dataWithRequest in Swift 2?
let session = NSURLSession.sharedSession() if let url = NSURL(string: someURL) { let request = NSMutableURLRequest(URL: url) let task = session.dataTaskWithRequest(request) { (data, response, error) in if data != nil { print(NSString(data: data, encoding: NSUTF8StringEncoding)) } } task?.resume() }This one works fine on Swift 1.2 ( with println and task.resume() ) and I was able to get the data as I expected.But, when I run this code on Swift 2 (Xcode 7) I got rejected from the server. What is the correct way to implement this in Swift 2.0?
Replies
2
Boosts
0
Views
1.9k
Activity
Jun ’15
NSOutlineView with 2 columns
Hi, ALL,I am developing an application and I need to create NSOutlineView. I need it to look like the List Control (not a Tree Control). I need the control to not to have the column header. I also need the control to have 2 columns as follows:Second column will have a constant width (lets say 100 - this is not the actual width). It will be permanent for all rows in control.First column (the leftmost one) will have a width of (view_width - width_of_second_column).First column will contain the strings of the different width. The second column will contain the checkbox with the labelThere will be no horizontal scrollbar visible - the strings will be short enough to fit in the column.And as I said before - the control will not have a column header.Is creating such control with such layout possible?My understanding is that I can do something like this:[m_OutlineView setColumnAutoresizingStyle:NSTableViewSequentialColumnAutoresizingStyle];[column resizingMask:NSTableColumnAutoresizingMask];[m_OutlineView s
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
1
Boosts
0
Views
685
Activity
Jun ’20
Swift 1.2 and Swift 2 in the same project?
Does anyone know if it is possible to have Swift 1.2 and Swift 2 source code in the same Xcode 7 project?
Replies
8
Boosts
0
Views
3.0k
Activity
Jun ’15
Programmatically determining if my user using Two Step, Two Factor or none
I want to help users enroll into Two Step / Two Factor authentication for iCloud in order to best secure their data.The tool I'm building is a privacy-helper tool that walks users through the nessary steps of achieving better security, and answers questions they may have along the way.To help with this workflow, I want to take my iCloud/ CloudKit app and determine what (if any) actions need to be taken. The only properties I need are:enum:isTwoStepisTwoFactornoneNo other personal information is needed other than that enum. Is this possible, or how can I request this to be a feature?
Replies
2
Boosts
0
Views
431
Activity
Apr ’17