-
Notifications
You must be signed in to change notification settings - Fork 121
Losing Clang on Xcode Update #8
Comments
Or just copy It works, because they are the same ;-) |
Or save clang-backup in ~/.dyci folder |
I keep getting this error, after I changed the build phases to configure another run script. "Couldn't load index file '/Users/prabha-1044/.dyci/index/8845d3f04edeb8499c9547d736a6ba41' (/Users/prabha-1044/Friendtam/Official/NativeApp/HomeViewController.m). Use default compilation instead" |
would you be so kind to post comments to correct thread? |
@PaulTaykalo : Sorry about that. I just lost track of finding my way to the issues page. And thanks for taking time to reply me. |
Does it work after cleanup? |
Nope, Its working in XCode 5, but not in XCode 4.6.3. I have tried clean and also deleted all DerivedData builds. Posting this in new issue #26 |
Update from 5.0.x -> 5.1 worked without removing dyci first. Everything looks fine after update.
(and yes, it's clang, and not the proxy) and after reinstallation of dyci:
|
If you're using dyci from Xcode only, you can try to use |
If dyci is installed, then, when Xcode updates,
it deletes clang-real, and clang-backup
And you can restore it only by fully removing and reinstalling Xcode
That sucks.
Current solution 1:
Uninstall dyci before updating Xcode
Current solution 2:
Remove and reinstall Xcode
The text was updated successfully, but these errors were encountered: