Vivek Subramanian
09/18/2020, 5:20 PMld: warning: ignoring file /Users/vivek/AndroidStudioProjects/kmm-sample/shared/build/xcode-frameworks/shared.framework/shared, building for iOS Simulator-arm64 but attempting to link with file built for iOS Simulator-x86_64
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SharedGreeting", referenced from:
objc-class-ref in ContentView.o
"_OBJC_CLASS_$_SharedCalculatorCompanion", referenced from:
objc-class-ref in ContentView.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I am able to open the xcodeproject in XCode and run it on the iphone Simulator there.John O'Reilly
09/18/2020, 6:01 PMVivek Subramanian
09/20/2020, 2:06 AM