-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash #8
Comments
fatal error: 'try!' expression unexpectedly raised an error: Error Domain=NSCocoaErrorDomain Code=261 "The file “xxxxxClass.h” couldn’t be opened using text encoding Unicode (UTF-8). |
@bluesky0109 这个可能是这个文件的编码问题,换成UTF-8试试呢 |
下面这行崩溃: 问题是崩溃指到的文件是三方sdk中的,没法修改。 |
@Jinzhengxuan 可以不选择第三方sdk,只选择自己项目工程代码目录 |
fatal error: 'try!' expression unexpectedly raised an error: Error Domain=NSCocoaErrorDomain Code=261 "The file “XXXXX” couldn’t be opened using text encoding Unicode (UTF-8)." UserInfo={NSFilePath=/Users/XXXXX, NSStringEncoding=4}: file /Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-800.0.63/src/swift/stdlib/public/core/ErrorType.swift, line 178
The text was updated successfully, but these errors were encountered: