Search results for

“iPhone 16 pro”

80,731 results found

Post

Replies

Boosts

Views

Activity

datamitigator Carousel quit unexpectedly
Every time I try to run a watch app in the simulator I get these errors:Carousel quit unexpectedlyApplication Specific Information:Assertion failed: (false), function -[CSLHexAppGraph decrementNeighborCountsForHex:], file /BuildRoot/Library/Caches/com.apple.xbs/Sources/Carousel_Sim/Carousel-342.5/Carousel/UI/Mazda/Models/CSLHexAppGraph.mm, line 859.CoreSimulator 159 - Device: Apple Watch - 38mm - Runtime: watchOS 2.0 (13S5254w) - DeviceType: Apple Watch - 38mmcom.apple.datamitigator quit unexpectedlyApplication Specific Information:*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSFileManager enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:]: URL is nil'terminating with uncaught exception of type NSExceptionabort() calledCoreSimulator 159 - Device: iPhone 6 - Runtime: iOS 9.0 (13A4254u) - DeviceType: iPhone 6Reinstalled xcode 7 twice now to see if it would fix
0
0
855
Jun ’15
Cannot update Notes from iPad
Hi,I have iPhone 6 and iPad Air now. I've upgraded both devices to iOS 9 beta 1.On iPad, when I opend Notes.app, app asked me to update notes to enable new features, but I chose Not Now.Then in iPhone, I updated notes and completed successfully.When I came back to iPad and opened Notes.app, app asked me again to update notes so I accepted it this time, but it shows animated loading circle all the time and never completes.Anyone facing same issue?Regards,TKN
1
0
311
Jun ’15
Reply to iOS 9 Beta battery life
That is a great question. I forgot to include in my write up that I when I restored, I used an iCloud backup from iOS beta 8.3. I did NOT use a restore from either a released version of iOS 8 nor did I restore from a backup after I had orignally upgraded to iOS 9. I don't know if that makes a difference or not. I chose to NOT backup my iPhone after I upgarded to the the iOS 9 beta becuase if I had to restore, I (1) didn't want to restore whatever error setting may have occured while playing with iOS 9 and I've tried to roll back in prior betas and found myself off a cliff (Wile E Coyote with the yikes sign) because it woudn't restore to a previous version.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Headless returns false for both GPUs
I'm iterating over the list of returned MTLDevices on a 2013 Mac Pro and both GPUs return false for their headless property. Is this accurate? I thought only 1 GPU had access to displays. The codelet devices: [MTLDevice] = MTLCopyAllDevices() //... for metalDevice: MTLDevice in devices { if metalDevice.headless == true { print(headless) headlessDevice = metalDevice } else { print(it has a head) } }I could just pick the one not returned by MTLCreateSystemDefaultDevice but is there a better way of picking the secondary GPU?
10
0
863
Jun ’15
Glance Lifecycle / Getting data from iPhone
Hi all,I am working on my first watch project and am having a bit of trouble getting my glance to display the required data at the required time.Basically, I have a string that I need to get from my iPhone app and display in my glance on the watch. The string is constructed during my app delegate's didFinishLaunchingWithOptions. I am calling sendMessageToParentAppWithString in my GlanceController.swift's willActivate and awakeWithContext methods. I have implemented handleWatchKitExtensionRequest in my app delegate but I cannot for the life of me get my glance to be displayed with the IBOutlet label displaying the correct string.I believe it is a lifecycle thing that I am misunderstanding as the label immediately displays the correct string the instant that I launch the iPhone app so I know that everything is wired up correctly, so to speak. The string from the iPhone app's delegate is being delivered via the sendMessageToParentAppWithString / handleWatchKitExtensionRequest mechanism
0
0
342
Jun ’15
Reply to bricked
This may sound odd, but what method of connecting your phone are you using to restore? I have a MacBook (One) and if I used the Type-C Digital AV adapter, it failed every time. Using the straight Type-C USB3 Adapter, it worked.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Questions about NSCalendar
Also.... I found a very informative website that has a ton of examples specifically on how to work with dates within Swift.Here's a code snippet that he uses as an example, but does not compile for me, and I have no idea why I get the error: could not find member 'CalendarUnitDay'. Was this syntax changed with Swift 2.0?Every example I could find uses this syntax, but for me... no luck.// Playground - noun: a place where people can play import UIKit let userCalendar = NSCalendar.currentCalendar() // Let's create some dates to work with // ==================================== // It's 3:45:30 a.m., New Year's Day. Time to go home. let goHomeYoureDrunkTimeComponents = NSDateComponents() goHomeYoureDrunkTimeComponents.year = 2015 goHomeYoureDrunkTimeComponents.month = 1 goHomeYoureDrunkTimeComponents.day = 1 goHomeYoureDrunkTimeComponents.hour = 3 goHomeYoureDrunkTimeComponents.minute = 45 goHomeYoureDrunkTimeComponents.second = 30 let goHomeYoureDrunkTime = userCalendar.dateFromComponents(goHomeYoureDrunkTimeCom
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Reply to iOS 9 Beta battery life
I was having the same battery drain issues with the iPhone 5s. I installed the ios9 beta from a restore but noticed something was a little odd from the usual beta installs.Results from install on iPhone: iPhone ios9 beta install went smoothly but battery usage was ridiculous. I've tried the turn off/on again, hard reset, etc. and still it was going do battery life like crazy. I figured it was doing it's indexing so I just left it plugged in overnight. I did run my iHome alarm app at night though. In the morning, I noticed that it was only at 80% charge after being plugged in all night! Killed the alarm app and topped off the phone before I left the house in the morning. By the afternoon, my battery was down to 30% after light usage and down 10% after sitting idle no apps running, etc. I am downgrading back to 8.3 since my development phone is my main phone. Downgrade is going smoothly.Results from install on iPad mini (original): Restored ios9. Restored fr
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to How to update from watchOS 2 beta to watchOS 2 Final
It will be same with beta update, from Apple Watch app on iPhone
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
datamitigator Carousel quit unexpectedly
Every time I try to run a watch app in the simulator I get these errors:Carousel quit unexpectedlyApplication Specific Information:Assertion failed: (false), function -[CSLHexAppGraph decrementNeighborCountsForHex:], file /BuildRoot/Library/Caches/com.apple.xbs/Sources/Carousel_Sim/Carousel-342.5/Carousel/UI/Mazda/Models/CSLHexAppGraph.mm, line 859.CoreSimulator 159 - Device: Apple Watch - 38mm - Runtime: watchOS 2.0 (13S5254w) - DeviceType: Apple Watch - 38mmcom.apple.datamitigator quit unexpectedlyApplication Specific Information:*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSFileManager enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:]: URL is nil'terminating with uncaught exception of type NSExceptionabort() calledCoreSimulator 159 - Device: iPhone 6 - Runtime: iOS 9.0 (13A4254u) - DeviceType: iPhone 6Reinstalled xcode 7 twice now to see if it would fix
Replies
0
Boosts
0
Views
855
Activity
Jun ’15
Reply to What defines a tetherless wifi network?
He's referring to using a second phone (not the paired one) as a WiFi hot spot. In theory that should work.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Cannot update Notes from iPad
Hi,I have iPhone 6 and iPad Air now. I've upgraded both devices to iOS 9 beta 1.On iPad, when I opend Notes.app, app asked me to update notes to enable new features, but I chose Not Now.Then in iPhone, I updated notes and completed successfully.When I came back to iPad and opened Notes.app, app asked me again to update notes so I accepted it this time, but it shows animated loading circle all the time and never completes.Anyone facing same issue?Regards,TKN
Replies
1
Boosts
0
Views
311
Activity
Jun ’15
Apple watch downgrade. I know it's not 'possible' but...
My issue is that I want my activity data from my backup of my phone on iOS 8.3. I didn't think of not being able to continue that activity data when upgrading to iOS 9 and watchOS 2. Any suggestions?
Replies
8
Boosts
0
Views
2.3k
Activity
Jun ’15
Music App not opening
Is anyone having trouble opening the music app. It keeps crashing on my iPhone 5S. Ive done a hard reset and reset settings, but it continues to crash
Replies
0
Boosts
0
Views
84
Activity
Jun ’15
Reply to iOS 9 Beta battery life
That is a great question. I forgot to include in my write up that I when I restored, I used an iCloud backup from iOS beta 8.3. I did NOT use a restore from either a released version of iOS 8 nor did I restore from a backup after I had orignally upgraded to iOS 9. I don't know if that makes a difference or not. I chose to NOT backup my iPhone after I upgarded to the the iOS 9 beta becuase if I had to restore, I (1) didn't want to restore whatever error setting may have occured while playing with iOS 9 and I've tried to roll back in prior betas and found myself off a cliff (Wile E Coyote with the yikes sign) because it woudn't restore to a previous version.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Headless returns false for both GPUs
I'm iterating over the list of returned MTLDevices on a 2013 Mac Pro and both GPUs return false for their headless property. Is this accurate? I thought only 1 GPU had access to displays. The codelet devices: [MTLDevice] = MTLCopyAllDevices() //... for metalDevice: MTLDevice in devices { if metalDevice.headless == true { print(headless) headlessDevice = metalDevice } else { print(it has a head) } }I could just pick the one not returned by MTLCreateSystemDefaultDevice but is there a better way of picking the secondary GPU?
Replies
10
Boosts
0
Views
863
Activity
Jun ’15
Glance Lifecycle / Getting data from iPhone
Hi all,I am working on my first watch project and am having a bit of trouble getting my glance to display the required data at the required time.Basically, I have a string that I need to get from my iPhone app and display in my glance on the watch. The string is constructed during my app delegate's didFinishLaunchingWithOptions. I am calling sendMessageToParentAppWithString in my GlanceController.swift's willActivate and awakeWithContext methods. I have implemented handleWatchKitExtensionRequest in my app delegate but I cannot for the life of me get my glance to be displayed with the IBOutlet label displaying the correct string.I believe it is a lifecycle thing that I am misunderstanding as the label immediately displays the correct string the instant that I launch the iPhone app so I know that everything is wired up correctly, so to speak. The string from the iPhone app's delegate is being delivered via the sendMessageToParentAppWithString / handleWatchKitExtensionRequest mechanism
Replies
0
Boosts
0
Views
342
Activity
Jun ’15
Reply to iOS always gives priority to the phone
Doesn't Single Application Mode do that?That's about the only way I suspect that a Developer created application is going to be able to take over a device enough for a phone to stop being a phone.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to bricked
This may sound odd, but what method of connecting your phone are you using to restore? I have a MacBook (One) and if I used the Type-C Digital AV adapter, it failed every time. Using the straight Type-C USB3 Adapter, it worked.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Questions about NSCalendar
Also.... I found a very informative website that has a ton of examples specifically on how to work with dates within Swift.Here's a code snippet that he uses as an example, but does not compile for me, and I have no idea why I get the error: could not find member 'CalendarUnitDay'. Was this syntax changed with Swift 2.0?Every example I could find uses this syntax, but for me... no luck.// Playground - noun: a place where people can play import UIKit let userCalendar = NSCalendar.currentCalendar() // Let's create some dates to work with // ==================================== // It's 3:45:30 a.m., New Year's Day. Time to go home. let goHomeYoureDrunkTimeComponents = NSDateComponents() goHomeYoureDrunkTimeComponents.year = 2015 goHomeYoureDrunkTimeComponents.month = 1 goHomeYoureDrunkTimeComponents.day = 1 goHomeYoureDrunkTimeComponents.hour = 3 goHomeYoureDrunkTimeComponents.minute = 45 goHomeYoureDrunkTimeComponents.second = 30 let goHomeYoureDrunkTime = userCalendar.dateFromComponents(goHomeYoureDrunkTimeCom
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 9 Beta battery life
I was having the same battery drain issues with the iPhone 5s. I installed the ios9 beta from a restore but noticed something was a little odd from the usual beta installs.Results from install on iPhone: iPhone ios9 beta install went smoothly but battery usage was ridiculous. I've tried the turn off/on again, hard reset, etc. and still it was going do battery life like crazy. I figured it was doing it's indexing so I just left it plugged in overnight. I did run my iHome alarm app at night though. In the morning, I noticed that it was only at 80% charge after being plugged in all night! Killed the alarm app and topped off the phone before I left the house in the morning. By the afternoon, my battery was down to 30% after light usage and down 10% after sitting idle no apps running, etc. I am downgrading back to 8.3 since my development phone is my main phone. Downgrade is going smoothly.Results from install on iPad mini (original): Restored ios9. Restored fr
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 9 Beta battery life
Also, I'm on 28 hours on this build. Don't know if the system need settling or not. (iPhone 6/64)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 9 Beta battery life
Yes. Same to my iPhone 6 + last night. Battery life drains from 100% to 70% around 6 hours....Moreover, I cannot login citibank website either with safari or citibank app
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15