菜鸟教程小白 发表于 2022-12-12 13:34:47

ios - 非常奇怪的崩溃报告,我无法重现关于 segues 的信息


                                            <p><p>我在 Crashlytics 中有这个错误:</p>

<pre><code>Fatal Exception NSGenericException
Could not find a navigation controller for segue &#39;PlanToBusiness&#39;. Push segues can only be used when the source controller is managed by an instance of UINavigationController.
</code></pre>

<p>我只在应用程序的一个地方有那个 segue。这是它的代码。</p>

<pre><code>- (void)performPlanToBusinessSegueOnMainThread
{
    ;
    ;
}
</code></pre>

<p>每当我尝试使用应用程序的那个区域时,它都能正常工作。而且错误本身似乎只发生在 5% 的用户身上。有谁知道这可能是什么原因?我正在使用 Storyboard。</p>

<p>谢谢!</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您需要将 ViewController 嵌入 UINavigationController <img src="/image/Pt7Kc.png" alt="Example"/> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 非常奇怪的崩溃报告,我无法重现关于 segues 的信息,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/18171508/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/18171508/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 非常奇怪的崩溃报告,我无法重现关于 segues 的信息