Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

sidbhatt11/XCode_Tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XCode_Tips

Things every XCode user must know/use

AddTheseToRunScriptPhase/

Simply take the scripts in this directory, add them to a new ‘Run Script’ build phase in your Xcode project, build once. And you are good to go !

TODO_FIXME_MANUAL_ERRORS.sh

TL;DR

This script will let you create warnings and errors manually.
Usage :

// TODO: This will generate a warning and highlight this line.  
// FIXME: Same as above.  
// ERROR: This will generate an error and will prevent you from building the project.  

About

Things every XCode user must know/use

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages