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.
我想在我的项目中添加一个 *.ogg 文件。我需要 XCode 将其放置在沙盒中的某个位置。如果我拖放,它将不起作用。如果我对 mp3 文件做同样的事情,它可以工作。知道我怎样才能在沙盒中拥有那个 ogg 文件吗?
谢谢你。
有人告诉我解决方法。我必须从 Project / Buid Phases / Copy Bundle Resources 中手动添加文件,并且它起作用了。