Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

"Type 'CMTime' has no member 'zero'" issue in Xcode version 16.2 can be resolved by updating the AVFoundation framework to the latest version. To do this:

  1. Go to the project navigator and select the project.
  2. Select the target and go to the "General" tab.
  3. Scroll down to "Embedded Binaries" and remove the existing AVFoundation framework.
  4. Click the "+" button and select the latest version of the AVFoundation framework to add it to the project.
  5. Clean the project by going to "Product" > "Clean".
  6. Build the project by going to "Product" > "Build".

After following these steps, the "Type 'CMTime' has no member 'zero'" issue should be resolved.