Search results for

“We are unable to process your request”

73,621 results found

Post

Replies

Boosts

Views

Activity

Reply to Connecting to Superclass Properties
Thanks for the reply. The superclass is a CoreDataFetchedResultsController. It's used to handle all of the heavy lifting with Core Data. The reason for connecting the table to the superclass is so that I can access all of the methods and update the table. I tried the IBOutlet option and could not find it when I tried to connect the tableview. It did not show up as an option when I control click dragged to the viewController that subclassed the superclass. Am I missing something here?I'd be happy to look into the protocol option with Swift 2. Do you have any resource that would explain that process? It doens't look like the documentaion is up to date yet.Take care,Jon
Jun ’15
How to read virtual address space of another process using vmmap?
We are writing an application that is attempting to read the virtual address space of another process using vmmap. This works with 10.9 but in 10.10 we get the following:vmmap[18929]: [fatal] unable to ask for permission to examine process; run tool using sudo, or without redirecting stdin and stderr.Presumably this process (or the user running it) does not have permission to do this--how can we alter the system to allow this or otherwise work around this issue?
1
0
532
Jun ’15
unable to verify Update
So I put ios 9 on my iphone 6 as required for WatchOS2. I then put the profile on my iphone and installed it on the watch. Watch rebooted. Every looked fine. So i went to the software update part on the Apple Watch app and it downloaded the update. It then asked for my passcode to install it, I put it in. It then asked me to proceed, I clicked proceed. It tries to install for about 5 seconds and gets an Unable to verify update message. It states that it can't verify the update since I'm not connected to the internet. I am on Wi-fi as the instructions stated. So I went to safari and tested some websites - they work fine.Anyone else getting the Unable to verify update error? Any work around it?
2
0
2.1k
Jun ’15
Conflicts drawing badges when running multiple Finder Sync extensions
There is an unfortunate behavior when multiple Finder Sync extensions are simultaneously running. If two or more Finder Sync extensions are configured to watch the same folders by setting [FIFinderSyncController defaultController].directoryURLs, then there's a race condition where badges will only be requested ( via requestBadgeIdentifierForURL) and drawn from the extension that started first. Normally, this wouldn't be an issue if extensions are only watching the folders they created, but Dropbox for instance seems to monitor the entire ~/Documents folder (not just their own Dropbox folder), so if the Dropbox Finder Integration extension runs first, no other extension will show its file badges.So what is the expected behavior if two Finder Sync extensions are watching the same folders? There needs to be some intelligent logic to determine which extension gets to show its badges (maybe whoever has registered the folder closest to the actual folder, so whoever is monitoring ~/Documents/MyFolder would
Topic: UI Frameworks SubTopic: AppKit Tags:
1
0
543
Jun ’15
Testing app version update
Prior to launching a new version of our app what is the recommended process for test that the new version will seamlessly allow end users to simply update the app from the store/auto update without requiring a delete and fresh install. We have versioned the API. We had a issue from our first to 2nd release that if a user only updated the app it would crash everytime (newbie mistake) so now that we are going from release 2 to release 3 is there a way to test that this will not occur again? our 2nd release is live and our third release is in Test Flight. how do test the r2 to r3 update process to ensure the public will have a successful seamless experience?
0
0
157
Jun ’15
Xcode error: unable to copy symbols from this device
I was working on creating an app for Watch OS 2. Wanted to test it out on the watch so plugged in my iphone I used in the past. It gave it as an illegibale device. So I went to devices and saw the following error:Unable to copy symbols from this deviceXcode was unable to read the required data from the device.The iphone was updated to IOS 9 as needed to get the watch OS working. Anything I'm missing?
1
0
7.2k
Jun ’15
Reply to Help with third party developer
There is no such process in iTunes Connect. What your developer seems to be saying is,sign into your Corona developer account and do those things. If you don't have a Corona account and your developer can't or won't use their account to create the apps for youthen you should either sign up for a Corona account or, find another developer who usesnative tools for each platform.
Jun ’15
iOS 9 High CPU (mediaanalysisd process)
I have two devices that I am testing iOS 9 on (both are iPhone 6 Plus's). I noticed that one of these devices is running warm when sleeping and on the charger, with no apps loaded, no GPS activity, etc (airplane mode is on). Instruments is indicating that once the device goes to sleep, the mediaanalysisd process is consuming 28% CPU almost constantly (it does drop to 12% after awhile, but it keeps running). This is a system/root process, and I presume it is looking at the media library. I am only seeing this on the one device. They have different sets of apps and settings, so that is not surprising. Does anyone know more about that process?
1
0
2.0k
Jun ’15
How can I call a function when a specific condition is met ?
This is my first AppIm trying to create a similar user interface of the Apple Watch Home Screen for the iphone to practice.I created this application on which you can scroll, zoom and press the buttons. I was doing find until I was unable to resize the button that are touching the edges of the screen. I tried to use the objects CGpoints to find if they are at the edges but could not trigger a event which could call a function if this condition was met.Any Ideas ? 🙂Tell me if you dont understand my question 😊
2
0
225
Jun ’15
XCode 7 Beta DMG corrupt
I have downloaded it now four times, three different browers two different machines and I'm everytime I try to mount the DMG it says the disk image is corrupt. I've tried to repair it but I'm unable to unlock the DMG for DiskWarrior to repair it. I've tried a few other options to repair the DMG via the command-lind and all fail with a image data corrupted message. Obviosuly people have downloaded it. Any idea of why I'm having the issue?
2
0
585
Jun ’15
Reply to How can I clear the network requests and responses left in the device memory?
Thank you for your reply. I used jailbroken phone to get the memory dump. The issue is not because of jailbroken phone, the url requests and responses stay in the memory reguardless it's jailbroken or not.
Replies
Boosts
Views
Activity
Jun ’15
Reply to Connecting to Superclass Properties
Thanks for the reply. The superclass is a CoreDataFetchedResultsController. It's used to handle all of the heavy lifting with Core Data. The reason for connecting the table to the superclass is so that I can access all of the methods and update the table. I tried the IBOutlet option and could not find it when I tried to connect the tableview. It did not show up as an option when I control click dragged to the viewController that subclassed the superclass. Am I missing something here?I'd be happy to look into the protocol option with Swift 2. Do you have any resource that would explain that process? It doens't look like the documentaion is up to date yet.Take care,Jon
Replies
Boosts
Views
Activity
Jun ’15
How to read virtual address space of another process using vmmap?
We are writing an application that is attempting to read the virtual address space of another process using vmmap. This works with 10.9 but in 10.10 we get the following:vmmap[18929]: [fatal] unable to ask for permission to examine process; run tool using sudo, or without redirecting stdin and stderr.Presumably this process (or the user running it) does not have permission to do this--how can we alter the system to allow this or otherwise work around this issue?
Replies
1
Boosts
0
Views
532
Activity
Jun ’15
unable to verify Update
So I put ios 9 on my iphone 6 as required for WatchOS2. I then put the profile on my iphone and installed it on the watch. Watch rebooted. Every looked fine. So i went to the software update part on the Apple Watch app and it downloaded the update. It then asked for my passcode to install it, I put it in. It then asked me to proceed, I clicked proceed. It tries to install for about 5 seconds and gets an Unable to verify update message. It states that it can't verify the update since I'm not connected to the internet. I am on Wi-fi as the instructions stated. So I went to safari and tested some websites - they work fine.Anyone else getting the Unable to verify update error? Any work around it?
Replies
2
Boosts
0
Views
2.1k
Activity
Jun ’15
Reply to In-App Purchase Receipt in wrong format
I've been getting similar problems with apps in production lately. It seems like the receipts that get installed alongside the app or its updates are corrupt, or at the very least undocumented. Do you still get this problem after manually requesting a receipt refresh in your app?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jun ’15
Conflicts drawing badges when running multiple Finder Sync extensions
There is an unfortunate behavior when multiple Finder Sync extensions are simultaneously running. If two or more Finder Sync extensions are configured to watch the same folders by setting [FIFinderSyncController defaultController].directoryURLs, then there's a race condition where badges will only be requested ( via requestBadgeIdentifierForURL) and drawn from the extension that started first. Normally, this wouldn't be an issue if extensions are only watching the folders they created, but Dropbox for instance seems to monitor the entire ~/Documents folder (not just their own Dropbox folder), so if the Dropbox Finder Integration extension runs first, no other extension will show its file badges.So what is the expected behavior if two Finder Sync extensions are watching the same folders? There needs to be some intelligent logic to determine which extension gets to show its badges (maybe whoever has registered the folder closest to the actual folder, so whoever is monitoring ~/Documents/MyFolder would
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
1
Boosts
0
Views
543
Activity
Jun ’15
Reply to Black Screen
I have the same problem with my Mac Mini. I think the system is toast... 😠 With luck, someone will post a process to reinstall OS 10.10.Stuart
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Testing app version update
Prior to launching a new version of our app what is the recommended process for test that the new version will seamlessly allow end users to simply update the app from the store/auto update without requiring a delete and fresh install. We have versioned the API. We had a issue from our first to 2nd release that if a user only updated the app it would crash everytime (newbie mistake) so now that we are going from release 2 to release 3 is there a way to test that this will not occur again? our 2nd release is live and our third release is in Test Flight. how do test the r2 to r3 update process to ensure the public will have a successful seamless experience?
Replies
0
Boosts
0
Views
157
Activity
Jun ’15
Xcode error: unable to copy symbols from this device
I was working on creating an app for Watch OS 2. Wanted to test it out on the watch so plugged in my iphone I used in the past. It gave it as an illegibale device. So I went to devices and saw the following error:Unable to copy symbols from this deviceXcode was unable to read the required data from the device.The iphone was updated to IOS 9 as needed to get the watch OS working. Anything I'm missing?
Replies
1
Boosts
0
Views
7.2k
Activity
Jun ’15
Reply to Help with third party developer
There is no such process in iTunes Connect. What your developer seems to be saying is,sign into your Corona developer account and do those things. If you don't have a Corona account and your developer can't or won't use their account to create the apps for youthen you should either sign up for a Corona account or, find another developer who usesnative tools for each platform.
Replies
Boosts
Views
Activity
Jun ’15
Reply to MacBook Pro Now Having SSD Space Issue
The OS needs swap space just to run...maybe that process is a bit rough in the beta. Otherwise, be sure to file bugs.◅▻
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to watchOS 2 beta and installing apps
I can confirm this is the solution.Furthurmore, your watch UDID has to be registered on same the Apple ID you use on your watch.(my watch UDID was registered in the company account instead of my personal one, and still encountered watch apps unable to install issue)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
iOS 9 High CPU (mediaanalysisd process)
I have two devices that I am testing iOS 9 on (both are iPhone 6 Plus's). I noticed that one of these devices is running warm when sleeping and on the charger, with no apps loaded, no GPS activity, etc (airplane mode is on). Instruments is indicating that once the device goes to sleep, the mediaanalysisd process is consuming 28% CPU almost constantly (it does drop to 12% after awhile, but it keeps running). This is a system/root process, and I presume it is looking at the media library. I am only seeing this on the one device. They have different sets of apps and settings, so that is not surprising. Does anyone know more about that process?
Replies
1
Boosts
0
Views
2.0k
Activity
Jun ’15
How can I call a function when a specific condition is met ?
This is my first AppIm trying to create a similar user interface of the Apple Watch Home Screen for the iphone to practice.I created this application on which you can scroll, zoom and press the buttons. I was doing find until I was unable to resize the button that are touching the edges of the screen. I tried to use the objects CGpoints to find if they are at the edges but could not trigger a event which could call a function if this condition was met.Any Ideas ? 🙂Tell me if you dont understand my question 😊
Replies
2
Boosts
0
Views
225
Activity
Jun ’15
XCode 7 Beta DMG corrupt
I have downloaded it now four times, three different browers two different machines and I'm everytime I try to mount the DMG it says the disk image is corrupt. I've tried to repair it but I'm unable to unlock the DMG for DiskWarrior to repair it. I've tried a few other options to repair the DMG via the command-lind and all fail with a image data corrupted message. Obviosuly people have downloaded it. Any idea of why I'm having the issue?
Replies
2
Boosts
0
Views
585
Activity
Jun ’15