ios8.4

UIActivityViewController share only text

[亡魂溺海] 提交于 2019-11-30 14:01:33
I want to share just simple text using UIActivityViewController I am using swift, with xcode 6.3 The code is very simple, work great for photos, but not just text, I don't want to include any web URL with the objectsToShare, just clean text Here is the code: var objectsToShare: ["some text to share"]! let activityVC = UIActivityViewController(activityItems: objectsToShare, applicationActivities: nil) //handler for completed task activityVC.completionHandler = {(activityType, completed:Bool) in if !completed { println("cancelled") return } reportCompleted() //report to server it's done. } /

(XCode 7 + iOS 9 + iPhone 4s/iPhone5 only) issue: “malloc: *** mach_vm_map(size=1048576) failed (error code=3)”

﹥>﹥吖頭↗ 提交于 2019-11-30 08:52:57
I know the issue is related to memory allocations, but I get it in only iOS 9, XCode 7. In XCode 6.4, iOS 8.4, it works just perfect, no issue at all at any ways. In iOS 9, XCode 7, it just crashes very frequently giving this error. malloc: *** mach_vm_map(size=1048576) failed (error code=3) *** error: can't allocate region securely *** set a breakpoint in malloc_error_break to debug Any suggestions? I am working on memory issues, but I wonder if there were too many memory issues, then why did it work in iOS 8.4 and not in iOS 9? Also, I get all my UI whited out! Like navigation bar has no

The Developer Disk image could not be mounted error with iOS 8.4 device - Ineligible Devices section

走远了吗. 提交于 2019-11-29 14:51:58
I have tried with this but couldn't solve my issue - Ineligible Devices section. I m getting an error The Developer Disk image could not be mounted error with iOS 8.4 device can anyone please help me how can I run iOS 8.4 version device with Xcode 6.3.1 or updating the Xcode version is only the solution Thank you all in advance You will need to upgrade to Xcode 6.4 in order to support iOS 8.4 development - From the Xcode 6.4 release notes - New Features Xcode 6.4 includes the iOS 8.4 SDK to support development for iOS 8.4 apps. 来源: https://stackoverflow.com/questions/31261603/the-developer

(XCode 7 + iOS 9 + iPhone 4s/iPhone5 only) issue: “malloc: *** mach_vm_map(size=1048576) failed (error code=3)”

心不动则不痛 提交于 2019-11-29 12:04:50
问题 I know the issue is related to memory allocations, but I get it in only iOS 9, XCode 7. In XCode 6.4, iOS 8.4, it works just perfect, no issue at all at any ways. In iOS 9, XCode 7, it just crashes very frequently giving this error. malloc: *** mach_vm_map(size=1048576) failed (error code=3) *** error: can't allocate region securely *** set a breakpoint in malloc_error_break to debug Any suggestions? I am working on memory issues, but I wonder if there were too many memory issues, then why

The Developer Disk image could not be mounted error with iOS 8.4 device - Ineligible Devices section

一个人想着一个人 提交于 2019-11-28 09:59:23
问题 I have tried with this but couldn't solve my issue - Ineligible Devices section. I m getting an error The Developer Disk image could not be mounted error with iOS 8.4 device can anyone please help me how can I run iOS 8.4 version device with Xcode 6.3.1 or updating the Xcode version is only the solution Thank you all in advance 回答1: You will need to upgrade to Xcode 6.4 in order to support iOS 8.4 development - From the Xcode 6.4 release notes - New Features Xcode 6.4 includes the iOS 8.4 SDK