Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最初需要在我的 iOS 应用程序中放置一些文件,并通过应用程序运行将它们复制到 Documents。
我将它们放在主包中,但我无法移动它们。然后我尝试这样做我有一个错误。
我发现这些文件不可写。
那么我怎样才能完成这项任务呢?
您需要通过从捆绑包中复制文件来创建 Documents 文件夹中文件的初始版本。捆绑包本身是只读的。