Saturday, September 21, 2019

Identify when Application is not building and gives Error

If application is not building and give error.

To check which file create error in Xcode and not being identify than use 

To see which files are causing this error, run this command in Terminal:

 $ xattr -lr <path_to_app_bundle .app>

You can also remove all extended attributes from your app bundle with the xattr command:

$ xattr -cr <path_to_app_bundle .app>