Missing Sub Module AudioToolbox/AudioCodec, XCode: Version 10.1 (10B61).

Attemptiing to use/browse the AudioCodec API, seeing this error from XCode, also get "Missing Submodule" if I try include it via the bridging header ... Is this a known issue? Is there a quick fix? ...


XCode: Version 10.1 (10B61).


Couldn't Generate Swift Representation

Error (From SourceKit):

"Could not load module AudioToolbox.AudioCodec"

Accepted Reply

Interestingly the header is accessible from objc, so perhaps it's just been left out in Swift.

Replies

Interestingly the header is accessible from objc, so perhaps it's just been left out in Swift.

Looks like I answered my own question ^^. Filed a bug report just in case it's been left out of Swift by accident.