[swift-users] Toolchain 07/29

Charles Lane clane_47 at bellsouth.net
Sun Jul 31 17:19:12 CDT 2016


Bug report SR-2234 has been filed.

Thanks


> On Jul 31, 2016, at 4:38 PM, Mark Lacey <mark.lacey at apple.com> wrote:
> 
> Can you please open a bug for this at bugs.swift.org?
> 
> Mark
> 
>> On Jul 31, 2016, at 13:07, Charles Lane via swift-users <swift-users at swift.org> wrote:
>> 
>> With Xcode Beta 3 and toolchain 07/29 the following line will cause a segmentation fault 11:
>> 
>> func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [String: Any]) {
>>>>>>       dismiss(animated: true)
>>   }
>> 
>> 
>> You have to leave this: [String: Any] as [String: AnyObject] and mark the func as @nonobc to stop the warning and stop the segmentation fault.
>> 
>> 
>> _______________________________________________
>> swift-users mailing list
>> swift-users at swift.org
>> https://lists.swift.org/mailman/listinfo/swift-users



More information about the swift-users mailing list