Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Carthage build fails on ExampleModel in v6.0 #100

Closed
3 tasks done
darkhonor opened this issue Oct 24, 2016 · 4 comments
Closed
3 tasks done

Carthage build fails on ExampleModel in v6.0 #100

darkhonor opened this issue Oct 24, 2016 · 4 comments
Labels
Milestone

Comments

@darkhonor
Copy link

New issue checklist

General information

  • Library version(s): 6.0
  • OS version(s): macOS Sierra
  • Devices/Simulators affected: All
  • Reproducible in the demo project (Yes/No): Yes
  • Related issues: N/A

Expected behavior

Successfully build using: $ carthage update

Actual behavior

Build fails when building scheme "ExampleModel-OSX"

Steps to reproduce

Run $ carthage update

Crash log? Screenshots? Videos? Sample project?

aackerman$ carthage update
*** Fetching JSQCoreDataKit
*** Checking out JSQCoreDataKit at "6.0.0"
*** xcodebuild output can be found in /var/folders/6j/0bvnfctj4sx583zk7wg6ds_h0000gn/T/carthage-xcodebuild.qpDJ8s.log
*** Building scheme "JSQCoreDataKit-OSX" in JSQCoreDataKit.xcodeproj
*** Building scheme "JSQCoreDataKit-iOS" in JSQCoreDataKit.xcodeproj
*** Building scheme "JSQCoreDataKit-tvOS" in JSQCoreDataKit.xcodeproj
*** Building scheme "JSQCoreDataKit-watchOS" in JSQCoreDataKit.xcodeproj
*** Building scheme "ExampleModel-OSX" in ExampleModel.xcodeproj
** BUILD FAILED **

The following build commands failed:
CompileSwift normal x86_64 /Users/aackerman/Developer/VTModel/Carthage/Checkouts/JSQCoreDataKit/Example/ExampleModel/ExampleModel/Model.swift
CompileSwift normal x86_64 /Users/aackerman/Developer/VTModel/Carthage/Checkouts/JSQCoreDataKit/Example/ExampleModel/ExampleModel/Company.swift
CompileSwift normal x86_64 /Users/aackerman/Developer/VTModel/Carthage/Checkouts/JSQCoreDataKit/Example/ExampleModel/ExampleModel/Employee.swift
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
(4 failures)
/Users/aackerman/Developer/VTModel/Carthage/Checkouts/JSQCoreDataKit/Example/ExampleModel/ExampleModel/Company.swift:21:8: error: no such module 'JSQCoreDataKit'
/Users/aackerman/Developer/VTModel/Carthage/Checkouts/JSQCoreDataKit/Example/ExampleModel/ExampleModel/Company.swift:21:8: error: no such module 'JSQCoreDataKit'
/Users/aackerman/Developer/VTModel/Carthage/Checkouts/JSQCoreDataKit/Example/ExampleModel/ExampleModel/Company.swift:21:8: error: no such module 'JSQCoreDataKit'
A shell task (/usr/bin/xcrun xcodebuild -project /Users/aackerman/Developer/VTModel/Carthage/Checkouts/JSQCoreDataKit/Example/ExampleModel/ExampleModel.xcodeproj -scheme ExampleModel-OSX -configuration Release ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65:
** BUILD FAILED **

The following build commands failed:
CompileSwift normal x86_64 /Users/aackerman/Developer/VTModel/Carthage/Checkouts/JSQCoreDataKit/Example/ExampleModel/ExampleModel/Model.swift
CompileSwift normal x86_64 /Users/aackerman/Developer/VTModel/Carthage/Checkouts/JSQCoreDataKit/Example/ExampleModel/ExampleModel/Company.swift
CompileSwift normal x86_64 /Users/aackerman/Developer/VTModel/Carthage/Checkouts/JSQCoreDataKit/Example/ExampleModel/ExampleModel/Employee.swift
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
(4 failures)

@darkhonor
Copy link
Author

I have verified once I open the Checked-out project in Xcode directly, both the ExampleModel and main projects build/test with no problems.

@jessesquires
Copy link
Owner

Thanks @darkhonor ! 👍

I won't have much time to look into this. Will accept a PR though! 😄

darkhonor pushed a commit to darkhonor/JSQCoreDataKit that referenced this issue Oct 25, 2016
tonyarnold added a commit that referenced this issue Oct 25, 2016
Fixes #100

Signed-off-by: Tony Arnold <tony@thecocoabots.com>
@jessesquires jessesquires modified the milestone: 6.0.1 Oct 27, 2016
@jessesquires
Copy link
Owner

@darkhonor - just tagged and released 6.0.1 😄

@darkhonor
Copy link
Author

Awesome! Thank you @jessesquires and @tonyarnold

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants