XCode 9.4.1 (9F2000)
The following warning occurred in Storyborad on iOS.
~/ProjectName/ProjectName/Base.lproj/Main.storyboard:
Segues initiated directly from view controllers must have an identifier
Segies requires an ID when attaching to another View Controller as it is from the View Controller.
The warning disappears when Segue is selected and the Identifier is set from the Attirbute inspector.
“If you use Segue, you need an ID, so give it a name.”
Similar Posts:
- iOS Presenting view controllers on detached view controllers is discouraged
- Xcode Error: Unknown class XXX in Interface Builder file
- Wrong02-Could not find a storyboard named‘Main’in bundle NSBundle
- Xcode 6 Bug: Unknown class in Interface Builder file
- [Solved] Unity Xcode Error: A build only device cannot be used to run this target
- whose view is not in the window hierarchy!
- An App ID with Identifier ‘XXX’ is not available
- [Solved] uniapp IOS cloud packaging error: Error @storyboard: invalid custom storyboard file!
- [Solved] Vue3+ts+eslint Error: warning Unexpected any. Specify a different type, warning Delete `·` , Missing return type on function, Require statement not part of import statement
- Xcode + IOS + flutter real machine debugging error [How to Solve]