Search results for

show when run

112,716 results found

Post

Replies

Boosts

Views

Activity

MailCompositionService quit unexpectedly
I'm having an issue with mail and iOS 9. I have a button in my app that creates a MFMailCompositionViewController used for submitting feedback via email. This works fine in iOS 8. However, in the iOS 9 simulator, whenever I push this button, a window outside of the simulator pops up saying MailCompositionService quit unexpectedly.Meanwhile, the Xcode console shows the following output:viewServiceDidTerminateWithError: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 The operation couldn’t be completed. (_UIViewServiceInterfaceErrorDomain error 3.) UserInfo=0x7fa3aaff02b0 {Message=Service Connection Interrupted}However, the app hasn't actually crashed. It continues to work fine. The app only crashes if I try to share something via email using UIActivityItemProvider. And when this crash happens, there's no log output other than (lldb). Is this just an issue with the simulator? I haven't tried running the app on an actual device with iOS 9.
11
0
12k
Jun ’15
Reply to Start Up Disk
Disk Utility shows all drives and each checks with no errors. The Start Up option of prefereneces shows the same 3 boot partitions as it did before.Have not tried the option key part, but will.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Start Up Disk
Can you try changing your Startup Disk in System Preferences? Make sure to give the pane a bit of time to read and recognize your volumes properly.I expect that this will work as a temporary fix. In terms of reaching a more permanent solution, I'm interested in seeing what diskutil list shows. Would you mind pasting or describing (if you know how to) the output that command yields? Note that it does include volume names and identifiers, which you can remove. I'm interested in your disk tree and what type of partition your 10.11 installation is.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
CTRubyAnnotation changes (need help fixing error)
I'm currently running into some problems when creating an NSAttributedString that displays the ruby annotation for a string. var reading = [.passRetained(ねこ) as Unmanaged<CFStringRef>?, .None, .None, .None] let annotation = CTRubyAnnotationCreate(.Auto, .Auto, 0.5, &reading) as CTRubyAnnotationRef let attributed = NSAttributedString(string: 猫, attributes: [ NSFontAttributeName: font, NSVerticalGlyphFormAttributeName: verticalLayout, kCTRubyAnnotationAttributeName: annotation.takeUnretainedValue() ])This is giving me the error that CTAnnotationRef doesn't have a member named takeUnretainedValue.Has there been a change in swift or iOS 9 that now means the code doesn't work as expected? Also, is there a better way I could be creating the NSAttributedString?The code above works fine under swift 1.2 / iOS 8.Thanks,Matt Delves
0
0
277
Jun ’15
UI Testing Failure due to failed AX Action
When I run a UI Test in Xcode 7, the line XCUIApplication().launch() causes the test to fail under the Wait for app to idle step:UI Test Activity:Assertion Failure: UI Testing Failure - Failed to perform AX action for monitoring the animations of Target Application, error: Failed to perform AXAction 2043 after 30 retries: kAXErrorServerNotFound (see <rdar://problem/15530121>)Any idea what might be causing this failure?
3
0
15k
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
0
0
851
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
304
Jun ’15
Reply to a mismatch between the mbr and gpt partition maps is not supported
Found a solution that worked for me:Yes. First, download gdisk (URL in the OP) and run the installer package. Then run gdisk from a terminal window and run the v (verify command). If verify indicates no problems, then you're good to go and can just type q to quit. However, if it shows something like this, then you have the problem:sudo gdisk /dev/disk0Command (? for help): vWarning! Mismatched GPT and MBR partition! MBR partition 4, of type 0x07, has no corresponding GPT partition! You may continue, but this condition might cause data loss in the future!Identified 1 problems!Next, display the MBR partition table and make note of the start and end sectors for your BOOTCAMP partition. This should be partition 4 unless you've added additional partition(s), which is not officially supported by Boot Camp. It should show something like this:Command (? for help): rRecovery/transformation command (? for help): oDisk size is 1953525168 sectors (931.5 GiB)MBR disk identifier
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to a mismatch between the mbr and gpt partition maps is not supported
Found a solution that worked for me:Yes. First, download gdisk (URL in the OP) and run the installer package. Then run gdisk from a terminal window and run the v (verify command). If verify indicates no problems, then you're good to go and can just type q to quit. However, if it shows something like this, then you have the problem:sudo gdisk /dev/disk0Command (? for help): vWarning! Mismatched GPT and MBR partition! MBR partition 4, of type 0x07, has no corresponding GPT partition! You may continue, but this condition might cause data loss in the future!Identified 1 problems!Next, display the MBR partition table and make note of the start and end sectors for your BOOTCAMP partition. This should be partition 4 unless you've added additional partition(s), which is not officially supported by Boot Camp. It should show something like this:Command (? for help): rRecovery/transformation command (? for help): oDisk size is 1953525168 sectors (931.5 GiB)MBR disk identifier
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to app won't run
Sounded like a nice workaround, but it doesn't work for me. I've reported this as a bug. My app runs fine in the simulator and only about 5% of the time it will actually run on the device.Trying your method, it shows it loading for about 5 minutes, then just goes back to the clock.Thanks for the suggestion - it sounded good.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15