-
Notifications
You must be signed in to change notification settings - Fork 122
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
Comments
If you build with the latest stable Xcode version it should compile without issues. What version are you using? |
Oh, strange. Ok. Maybe Carthage is somehow automatically getting that 8.3 from somewhere else? My Cartfile.resolved lists 0.3.1.
|
The SDK version is obtained from the installed version of Xcode in your Mac. |
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
|
ok, will decrease the deployment target |
Thanks!
|
Version 0.3.2 now targets 8.0+ |
When I build, I'm getting an error that JWTDecode targets 8.3. Thanks!
The text was updated successfully, but these errors were encountered: