-1

I have problem with ignoring a file named /Users/xxx/Library/Developer/Xcode/DerivedData/chujbmojjelunhdinhgozymhlaivyflt/Build/Products/Debug-iphonesimulator/chuj.app/chuj,

file was built for i386 which is not the architecture being linked (x86_64):

/Users/xxx/Library/Developer/Xcode/DerivedData/chuj-bmojjelunhdinhgozymhlaivyflt/Build/Products/Debug-iphonesimulator/chuj.app/chuj

I was changing name of my app and something have gone wrong. How can I fix this so the file will be ignored properly?

Bhargav Rao
  • 45,811
  • 27
  • 120
  • 136

1 Answers1

0

Don't change name manually, it will break things.

Use the rename option from the refactor menu.

meda
  • 44,540
  • 14
  • 88
  • 122