Skip to content

Commit 3f975aa

Browse files
authored
[CoreML] Update to Xcode 9 Beta 3 (#2321)
CVPixelBuffer is now enabled on watchOS 4 but it has not been bound yet added TODO: and bug so we do not forget https://bugzilla.xamarin.com/show_bug.cgi?id=58097
1 parent 6f32d6f commit 3f975aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/coreml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ interface MLFeatureValue : NSCopying {
119119
[Export ("dictionaryValue")]
120120
NSDictionary<NSObject, NSNumber> DictionaryValue { get; }
121121

122-
#if !WATCH
122+
#if !WATCH // TODO: Enable once CoreVideo's CVPixelBuffer is enabled on watch profile https://bugzilla.xamarin.com/show_bug.cgi?id=58097
123123
[NullAllowed, Export ("imageBufferValue")]
124124
CVPixelBuffer ImageBufferValue { get; }
125125

0 commit comments

Comments
 (0)