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 support #8

Merged
merged 6 commits into from
Nov 7, 2019
Merged

Carthage support #8

merged 6 commits into from
Nov 7, 2019

Conversation

RomanPodymov
Copy link
Contributor

Hello.
Thank you for DTTJailbreakDetection.
In this pull request I added support for Carthage.

@thii thii merged commit 35c3faf into thii:master Nov 7, 2019
@ralbertini
Copy link

I tried to use with Carthage, but I got this error on carthage update:

[13:48:51]: ▸ *** Skipped building DTTJailbreakDetection due to the error:
[13:48:51]: ▸ Dependency "DTTJailbreakDetection" has no shared framework schemes for any of the platforms: iOS
[13:48:51]: ▸ If you believe this to be an error, please file an issue with the maintainers at https://github.com/thii/DTTJailbreakDetection/issues/new

:/

@RomanPodymov
Copy link
Contributor Author

Hello @ralbertini
Could you please show the content of your Cartfile?

@ralbertini
Copy link

github "AFNetworking/AFNetworking" == 3.1.0
github "Mantle/Mantle"
github "reidmain/FDKeychain"
github "michaeltyson/TPKeyboardAvoiding"
github "SnapKit/Masonry"
github "DavydLiu/DLRadioButton"
github "danielgindi/Charts" ~> 3.4.0
github "TakeScoop/SwiftyRSA"
github "thii/DTTJailbreakDetection"

github "SDWebImage/SDWebImage"
github "evgenyneu/keychain-swift" ~> 18.0
github "HeroTransitions/Hero"
github "malcommac/SwiftDate"

github "rechsteiner/Parchment"
github "pocketsvg/PocketSVG"
github "fjcaetano/ReCaptcha"

I run after again and it worked
*** Checking out DTTJailbreakDetection at "0.4.0"

but it not appears on ../Carthage/Build/iOS/ folder as a .framework

Should I add files to project from ../Carthage/Checkouts/DTTJailbreakDetection/ manually?

@RomanPodymov
Copy link
Contributor Author

Hello @ralbertini
DTTJailbreakDetection with Carthage support was not released. Replace github "thii/DTTJailbreakDetection" with github "thii/DTTJailbreakDetection" "master" in your Cartfile and run carthage update DTTJailbreakDetection.

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

Successfully merging this pull request may close these issues.

None yet

3 participants