-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Comments
I have verified once I open the Checked-out project in Xcode directly, both the ExampleModel and main projects build/test with no problems. |
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
3 tasks
tonyarnold
added a commit
that referenced
this issue
Oct 25, 2016
Fixes #100 Signed-off-by: Tony Arnold <tony@thecocoabots.com>
3 tasks
@darkhonor - just tagged and released 6.0.1 😄 |
Awesome! Thank you @jessesquires and @tonyarnold |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
New issue checklist
README
and docs.General information
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)
The text was updated successfully, but these errors were encountered: