Command LinkStoryboards failed with a nonzero exit code while add another storyboard link to my tabbar iOS swift

 Problem:

I had tried to add viewcontroller for tab bar as another storyboard file and linked as viewcontroller.

That time while i run the project error came as like below

Command LinkStoryboards failed with a nonzero exit code

Solution:

It's because you dont had an entry point in the storyboard file that you linked.So you have to add the entry point you want to add the viewcontroller in tabbar as entry point for the storyboard.

It will be works good..Happy coding..

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift