When I create a new XCode project of ANY type and compile it I am get a missing file linking error.
It seems XCode will no longer generate the files that need to reside at :
AppName/build/AppName.build/Debug-iphonesimulator/AppName.build/Objects-normal/i386/……missingFiles
with the .o extension .
I have no clue where this setting may be or if I should reset xcode ?
If reseting to defaults is the case, I have run into this method for resetting Xcode on the net.
To reset Xcode to its factory settings for the logged-in user, run these commands in Terminal:
> defaults delete com.apple.Xcode
> rm -rf ~/Library/Application\ Support/Xcode
from here
Uninstall/Resetting Xcode - Notes of a Developer
Has anyone a solution and or has anyone reset xcode in the above method?
Thank you