为什么“ Bundle.main.resourcePath”失败?

时间:2018-08-28 04:39:03

标签: swift macos

Question

  • 为什么“ Bundle.main.resourcePath”案例失败?

Problem

  • 主要是成功(mac)
  • 一个设备发生故障(mac)

Target

  • Mac OS应用程序

My Code

let errorMsg = "my function - fail"
guard let urlResourcePath = URL(string:Bundle.main.resourcePath!)else {
    NSLog(errorMsg);return;
}

0 个答案:

没有答案