菜鸟教程小白 发表于 2022-12-11 20:26:47

ios - PLCrashReporter 未在 Xcode 10 beta 5 中编译


                                            <p><p>PLCrashReporter 未在 Xcode 10 beta 中编译。似乎是寄存器大小问题。</p>

<p>错误:指令 movq %cs, 160(%rsp) 的操作数无效;</p>

<p>错误:指令 movq %fs, 168(%rsp) 的操作数无效;</p>

<p>错误:指令 movq %gs, 176(%rsp) 的操作数无效;</p>

<p>我确实点击了此链接 <a href="https://github.com/plausiblelabs/plcrashreporter/pull/12/files" rel="noreferrer noopener nofollow">https://github.com/plausiblelabs/plcrashreporter/pull/12/files</a>在进行代码更改后,其他指令出现错误。</p>

<p>错误:movl %cs, 16 +56(%esp) 指令的操作数无效;</p>

<p>错误:movl %ds 指令的操作数无效,16 +60(%esp);</p>

<p>错误:movl %es 指令的操作数无效,16 +64(%esp);</p>

<p>非常感谢任何帮助。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>beta 5 似乎有很多 bug。</p>

<p>我的是 <code>ln</code> 错误</p>

<p>beta 1~4 一切正常。加上 Xcode 9</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - PLCrashReporter 未在 Xcode 10 beta 5 中编译,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/51739802/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/51739802/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - PLCrashReporter 未在 Xcode 10 beta 5 中编译