how to get Firewire Guid In Xcode 11 using ImageCapturecore FrameWork?

Hi,

Before Xcode 10 to get FirewireGUID using ImageCaputercore Framework in "ICDevice.h" there was this property "@property(readonly) long long fwGUID;" now in latest xcode 11 this has been removed so how do i get the FireWire guid in latest xcode 11.

Any help is appreciated

Thanks in advance.

Replies

Is there a reason you can't use persistentIDString or serialNumberString from the ICDevice class?
The fwGUID method has been removed in 10.15 headers.
http://codeworkshop.net/objc-diff/sdkdiffs/macos/10.15/ImageCaptureCore.html