You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: