Search results for

We are unable to process your request

69,611 results found

Post

Replies

Boosts

Views

Activity

Reply to Packet Tunnel Provider for custom VPN Protocol
Thank you for your replying during a busy time.Okay. I understood.I'll wait for the response quietly.By the way, it seems that the packet tunnel technology is intended for enterprise use.Is there any hope we get the permission to distribute by ad hoc, appstore, or use completely personal?#I think If these points are clearly indicated before sending the permission request,#(the pettern of being not permitted,ete...)#the waste request posting will reduce.
Jun ’15
Reply to Documentation for Xcode UI Testing?
What I've been doing is creating a mock web service with my expected result for a request, serializing the object and passing that through to the UI Tests application launch arguments. Then in the actual code, I have a Resolver which if I'm running a UI Test deserializes any objects and assigns them to my properties.That way I can make a UI Test return a 404, wrong JSON, bad JSON, whatever I want for any request. With no-need for an API to hit.eg.MyClass has a WebService property which is a WebServiceProtocol.I have a TestWebService which is a WebServiceProtocol.The UI Test serializes the TestWebService into the app.launchArgumentsMyClass has a Resolve step which either creates a new WebService, or deserializes from the Launch Arguments.The serialize/deserialize step is a bit of a pain, so I just wrote a framework for it, now my entire app uses it.If there's a better way to do this for UI Testing, I'm all ears.
Jun ’15
Reply to NSURLSession not working as expected in watchOS 2 beta
iOS 9 and, by extension, watchOS 2 requires TLSv1.2 SSL for all hosts you plan to request data from. If it's 1.1 or lower, you need to specify exception domains in your app's Info.plist file.For futher info on how to do that see elementarteilchen's suggestion and:https://forums.developer.apple.com/message/7383#7383https://forums.developer.apple.com/message/9055#9055
Topic: App & System Services SubTopic: General Tags:
Jun ’15
Unable to mount .dmg
I don't know that this is specifically a problem with the OS X 10.11 beta, but I've only noticed it now that I have it installed. I was trying to mount the XCode 7 beta dmg and Finder tells me There is no application set to open the document Xcode_7_beta.dmg. I thought maybe I had a corrupted disk image so I tried other dmg's and all of them tell me the same thing. I'm given the option to Choose Application to open .dmg's with, but I don't know which image to choose.If this is a newb question that is not relevant to the beta, apologies in advance.
1
0
463
Jun ’15
Uploading Betas with Xcode 7 for TestFlight
Hi there,when trying to upload my app to itunesConnect with Xcode 7 I get the following warnings:----------------------------------------------ERROR ITMS-90035: Invalid Signature. Code object is not signed at all. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose Clean All in Xcode, delete the build directory in the Finder, and rebuild your release target. For more information, please consult https://developer.apple.com/library/ios/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html”The resulting API analysis file is too large. We were unable to validate your API usage prior to del
2
0
2.3k
Jun ’15
Updating to final version
Hello All,I am new to the Developer Community. Excited to be here! I have a quick question.When updating a device to a pre-release version (i.e. iOS 8.4), when the final verison is released am I able to upgrade my device as normal, or is the process different?Thanks.
3
0
684
Jun ’15
PassbookUIService quit unexpectedly.
running apple pay on xcode 7 and getting PassbookUIService quit unexpectedly.Process: PassbookUIService [60296]Path: /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Applications/PassbookUIService.app/PassbookUIServiceIdentifier: PassbookUIServiceVersion: 1.0 (1.0)Code Type: X86-64 (Native)Parent Process: launchd_sim [60138]Responsible: launchd_sim [60138]....Application Specific Information:*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderSet initWithObjects:count:]: attempt to insert nil object from objects[0]'terminating with uncaught exception of type NSExceptionabort() calledCoreSimulator 159 - Device: iPhone 6 - Runtime: iOS 9.0 (13A4254u) - DeviceType: iPhone 6
1
0
2.2k
Jun ’15
Reply to New iOS 9 beta 2
in the past that's been the general timeframe - i've gotten some unable to check for update messages, which i don't remember seeing in the past (certainly not in my experience since ios 9 b1) which makes me hopeful. but i suppose it could be at any point today through even next monday. fingers crossed, though.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to How do you get a map view in watchOS 2.0?
MKMapViewDelegate works with instances of MKMapView, which only work on iOS so it was never supported on watchOS. The WKInterfaceMap object in watchOS is just for static maps, so for example showing the position of a POI on a map, which can be useful. You can set the area displayed and add up to 5 annotations. I tend to use one annotation for a static blue dot to indicate the current position, which is not ideal (a moving map would be much better), but at least gives an idea of where you are.It may be possible to approximate a live map by using Core Location to request location updates and then periodically updating the map area and blue dot position accordingly, but I haven't tried it. It would be interesting to see if it animates smoothly in real-time, which was unlikely in watchOS1, but may be possible now that the extension runs on the watch.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Symbol not found: _XPC_COALITION_INFO_KEY_BUNDLE_IDENTIFIER
When attempting to run an iOS 7 simulator from Xcode 6.3.2 (6D2105) I get the attached stack trace ever time when attempting to boot the simualtor.I've attempted to reinstall the iOS 7 simulator without any success, any ideas?Process: launchd_sim [1634] Path: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 7.1.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/launchd_sim Identifier: launchd_sim Version: ??? Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: launchd_sim [1634] User ID: 501 Date/Time: 2015-06-22 11:53:02.396 -0400 OS Version: Mac OS X 10.11 (15A178w) Report Version: 11 Anonymous UUID: 31654C6B-0954-14CB-B651-0DE173746046 Time Awake Since Boot: 260 seconds Crashed Thread: 0 Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: dyld: launch, loading dependent libraries DYLD_FALLBACK_LIBRARY_PATH=/Library/Developer/CoreSimulator/Profiles/Runtimes/
0
0
813
Jun ’15
Reply to How do you get a map view in watchOS 2.0?
Hi, cfc, I was in fact using MKMapViewDelegate in my older code (watch OS 1) and it worked fine. I'd just request an updated map periodically and display it in the WKInterfaceMap object. The issue now is the MKMapViewDelegate is disallowed by watchOS 2: it throws an error if I leave it in. Basically the old code ran on the phone (so MKMap was fine) and transmitted images to the watch. The new code runs on the watch only, so doesn't (directly) support a map. I just need to understand how one now requests and updates a WKInterfaceMap object. Does anyone know how to do this? I see new things like MapSequenceViewStructure, but there is very little documentation. I'm hoping someone (perhaps from Apple) has knowledge of how to display maps in watchOS 2. Thanks!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15