Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to force Xcode to relink

Tags:

xcode

xcode4

When I update a source file (not a header) in Xcode in one library, Xcode doesn't seem to know when to relink with that library.

Is there a way to force xcode to relink without having to clean or modify a header file?

like image 530
syvex Avatar asked Sep 18 '12 16:09

syvex


1 Answers

Correct me if I am wrong, but i believe that if you drop the latest source file in the same location and overright the previous version of the file. Xcode will pick the latest source file

like image 113
lancegoh Avatar answered Nov 15 '22 10:11

lancegoh