Guest User

Untitled

a guest
Dec 18th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. ld: duplicate symbol .objc_class_name_BlogTableItemCell in /Users/fabian/Development/Workspaces/iphone_experiments/xcode_build_output/MausLog.build/Debug-iphonesimulator/MausLog.build/Objects-normal/i386/BlogTableItemCell-3733583914888A7B.o and /Users/fabian/Development/Workspaces/iphone_experiments/xcode_build_output/MausLog.build/Debug-iphonesimulator/MausLog.build/Objects-normal/i386/BlogTableItemCell-3733583914888A7B.o
  2. collect2: ld returned 1 exit status
  3. Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
  4.  
  5. int const kCropLocationTop = 1;
  6.  
  7. extern int const kCropLocationTop;
  8.  
  9. int const kCropLocationTop = 1;
  10.  
  11. grep "import.*.m" **/*.[hm]
  12.  
  13. NSString * const kCoolConstant = @"cool";
  14.  
  15. NSString * const kCoolConstant = @"cool";
  16.  
  17. ln -s /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.10.xctoolchain
  18.  
  19. rm /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.10.xctoolchain
Add Comment
Please, Sign In to add comment