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

Can this target 8.0 instead of 8.3? #10

Closed
blakebyrnes opened this issue Aug 21, 2015 · 7 comments
Closed

Can this target 8.0 instead of 8.3? #10

blakebyrnes opened this issue Aug 21, 2015 · 7 comments
Labels
bug This points to a verified bug in the code

Comments

@blakebyrnes
Copy link

When I build, I'm getting an error that JWTDecode targets 8.3. Thanks!

@hzalaz
Copy link
Member

hzalaz commented Aug 21, 2015

If you build with the latest stable Xcode version it should compile without issues. What version are you using?

@blakebyrnes
Copy link
Author

Oh, strange. Ok. Maybe Carthage is somehow automatically getting that 8.3 from somewhere else? My Cartfile.resolved lists 0.3.1.

On Aug 21, 2015, at 4:40 PM, Hernan Zalazar notifications@github.com wrote:

If you build with the latest stable Xcode version it should compile without issues. What version are you using?


Reply to this email directly or view it on GitHub #10 (comment).

@hzalaz
Copy link
Member

hzalaz commented Aug 21, 2015

The SDK version is obtained from the installed version of Xcode in your Mac.
Try running xcodebuild -version in the CLI

@blakebyrnes
Copy link
Author

I’m on 6.4. Didn’t realize that was what you were asking. Here’s what it’s telling me: Module file's minimum deployment target is ios8.3 v8.3: /Users/.../Carthage/Build/iOS/JWTDecode.framework/Modules/JWTDecode.swiftmodule/arm.swiftmodule

On Aug 21, 2015, at 4:45 PM, Hernan Zalazar notifications@github.com wrote:

The SDK version is obtained from the installed version of Xcode in your Mac.
Try running xcodebuild -version in the CLI


Reply to this email directly or view it on GitHub #10 (comment).

@hzalaz
Copy link
Member

hzalaz commented Aug 21, 2015

ok, will decrease the deployment target

@hzalaz hzalaz added bug This points to a verified bug in the code and removed question labels Aug 21, 2015
@blakebyrnes
Copy link
Author

Thanks!

On Aug 21, 2015, at 4:50 PM, Hernan Zalazar notifications@github.com wrote:

ok, will decrease the deployment target


Reply to this email directly or view it on GitHub #10 (comment).

@hzalaz hzalaz closed this as completed Aug 21, 2015
@hzalaz
Copy link
Member

hzalaz commented Aug 21, 2015

Version 0.3.2 now targets 8.0+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This points to a verified bug in the code
Projects
None yet
Development

No branches or pull requests

2 participants