what is the use of PO command in Xcode?



what is the use of PO command in Xcode?..

Answer / Reeturaj Pandey

{"The PO command in Xcode is used for managing strings in localization projects. It generates .strings files, merges .strings files, and compiles .xib files with localized strings.nExample:npo xcrun xibmerge -merge BaseViewController.xib en.lproj/BaseViewController.xib es.lproj/BaseViewController.xib -output MyProject.app/en.lproj/BaseViewController.xibnThis command merges the English (en) and Spanish (es) .xib files for the BaseViewController in the project.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

What is nsoperation and nsoperationqueue?

1 Answers  


is code completion is active by default in iphone development?

1 Answers  


How to convert MVC design pattern to MVVM design patterns

1 Answers  


What is the 'implementation'?

1 Answers  


Is ios 9 still supported by apple?

1 Answers  


How does the runtime handle message passing? What is message forwarding?

1 Answers  


What is the difference between NSArray and NSMutableArray in iOS operating system?

1 Answers   CDC,


What is arc in ios?

1 Answers  


What is mapping model?

1 Answers  


What is the methods for unzip file in AFNetworking

1 Answers  


Explain usage of struct?

1 Answers  


Enlist the latest ios development patform?

1 Answers  


Categories