3

When running a bot in XCode 8 and using Swift 3 code, I'm getting this error: Opening import file for module 'MobileCoreServices': Permission denied

I'm using Carthage. I run the macOS Server in another user account on the same machine.

Can anyone please help?

Ganesan
  • 51
  • 1
  • 4
  • `carthage update` on building machine solves this issue, but it's not an option for distributed builds – brigadir Nov 07 '16 at 16:25

1 Answers1

0

I got this same error. What fixed it for me was to delete my Carthage/ folder in the project directory and to rebuild using carthage update, not sudo carthage update.

audrow
  • 143
  • 1
  • 9