我越来越:
error: read Failed: The data couldn’t be read because it isn’t in the
correct format.
尝试运行本地化文件时:
"Hi" = "Hi translated" "Bye" = "Bye translated"
有什么想法吗?只在Objective-C中找到了其他答案.
解决方法
即使您使用不需要的Swift,您仍需要在本地化文件中使用分号.正确的格式是:
"Hi" = "Hi translated"; "Bye" = "Bye translated";