Hi there, when I try to run the KMP project using ...
# multiplatform
s
Hi there, when I try to run the KMP project using android studio in connected iOS device, I am seeing the following error can someone help to check..
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64 (in target 'iosApp' from project 'iosApp')
SwiftEmitModule normal arm64 Emitting\ module\ for\ iosApp (in target 'iosApp' from project 'iosApp')
SwiftCompile normal arm64 Compiling\ GeneratedAssetSymbols.swift /Users/suresh/AndroidStudioProjects/kmm-pitara/build/ios/iosApp.build/Debug-iphoneos/iosApp.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'iosApp' from project 'iosApp')
SwiftCompile normal arm64 /Users/suresh/AndroidStudioProjects/kmm-pitara/build/ios/iosApp.build/Debug-iphoneos/iosApp.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'iosApp' from project 'iosApp')
Building project iosApp with scheme iosApp and configuration Debug
(5 failures)
but when I run in iOS simulator using xcode it works fine. also works fine when I run on ios simulator instead physical devices using android studio. issue happening only when I try to run iOS build via Android Studio in real device