简体   繁体   English

当我从其他应用程序向我的应用程序添加文件夹时出现错误,例如没有此类文件或目录

[英]when i am adding folder from other app to my app am getting error like no such file or directory

我正在从其他应用程序文件夹中添加文件夹,然后将该文件夹放入我的应用程序中,然后将文件夹文件导入到我的应用程序文件中,但是运行时却出现错误,例如没有此类文件或目录。

If you're attempting to move folders between running iPhone applications, you can't because of the application sandbox that isolates the applications from each other. 如果尝试在运行的iPhone应用程序之间移动文件夹,则不能使用,因为应用程序沙箱会将应用程序彼此隔离。

If you're attempting to add files and folders to an Xcode project, you need to make sure they are added to the appropriate target. 如果尝试将文件和文件夹添加到Xcode项目中,则需要确保将它们添加到适当的目标中。 If they are resources like images, sounds, plist etc you must have Xcode copy them to the project folder to ensure they are included in the final product. 如果它们是图像,声音,plist等资源,则必须让Xcode将它们复制到项目文件夹中,以确保它们包含在最终产品中。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在编译应用程序时遇到这样的错误 - while compiling app am getting the error like this 我试图从“文档”目录访问视频,但出现错误“无此文件或目录” - I am trying to access the video from the Document directory and i am getting error “No such file or directory” 就像我能够通过ibook来浏览pdf文件一样,如何从我的iPhone来浏览我的app的pdf文件? - How to browse pdf file from my iphone for my app, just like I am able to browse pdf file through ibooks? NSFetchedResultsController-我的_sectionNameKeyPath_是_nil_! 为什么添加/删除时出现此错误? - NSFetchedResultsController - My _sectionNameKeyPath_ is _nil_ !! Why am I getting this error when adding / deleting? 为什么我收到有关我的应用程序委托和CLLocationManageDelegate的警告? - Why am I getting this warning about my app delegate and CLLocationManageDelegate? 无法从Appstore下载我的应用程序的新版本,我可以下载其他应用程序 - Not able to download new version of my app from appstore, I am able to download other apps 我正在尝试通过我的iPhone应用程序与服务器通信时收到SSL错误 - I am getting SSL Error, while trying to communicate with the server through my iphone app 使用我的应用程序的mgtwitter引擎时出现一个错误 - I am getting one error while using the mgtwitter engine my app 我想在itunes connect中将我的通用应用程序更新为仅限iPad的应用程序。但在提交二进制文件时,我遇到了以下错误 - I want to update my universal app to iPad only app in itunes connect. But while submitting binary i am getting following error 为什么在安装iPhone应用程序时出现CGContext错误? - Why am I getting CGContext errors when installing an iPhone app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM