菜鸟教程小白 发表于 2022-12-13 01:23:45

ios - 使用 AVPlayer seekToTime :kCMTimeZero 时 Apple Mach-O 链接器错误


                                            <p><p>我在尝试重新启动影片剪辑时收到此错误。</p>

<pre><code>Apple Mach-O Linker Error
&#34;_kCMTimeZero&#34;, referenced from:
Linker command failed with the exit code 1 (use -v to see invocation)
</code></pre>

<p>我查看了构建阶段,其中包含 <code>AVFoundation 框架</code>。</p>

<p>查看了其他 <code>Apple Mach-O Linker Error</code>,这让我尝试进行干净的构建,重新启动 XCode 和操作系统。但这没有帮助。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您需要 <code>CoreMedia</code> 框架才能使用 <code>kCMTimeZero</code>。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 使用 AVPlayer seekToTime :kCMTimeZero 时 Apple Mach-O 链接器错误,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/43884750/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/43884750/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 使用 AVPlayer seekToTime :kCMTimeZero 时 Apple Mach-O 链接器错误