-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
  • 50,140
  • 28
  • 121
  • 140

1 Answers1

0

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

Use the rename option from the refactor menu.

meda
  • 45,103
  • 14
  • 92
  • 122