diff --git a/src/coreml.cs b/src/coreml.cs index 9018424efb..daf0f5efcd 100644 --- a/src/coreml.cs +++ b/src/coreml.cs @@ -78,19 +78,14 @@ namespace XamCore.CoreML { // Category MLFeatureDescription (MLFeatureValueConstraints) - // HACK: radar://33643011 -> https://trello.com/c/ZN712GOi - - // [FAIL] Selector not found for CoreML.MLFeatureDescription : setMultiArrayConstraint: [NullAllowed, Export ("multiArrayConstraint", ArgumentSemantic.Assign)] - MLMultiArrayConstraint MultiArrayConstraint { get; /*set;*/ } + MLMultiArrayConstraint MultiArrayConstraint { get; } - // [FAIL] Selector not found for CoreML.MLFeatureDescription : setImageConstraint: [NullAllowed, Export ("imageConstraint", ArgumentSemantic.Assign)] - MLImageConstraint ImageConstraint { get; /*set;*/ } + MLImageConstraint ImageConstraint { get; } - // [FAIL] Selector not found for CoreML.MLFeatureDescription : setDictionaryConstraint: [NullAllowed, Export ("dictionaryConstraint", ArgumentSemantic.Assign)] - MLDictionaryConstraint DictionaryConstraint { get; /*set;*/ } + MLDictionaryConstraint DictionaryConstraint { get; } } interface IMLFeatureProvider { }