fatal error: could not build module

Issue #68 closed
Former user created an issue

I'm trying to Analyze my project which is publicly available by https://github.com/diejmon/DSLibCore

But I receive:

COMPILER ERROR when parsing file /Tests/DSQueue_Tests.m: /Users/diejmon/Projects/DSLibCore/Example/Tests/DSQueue_Tests.m:12:9: fatal error: could not build module 'DSLibCore'

COMPILER ERROR when parsing file /Tests/NSArrayExtensionsSpec.m: /Users/diejmon/Projects/DSLibCore/Example/Tests/NSArrayExtensionsSpec.m:13:9: fatal error: could not build module 'DSLibCore'

I use cocoapods in this project.

I get similar errors in all projects I have with cocoa pods.

Comments (6)

  1. Ali Rantakari repo owner

    Are you using the Xcode 7 beta? Please check with the following command:

    xcrun xcodebuild -version
    
  2. Ali Rantakari repo owner

    I have just released v1.5 — please check if this problem still occurs with that.

  3. Log in to comment