简体   繁体   English

嵌入式Segue在iOS 5.1上不可用

[英]Embed segue are not available on ios 5.1

I have an app on the app store which Requires iOS 6.0 or later. 我在应用商店上有一个需要iOS 6.0或更高版本的应用。 I just loaded my project with Xcode 5, and I saw the error message Class Unavailable Embed segues are not available on iOS 5.1 and prior. 我刚刚用Xcode 5加载了项目,并且看到错误消息Class Unavailable Embed segues在iOS 5.1及更高版本上不可用。 I have verified IOS Deployment target is 6.0 and IOS Deployment target is 6.0. 我已验证IOS部署目标为6.0,并且IOS部署目标为6.0。 Prior to xcode 5 I had no issues any ideas ? 在使用xcode 5之前,我没有任何想法吗?

Figured it out. 弄清楚了。 I thought this was sdk version or deployment target. 我以为这是SDK版本或部署目标。 It wasn't there is additional setting in the storyboard properties tab of interface builder. 界面构建器的情节提要属性选项卡中没有其他设置。 I changed "Build for" to ios 6.0 and later. 我将“ Build for”更改为ios 6.0及更高版本。 Issue gone. 问题不见了。

I have met the same problem today. 我今天遇到了同样的问题。 Switched Deployment target to 7.0, cleaned&built the project (with error), and then switched back to 6.1, cleaned again. 将“部署目标”切换到7.0,清理并构建了项目(错误),然后又切换回6.1,再次清理。 Now project builds. 现在建立项目。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM