Ask Your Question
2

How can I resolve the "Type 'CMTime' has no member 'zero'" issue in Xcode version 16.2?

asked 2023-07-19 19:12:14 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-07-19 19:27:01 +0000

david gravatar image

"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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-19 19:12:14 +0000

Seen: 12 times

Last updated: Jul 19 '23