Search results for

“We are unable to process your request”

73,597 results found

Post

Replies

Boosts

Views

Activity

Xcode 7 Documentation Download: "image not recognized"
I have downloaded the Xcode 7 beta, and am in the process of trying to download the documentation. However, for all four docsets, I receive the following error message:Could not download and install Xcode 7 Documentation. Failed to mount file:///Users/<user>/Library/Caches/com.apple.dt.Xcode/Downloads/<docset>.dmg at file:///var/folders/vc/<random string>/T/attached-image-<random string>/: image not recognizedI have tried clearing out ~/Library/Caches/com.apple.dt.Xcode, and restart both Xcode and my machine, but keep encountering this error. How can I resolve this?Thanks.
1
0
767
Jun ’15
unable to debug watchOS 2 app with Xcode 7
i created a simple test app using the watch app Xcode template in Xcode 7. when i build and run this on the watch simulator, the app never runs. When i try to run the same app on the device (also via Xcode), the app gets installed but never runs. Looking at the watch logs, at appears that nanoappregistryd crashes on the watch right around the same time. sometimes, the watch actually reboots when this happens.Has anyone been able to debug a watchOS 2.0 app via Xcode7?ps: iPhone is on iOS9 and mac is on OSX El Capitan
5
0
1.9k
Jun ’15
Security and Your Apps notes
Network securityHTTPS, TLSIn 2015, TLS is a minimum baselineMany servers default to TLSv1.0, from 1999Newest version is TLSv1.2TLSv1.2 is not enough. Compromise of a server key lets you decrypt all TLS traffic that was encrypted in the past.With forward secrecy, a server key compromise will only let you read future traffic. Past traffic will not be able to be decrypted.By default, apps linked against iOS 9 and OS X 10.11 cannot make unprotected HTTP connections.TLS connections will need to comply with best practices- Exceptions can be declared on a case-by-case basis in your app's Info.plist file.System Integrity ProtectionDefense in DepthSecurity is about layersOne layer failing shouldn't defeat all securityRely on multiple layers of protectionDelay the attackerReduce your attack surfaceSeque into talking about Vauban and star fortresses. History lesson FTW.OS X's star fortress security model:Outermost line - Developer ID and GatekeeperSecond layer - Sandbox - attacker only gets access to the data which the
0
0
3.1k
Jun ’15
Unable to run updated WatchKit app in Xcode 7's simulator
I've updated the app for watchOS 2 using the built in suggestion with Xcode 7 when you first build it. I've changed all the necessary code so there's no errors or warnings but I can't seem to run either the containing app or the watch app in the simulator; they never launch but they do copy over to the simulators.Is there a new scheme I should be using? I'm using the previous scheme for the main watch app which now automatically lets you choose between running the iPhone 6 simulator with either the 38mm or 42mm watch simulator.
5
0
1.3k
Jun ’15
Unable to backup to iTunes.
I know backing up to iCloud is not working and the workaround is to back up to iTunes. But I am unable to back up to iTunes. Everything is updated on my Mac. The moment states that it is backing up my iTunes I will get a pop message stating there is a error unable to back up. I am able to back up my iPad. Any idea?
0
0
155
Jun ’15
Reply to Is developing extensions for Safari free?
From here:Important: To develop extensions for Safari, you need to sign up for the Apple Developer Program online at http://developer.apple.com. After joining the program, you must obtain a signed certificate in order for your extension to work; the extension will not load until your certificate is installed. To request a certificate, follow the “Certificates, Identifiers & Profiles” link from the Developer Member Center homepage.This is a joke, there's no way to sell extensions so why the **** should developers have to pay, all that's going to happen as a result of this is people are going to lose some great extensions on Safari and switch to Chrome.
Topic: Safari & Web SubTopic: General Tags:
Jun ’15
Unable to boot after install
The install finished and when my MacBook Pro mid 2014 restarts it starts with the loading bar almost full. After couple of seconds (before the mouse appears) the screen goes black and a circle with a line cross it appears. Then after waiting it goes black again. If I try to turn it on again it says Your computer has restarted because of a problem. This is the first time it has happened with beta software on this machine. Any ideas?
2
0
585
Jun ’15
reboot loop
Trying to install iOS 9 on my iPhone 6. Did a backup with iTunes first, current version. Restore using iOS 9 beta 1 image.iTunes says its done the restore and is starting to restore apps when the iPhone crashes, reboots, goes to the welcome page, then pretty quickly crashes again, rinse and repeat.I might mention that my iPhone gets quite hot during this process. I'm sure its not great for the battery.I have no ideas what to try. I don't want to do a new install. Any other suggestions other than going back to 8.3?
1
0
325
Jun ’15
iOS9b1 Safari crashes every time I...
on my iPad Air 2 every time while I'm in the process of adding any website to bookmarks, i tap the share icon, I tap add Bookmark, then when I tap in the Location to select the place in my bookmarks list where I want to save it, it crashes instantl. It happens every time and right when I tap to choose the location where I want to save the bookmark. Any body else having this bug?
1
0
193
Jun ’15
Xcode 7 Documentation Download: "image not recognized"
I have downloaded the Xcode 7 beta, and am in the process of trying to download the documentation. However, for all four docsets, I receive the following error message:Could not download and install Xcode 7 Documentation. Failed to mount file:///Users/<user>/Library/Caches/com.apple.dt.Xcode/Downloads/<docset>.dmg at file:///var/folders/vc/<random string>/T/attached-image-<random string>/: image not recognizedI have tried clearing out ~/Library/Caches/com.apple.dt.Xcode, and restart both Xcode and my machine, but keep encountering this error. How can I resolve this?Thanks.
Replies
1
Boosts
0
Views
767
Activity
Jun ’15
Access Watch Heart Rate Sensor? Where are the docs?
To this point, event after the HealthKit presentation today (which was not streamed, and has not been made available to those not selected to attend the WWDC) I have been unable to find ANY reference to the Health Sensors on the back of the WatchWhere do I start? Are the API's members of HealthKit? What are the methods?Thanks!
Replies
6
Boosts
0
Views
1.4k
Activity
Jun ’15
unable to debug watchOS 2 app with Xcode 7
i created a simple test app using the watch app Xcode template in Xcode 7. when i build and run this on the watch simulator, the app never runs. When i try to run the same app on the device (also via Xcode), the app gets installed but never runs. Looking at the watch logs, at appears that nanoappregistryd crashes on the watch right around the same time. sometimes, the watch actually reboots when this happens.Has anyone been able to debug a watchOS 2.0 app via Xcode7?ps: iPhone is on iOS9 and mac is on OSX El Capitan
Replies
5
Boosts
0
Views
1.9k
Activity
Jun ’15
Security and Your Apps notes
Network securityHTTPS, TLSIn 2015, TLS is a minimum baselineMany servers default to TLSv1.0, from 1999Newest version is TLSv1.2TLSv1.2 is not enough. Compromise of a server key lets you decrypt all TLS traffic that was encrypted in the past.With forward secrecy, a server key compromise will only let you read future traffic. Past traffic will not be able to be decrypted.By default, apps linked against iOS 9 and OS X 10.11 cannot make unprotected HTTP connections.TLS connections will need to comply with best practices- Exceptions can be declared on a case-by-case basis in your app's Info.plist file.System Integrity ProtectionDefense in DepthSecurity is about layersOne layer failing shouldn't defeat all securityRely on multiple layers of protectionDelay the attackerReduce your attack surfaceSeque into talking about Vauban and star fortresses. History lesson FTW.OS X's star fortress security model:Outermost line - Developer ID and GatekeeperSecond layer - Sandbox - attacker only gets access to the data which the
Replies
0
Boosts
0
Views
3.1k
Activity
Jun ’15
Unable to run updated WatchKit app in Xcode 7's simulator
I've updated the app for watchOS 2 using the built in suggestion with Xcode 7 when you first build it. I've changed all the necessary code so there's no errors or warnings but I can't seem to run either the containing app or the watch app in the simulator; they never launch but they do copy over to the simulators.Is there a new scheme I should be using? I'm using the previous scheme for the main watch app which now automatically lets you choose between running the iPhone 6 simulator with either the 38mm or 42mm watch simulator.
Replies
5
Boosts
0
Views
1.3k
Activity
Jun ’15
Unable to backup to iTunes.
I know backing up to iCloud is not working and the workaround is to back up to iTunes. But I am unable to back up to iTunes. Everything is updated on my Mac. The moment states that it is backing up my iTunes I will get a pop message stating there is a error unable to back up. I am able to back up my iPad. Any idea?
Replies
0
Boosts
0
Views
155
Activity
Jun ’15
Reply to Is developing extensions for Safari free?
From here:Important: To develop extensions for Safari, you need to sign up for the Apple Developer Program online at http://developer.apple.com. After joining the program, you must obtain a signed certificate in order for your extension to work; the extension will not load until your certificate is installed. To request a certificate, follow the “Certificates, Identifiers & Profiles” link from the Developer Member Center homepage.This is a joke, there's no way to sell extensions so why the **** should developers have to pay, all that's going to happen as a result of this is people are going to lose some great extensions on Safari and switch to Chrome.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Are testflight users forced to erase the apps?
Apps are deleted/replaced when updated via the usual process. And while IAP items bought during testing are kept for store builds, TF users game in the sandbox, so....
Replies
Boosts
Views
Activity
Jun ’15
Unable to boot after install
The install finished and when my MacBook Pro mid 2014 restarts it starts with the loading bar almost full. After couple of seconds (before the mouse appears) the screen goes black and a circle with a line cross it appears. Then after waiting it goes black again. If I try to turn it on again it says Your computer has restarted because of a problem. This is the first time it has happened with beta software on this machine. Any ideas?
Replies
2
Boosts
0
Views
585
Activity
Jun ’15
Reply to Are testflight users forced to erase the apps?
But the usual process means the usual app store upgrade process, right? The app sandbox is preserved. The user doesn't actually have to delete the app and all its data.
Replies
Boosts
Views
Activity
Jun ’15
Reply to almost afraid to ask on new background modes.
Have you filed a feature request describing your use case?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Xcode Code Coverage results
See: QA1514: Technical Q&A QA1514: Configuring Xcode for Code Coverage...it explains how to save that file to your choice of location.You may need to use Report Bugs to make a feature request if you'd like the ability to convert/export.◅▻
Replies
Boosts
Views
Activity
Jun ’15
Reply to Cannot logout or change settings in iCloud - OS X 10.11
Same situation here. Earlier today I got the your password has expired issue and changed it on my phone, updated on ipad. OSX is unable to start the icloud SysPref panel. I was able to get the new password accepted for other services (facetime, itunes, etc), but still no iCloud functionality.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
reboot loop
Trying to install iOS 9 on my iPhone 6. Did a backup with iTunes first, current version. Restore using iOS 9 beta 1 image.iTunes says its done the restore and is starting to restore apps when the iPhone crashes, reboots, goes to the welcome page, then pretty quickly crashes again, rinse and repeat.I might mention that my iPhone gets quite hot during this process. I'm sure its not great for the battery.I have no ideas what to try. I don't want to do a new install. Any other suggestions other than going back to 8.3?
Replies
1
Boosts
0
Views
325
Activity
Jun ’15
iOS9b1 Safari crashes every time I...
on my iPad Air 2 every time while I'm in the process of adding any website to bookmarks, i tap the share icon, I tap add Bookmark, then when I tap in the Location to select the place in my bookmarks list where I want to save it, it crashes instantl. It happens every time and right when I tap to choose the location where I want to save the bookmark. Any body else having this bug?
Replies
1
Boosts
0
Views
193
Activity
Jun ’15