简体   繁体   English

我完成了我的应用程序,但是当我尝试运行模拟器时,此错误代码一直显示

[英]I finished my app, but this error code keeps showing up when I try to run the simulator

Compilation Failed. 编译失败。 Unable to write path User/Alex/Library/Develop...phonesimulator/ElephantJokes.app/en.Iprog/Mainstoryboard.storyboard.dc 无法写入路径User / Alex / Library / Develop ... phonesimulator / ElephantJokes.app / en.Iprog / Mainstoryboard.storyboard.dc

Any ideas on what is wrong? 对什么地方有任何想法吗? My guess is that storyboard c is missing, is that correct? 我的猜测是故事板c丢失了,对吗?

This is just a assumption but the problem is probably related to an outlet/connection that you've set up and the compiler doesn't like for some reason! 这只是一个假设,但问题可能与您设置的插座/连接有关,并且由于某些原因编译器不喜欢! The problem is finding out which outlet this is. 问题是找出这是哪个出口。 Check the connections inspector in your storyboard file for some "old" connections or so. 检查情节提要文件中的连接检查器是否存在某些“旧”连接。

If the folder you mentioned is /Users//Library/Developer/Xcode/DerivedData/ 如果您提到的文件夹是/ Users // Library / Developer / Xcode / DerivedData /

If something like that... You could delete the folder and try to compile again... this will not delete your project.. this is just a cache that xcode keeps.. 如果是这样的话...您可以删除文件夹,然后尝试再次编译...这不会删除您的项目..这只是xcode保留的缓存。

暂无
暂无

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

相关问题 当我尝试从“最近使用的应用”栏中终止我的应用时,模拟器崩溃 - My simulator crashes when I try to terminate my app from the recent-apps bar 当我尝试在Android模拟器上运行Titan App时出现错误 - error when I try to run titanium app on android emulator 每当我尝试通过存档验证我的应用时,Xcode都会不断给我报亭错误 - Xcode keeps giving me Newsstand error everytime I try Validate my app through Archive 应用程序在 Xcode 模拟器上运行,但连接手机时显示错误 - App running on Xcode simulator but showing error when connecting my phone 当我在模拟器上构建并运行iPhone应用程序时,只会出现白屏 - When I Build and Run my iPhone Application on the simulator, Only a White screen Comes Up 我尝试编译我的应用程序时出现错误 - Im getting a error when I try and compile my app 我将UIButtons添加到我的应用程序中并为其制作了自定义图像,但是当我在模拟器中运行该应用程序时,我的按钮被严重拉伸了 - I added UIButtons to my app and made custom images for them, but when I run the app in the simulator, my buttons are severely stretched 我无法在iOS 8.1模拟器中运行我的应用程序 - I can't run my app in iOS 8.1 simulator 当我在模拟器上运行iPhone应用程序时,屏幕为白色 - When I run iphone app on simulator, screen is white 尝试取消引用nil对象时,如何使iPhone模拟器生成错误? - How can I make iPhone simulator generate an error when I try to dereference a nil object?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM