源文件无效UTF-8

时间:2016-12-22 06:24:49

标签: ios objective-c xcode

我收到构建错误:源文件对于特定文件无效UTF-8

我附上了截图以获取更多信息。

enter image description here

源代码:

 @interface DetailCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UIImageView *imgView;
@property (weak, nonatomic) IBOutlet UILabel *lblSize;
@property (weak, nonatomic) IBOutlet UILabel *lblNumber;
@property (weak, nonatomic) IBOutlet UIButton *btnCount;

@end

1 个答案:

答案 0 :(得分:0)

问题在于你的链接。 您需要创建符号链接而不是别名。

这里是对链接类型之间差异的解释

https://www.lifewire.com/aliases-symbolic-links-hard-links-mac-2260189

以及有关如何创建符号链接的说明

https://kb.iu.edu/d/abbe