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

ios - 解析 1.11 PFACL 没有成员 setPublicReadAccess


                                            <p><p>我从 <a href="https://github.com/kwkhaw/Layer-Parse-iOS-Swift-Example" rel="noreferrer noopener nofollow">https://github.com/kwkhaw/Layer-Parse-iOS-Swift-Example</a> 开始使用演示应用程序它使用 1.8,但在我的主应用程序中,我只是使用了最新的一个,对我来说是 1.11。 </p>

<p>但这给了我标题和下图中的问题。我是新来解析的。有替代品吗?如何在新版本中维护功能?</p>

<p> <a href="/image/m0Y8e.png" rel="noreferrer noopener nofollow"><img src="/image/m0Y8e.png" alt="problem"/></a> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>不再是setter函数,是var,所以需要改成:</p>

<pre><code>defaultACL.publicReadAccess = true
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 解析 1.11 PFACL 没有成员 setPublicReadAccess,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/34673239/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/34673239/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 解析 1.11 PFACL 没有成员 setPublicReadAccess