菜鸟教程小白 发表于 2022-12-12 17:10:06

ios - NSKeyedArchiver 使用什么字符编码或文件格式?


                                            <p><p>我目前正在调查一个据称通过 <code>NSKeyedArchiver</code> 存储的文件的解压缩过程中发生的崩溃。崩溃日志包含文件的前 8 个字节(我只包括了下面的前 2 个)。</p>

<pre><code>Fatal Exception: NSInvalidArgumentException
*** -: incomprehensible archive (0xffffffa6, 0xffffff9e, ...)
</code></pre>

<p>我无法使用 ASCII、Base64、UTF8 或 UTF16 将这些字节解码为有用的内容。有谁知道 <code>NSKeyedArchiver</code> 使用哪种文件格式和/或字符编码,或者我如何将这些字节解码为人类可读的内容?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>键控存档存储为二进制 plist。您可以使用 <code>plutil</code> 命令行实用程序来打印、验证或操作内容。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - NSKeyedArchiver 使用什么字符编码或文件格式?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/33757346/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/33757346/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - NSKeyedArchiver 使用什么字符编码或文件格式?