Closed DJ-LEE11 closed 4 months ago
Moved to https://youtrack.jetbrains.com/issue/CMP-5059/Build-iOS-project-undefined-symbol-OBJCCLASSCMPAccessibilityContainer-with-1.6.11. Please see the comment there.
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Describe the bug Undefined symbol when Build iOS project(_OBJCCLASS$_CMPAccessibilityContainer).
Affected platforms
Versions
Full output 11:26:31 ld: warning: object file (/opt/data/DUOWAN_BUILD/bdgameassist/assist_2.73_kmm_feature/Pods/ultron/libs/libultron.a[arm64]67) was built for newer 'iOS' version (13.2) than being linked (13.0) 11:26:31 ld: warning: object file (/opt/data/DUOWAN_BUILD/bdgameassist/assist_2.73_kmm_feature/Pods/ultron/libs/libultron.a[arm64]68) was built for newer 'iOS' version (13.2) than being linked (13.0) 11:26:31 ld: warning: Could not find or use auto-linked framework 'AFNetworking': framework 'AFNetworking' not found 11:26:31 ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found 11:26:31 ld: warning: Could not find or use auto-linked framework 'TYRZSDK': framework 'TYRZSDK' not found 11:26:31 ld: Undefined symbols: 11:26:31 _OBJCCLASS$_CMPAccessibilityContainer, referenced from: 11:26:31 in bdgameshared[arm64]2 11:26:31 _OBJCCLASS$_CMPAccessibilityElement, referenced from: 11:26:31 in bdgameshared[arm64]2 11:26:31 _OBJCCLASS$_CMPEditMenuView, referenced from: 11:26:31 in bdgameshared[arm64]2 11:26:31 _OBJCCLASS$_CMPInteropWrappingView, referenced from: 11:26:31 in bdgameshared[arm64]2 11:26:31 _OBJCCLASS$_CMPViewController, referenced from: 11:26:31 in bdgameshared[arm64]2 11:26:31 clang: error: linker command failed with exit code 1 (use -v to see invocation)
KMM build.gradle kotlin { ...
}