开发者

I deleted flite files from my app and now when i try to re-import them, i'm getting an error

So i deleted 3 flite voices from my app that i didn't need, to speed it up. But then i got errors that they were required so i tried putting them back in and although the files were gone and deleted, i g开发者_如何学编程ot a Could not copy [location] to [location] error. How would I go about re-importing them without getting this error?

Anybody else had some similar before?


Restore the original files back in the project folder, or remove the references to the files and find another solution.


You probably didn't delete those files, just the references to them. Go to the project folder and delete them by hand, Xcode can't put them there because files with such names already exist in the folder


It just means you need to change the import option to not use "copy", since they are already in the location they would be copied TO.

In the dialog box that comes up when the drag the files into XCode just make sure it's not set to copy.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜