aleksey.tomin
09/30/2020, 1:05 PMbuild/bin/iosArm64/debugFramework/XpointSdkIos.framework
and copy this into build/xcode-ios-frameworks/XpointSdkIos.framework
(from example https://github.com/Kotlin/kmm-sample/)
Next I’ve added this library to Xcode project. When I try to build iOS application for iPhone Xr and I have the error Ignoring file .../build/xcode-ios-frameworks/XpointSdkIos.framework/XpointSdkIos, building for iOS-arm64 but attempting to link with file built for iOS Simulator-x86_64
How can I fix it? How can I build library for iOS-arm64
?Tijl
09/30/2020, 1:13 PMTijl
09/30/2020, 1:15 PMaleksey.tomin
09/30/2020, 1:25 PMaleksey.tomin
09/30/2020, 1:25 PMso you can set them manually, but having the framework build from xcodeFramework for iOS must be as small as possible.
Tijl
09/30/2020, 1:26 PMaleksey.tomin
09/30/2020, 1:29 PMaleksey.tomin
09/30/2020, 2:26 PM