简体   繁体   English

情节提要更改未在模拟器/ iPhone中更新

[英]Storyboard changes not updating in simulator/iphone

I have a wierd issue were changes I make on the storyboard are not reflected on the simulator or device. 我在情节提要板上所做的更改未反映在模拟器或设备上,这是一个令人困扰的问题。 This only occurs when I update the storyboard to xcode5. 仅当我将情节提要板更新为xcode5时才会发生这种情况。 When reverted back to xcode 4 the storyboard works fine. 当恢复为xcode 4时,情节提要可以正常工作。

I have tried clean and deleting the app but nothing works. 我尝试清理并删除该应用程序,但没有任何效果。 Any suggestions would be appreciated. 任何建议,将不胜感激。

I have tried this : Storyboard won't update in simulator but I am not sure how to get to DerivedData/APPNAME/Build/Products/Debug-iphonesimultator/APPNAME.app 我已经尝试过: 故事板不会在模拟器中更新,但是我不确定如何获取DerivedData/APPNAME/Build/Products/Debug-iphonesimultator/APPNAME.app

Xcode 5 changed the control over constraints. Xcode 5更改了对约束的控制。 This will often lead to mistakes in the beginning. 一开始这通常会导致错误。 Use the Resolve Auto Layout Issues button to fix your mistakes. 使用解决自动布局问题按钮来纠正您的错误。

Xcode 5解决自动布局问题

Go to storyboard and look for the menu bar to find the Resolve Auto Layout Issues button. 转到情节提要,然后找到菜单栏以找到“解决自动布局问题”按钮。 There you can update constraints, add missing constraints, reset to suggested constraints, or clear all constraints. 您可以在此处更新约束,添加缺少的约束,重置为建议的约束或清除所有约束。

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

相关问题 故事板更改未在iPhone Simulator中更新 - Storyboard changes not updating in iPhone Simulator Swift XCode-情节提要中的更改未反映在iPhone模拟器中 - Swift XCode - Changes in storyboard aren't being reflected in the iPhone simulator IBInspectable 不在情节提要中更新,但在模拟器上工作 - IBInspectable not updating in storyboard but works on simulator iPhone Pluses和X中的故事板和模拟器的视图不同 - Views differ in storyboard and Simulator in iphone Pluses and X Xcode故事板更改未在设备或模拟器上显示 - Xcode storyboard changes not showing on device or simulator 忘了添加IPad故事板,现在Simulator总是运行IPhone故事板 - Forgot to add IPad storyboard and now Simulator is always running IPhone storyboard iOS:自动版面配置问题。 模拟器的结果随着情节提要的变化而变化 - iOS: A Issue with Auto Layout. Simulator Result Changes As Storyboard Changes 在iphone5(7.1)模拟器上,在StoryBoard上创建的UIBarButtonItem没有调用IBAction方法 - On iphone5 (7.1) simulator, UIBarButtonItem created on StoryBoard not calling IBAction method iPhone视网膜4英寸模拟器,情节提要设置为3.5英寸 - iPhone retina 4-inch Simulator with Storyboard set to 3.5 inch iOS模拟器(iPhone6)viewControllers与storyBoard控制器不匹配 - iOS simulator (iPhone6) viewControllers does not match storyBoard controllers
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM