What is the most recent snapshot that will actually work and compile code? 7/29 
and 7/28 both fail for me.

Thanks!

-- Erica


> On Jul 31, 2016, at 4:19 PM, Charles Lane via swift-users 
> <swift-users@swift.org> wrote:
> 
> Bug report SR-2234 has been filed.
> 
> Thanks
> 
> 
>> On Jul 31, 2016, at 4:38 PM, Mark Lacey <mark.la...@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@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@swift.org
>>> https://lists.swift.org/mailman/listinfo/swift-users
> 
> _______________________________________________
> swift-users mailing list
> swift-users@swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to