Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Carthage broken because of the update in Imaginary #247

Closed
yspreen opened this issue Jun 12, 2020 · 9 comments
Closed

Carthage broken because of the update in Imaginary #247

yspreen opened this issue Jun 12, 2020 · 9 comments

Comments

@yspreen
Copy link
Contributor

yspreen commented Jun 12, 2020

carthage update --platform iOS
*** Fetching Lightbox
*** Fetching Imaginary
*** Checking out Imaginary at "4.3.1"
*** Checking out Lightbox at "2.3.0"
*** xcodebuild output can be found in /var/folders/zx/vkw16gb963vbw6n8w_sgl_g40000gn/T/carthage-xcodebuild.cAzWRC.log
*** Downloading Imaginary.framework binary at "Imaginary — 4.3.1"
*** Building scheme "Lightbox-iOS" in Lightbox.xcodeproj
Build Failed
        Task failed with exit code 65:
        /usr/bin/xcrun xcodebuild -project /Users/user/Documents/proj/6tudio/ios-app/Carthage/Checkouts/Lightbox/Lightbox.xcodeproj -scheme Lightbox-iOS -configuration Release -derivedDataPath /Users/user/Library/Caches/org.carthage.CarthageKit/DerivedData/11.5_11E608c/Lightbox/2.3.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/zx/vkw16gb963vbw6n8w_sgl_g40000gn/T/Lightbox SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/user/Documents/proj/6tudio/ios-app/Carthage/Checkouts/Lightbox)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/zx/vkw16gb963vbw6n8w_sgl_g40000gn/T/carthage-xcodebuild.cAzWRC.log
───────┬─────────────────────────────────────────────────
       │ File: Cartfile
───────┼─────────────────────────────────────────────────
   1 ‾ │ github "hyperoslo/Lightbox" ~> 2.3
───────┴─────────────────────────────────────────────────
───────┬─────────────────────────────────────────────────
       │ File: Cartfile.resolved
───────┼─────────────────────────────────────────────────
   1 ~ │ github "hyperoslo/Imaginary" "4.3.1"
   2   │ github "hyperoslo/Lightbox" "2.3.0"
───────┴─────────────────────────────────────────────────
@3lvis
Copy link
Collaborator

3lvis commented Jun 13, 2020

This project is currently unmaintained and broken under iOS 13.

@3lvis
Copy link
Collaborator

3lvis commented Jun 13, 2020

Any help would be appreciated

@yspreen
Copy link
Contributor Author

yspreen commented Jun 15, 2020

How is it broken under iOS 13? If you fix the Imaginary version to the old one, everything works fine

@yspreen
Copy link
Contributor Author

yspreen commented Jun 15, 2020

github "hyperoslo/Imaginary" == 4.2.0

@yspreen
Copy link
Contributor Author

yspreen commented Jun 15, 2020

#249 should fix this, have a look.

@yspreen
Copy link
Contributor Author

yspreen commented Jun 15, 2020

Just a clarification: Imaginary == 4.2.0 is the fix for users. I fixed the issue with the PR by adding the now missing library, making the workaround not necessary anymore!

@yspreen
Copy link
Contributor Author

yspreen commented Jun 15, 2020

Thanks for merging! Once a new release is out I'll close this 👌

@3lvis
Copy link
Collaborator

3lvis commented Jun 22, 2020

Release is out!

@3lvis
Copy link
Collaborator

3lvis commented Jun 27, 2020

This should be fixed now :)

@3lvis 3lvis closed this as completed Jun 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants