Hello all, i am having an issue. i get this when b...
# kotlin-native
m
Hello all, i am having an issue. i get this when building for iPad Pro os: 15.1
Copy code
dyld[4166]: Symbol not found: __ZTINSt3__117bad_function_callE
  Referenced from:
/private/var/containers/Bundle/Application/[my app].debug.dylib
  Expected in: /usr/lib/libc++.1.dylib
It was working before then i upgraded a few libraries. My current versions:
Copy code
kotlin = "2.2.0"
agp = "8.5.2"
compose = "1.8.2"
composeCompiler = "1.5.15"
However, when i build the app for iPhone XS it works. And if i revert to these versions
Copy code
kotlin = "2.0.20"
agp = "8.5.0"
compose = "1.7.0"
composeCompiler = "1.5.14"
It works on both iPad and iPhone.