Has anyone tried running Kotlin/Native based proje...
# kotlin-native
j
Has anyone tried running Kotlin/Native based project on macOS Big Sur Beta and XCode 12.0 beta? I'm getting following errors in XCode with that combination (Big Sur + XCode 11.5 is fine). It's probably expected there'd be issues but just in case anyone knows of any way to resolve....
Copy code
Undefined symbols for architecture x86_64:
  "_DAAddCallbackToSession", referenced from:
      _platform_DiskArbitration_DAAddCallbackToSession_wrapper10 in common(result.o)
     (maybe you meant: knifunptr_platform_DiskArbitration10_DAAddCallbackToSession, _platform_DiskArbitration_DAAddCallbackToSession_wrapper10 )
  "_DACallbackCreate", referenced from:
      _platform_DiskArbitration_DACallbackCreate_wrapper9 in common(result.o)
     (maybe you meant: knifunptr_platform_DiskArbitration9_DACallbackCreate, _platform_DiskArbitration_DACallbackCreate_wrapper9 )
  "_DAGetCallbackFromSession", referenced from:
      _platform_DiskArbitration_DAGetCallbackFromSession_wrapper13 in common(result.o)
     (maybe you meant: _platform_DiskArbitration_DAGetCallbackFromSession_wrapper13, knifunptr_platform_DiskArbitration13_DAGetCallbackFromSession )
  "_DARemoveCallbackFromSession", referenced from:
      _platform_DiskArbitration_DARemoveCallbackFromSession_wrapper12 in common(result.o)
     (maybe you meant: knifunptr_platform_DiskArbitration12_DARemoveCallbackFromSession, knifunptr_platform_DiskArbitration11_DARemoveCallbackFromSessionWithKey , _platform_DiskArbitration_DARemoveCallbackFromSessionWithKey_wrapper11 , _platform_DiskArbitration_DARemoveCallbackFromSession_wrapper12 )
  "_DARemoveCallbackFromSessionWithKey", referenced from:
      _platform_DiskArbitration_DARemoveCallbackFromSessionWithKey_wrapper11 in common(result.o)
     (maybe you meant: knifunptr_platform_DiskArbitration11_DARemoveCallbackFromSessionWithKey, _platform_DiskArbitration_DARemoveCallbackFromSessionWithKey_wrapper11 )
  "__kernelrpc_mach_port_destroy_trap", referenced from:
      _platform_darwin__kernelrpc_mach_port_destroy_trap_wrapper856 in common(result.o)
     (maybe you meant: _platform_darwin__kernelrpc_mach_port_destroy_trap_wrapper856, knifunptr_platform_darwin889__kernelrpc_mach_port_destroy_trap )
  "_objc_setHook_setAssociatedObject", referenced from:
      _platform_objc_objc_setHook_setAssociatedObject_wrapper100 in common(result.o)
     (maybe you meant: knifunptr_platform_objc100_objc_setHook_setAssociatedObject, _platform_objc_objc_setHook_setAssociatedObject_wrapper100 )
fwiw I'm using CocoaPods Gradle plugin
Just a follow up on this.....problem is only for macOS target...working fine for iOS