菜鸟教程小白 发表于 2022-12-12 23:48:50

objective-c - NSInvalidArgumentException - setAllHTTPHeaderFields


                                            <p><p>iOS 应用编程新手。可能有一个简单的解决方法,但我显然不知道。以下是有问题的代码:</p>

<pre><code>NSDictionary * headers = ;
;
</code></pre>

<p>这是抛出的异常:</p>

<pre><code>: unrecognized selector sent to instance 0x1d82a7e0
</code></pre>

<p>任何帮助将不胜感激!如果您需要任何进一步的信息,请告诉我。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您可能需要使用 NSMutableURLRequest 而不是 NSURLRequest。 </p></p>
                                   
                                                <p style="font-size: 20px;">关于objective-c - NSInvalidArgumentException - setAllHTTPHeaderFields,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/13447494/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/13447494/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: objective-c - NSInvalidArgumentException - setAllHTTPHeaderFields