swift - XCode 服务器 : Opening import file for module 'MobileCoreServices' : Permission denied

标签 swift xcode

在 XCode 8 中运行机器人并使用 Swift 3 代码时,出现此错误: 正在打开模块“MobileCoreServices”的导入文件:权限被拒绝

我正在使用迦太基。我在同一台机器上的另一个用户帐户中运行 macOS 服务器。

有人可以帮忙吗?

最佳答案

我遇到了同样的错误。为我修复的是删除项目目录中的 Carthage/ 文件夹并使用 carthage update 重建,而不是 sudo carthage update

关于swift - XCode 服务器 : Opening import file for module 'MobileCoreServices' : Permission denied,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40036913/

相关文章:

ios - 如何在 Swift 中使用 sizeThatFits?

ios - Parse & Swift- 随机化图像

ios - iOS 的 Game Center 中没有可用数据

ios - 在文本框中显示 API 数据

ios - 如何从 pickerView didSelectRow 委托(delegate)方法更新警报 Controller 的 UITextField 上的文本?

ios - Xcode:根据预处理器标志从 Assets 目录中排除构建中的图像

ios - Swift 3 - 尝试执行获取请求时程序崩溃

iphone - 如何在 iPad 应用程序中显示 GridView 等数据

ios - 如何在 Swift 中使用 Yelp API?

ios - 检测附近的用户并通过推送通知 iOS 进行通知