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

About the iOS version of LineSDKObjC.framework #13

Closed
nrikiji opened this issue Jan 16, 2019 · 4 comments · Fixed by #14
Closed

About the iOS version of LineSDKObjC.framework #13

nrikiji opened this issue Jan 16, 2019 · 4 comments · Fixed by #14
Assignees
Labels
sdk bug Something isn't working

Comments

@nrikiji
Copy link

nrikiji commented Jan 16, 2019

Please let me ask a question about the supported iOS version.

After carthage update we checked framework information with the following command, LineSDKObjC.framework did not include armv7. Will it be said that this is not compatible with iOS 10?

Is my procedure wrong?

$ xcrun lipo -info Carthage/Build/iOS/LineSDK.framework/LineSDK 
Architectures in the fat file: Carthage/Build/iOS/LineSDK.framework/LineSDK are: i386 x86_64 armv7 arm64 

$ xcrun lipo -info Carthage/Build/iOS/LineSDKObjC.framework/LineSDKObjC 
Architectures in the fat file: Carthage/Build/iOS/LineSDKObjC.framework/LineSDKObjC are: x86_64 arm64 
@onevcat
Copy link
Member

onevcat commented Jan 16, 2019

I can confirm it. It seems to be a mistake of build setting config. A fix would be applied soon.

@onevcat onevcat self-assigned this Jan 16, 2019
@onevcat onevcat added the sdk bug Something isn't working label Jan 16, 2019
@onevcat
Copy link
Member

onevcat commented Jan 16, 2019

@nrikiji Can you try this branch fix/build-setting for now? If everything goes fine, we could release a patch for it. Thanks!

@nrikiji
Copy link
Author

nrikiji commented Jan 16, 2019

Thank you. confirmed.

$ xcrun lipo -info Carthage/Build/iOS/LineSDK.framework/LineSDK
Architectures in the fat file: Carthage/Build/iOS/LineSDK.framework/LineSDK are: i386 x86_64 armv7 arm64 

$ xcrun lipo -info Carthage/Build/iOS/LineSDKObjC.framework/LineSDKObjC
Architectures in the fat file: Carthage/Build/iOS/LineSDKObjC.framework/LineSDKObjC are: i386 x86_64 armv7 arm64 

@onevcat
Copy link
Member

onevcat commented Jan 17, 2019

5.0.3 was released for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sdk bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants