Hello, I have updated Xcode from 15.2 to 15.4 and ...
# multiplatform
s
Hello, I have updated Xcode from 15.2 to 15.4 and am experiencing this issue when running iOS project in Xcode which has a Kotlin Multiplatform library installed as a Cocoapod. I tried cleaning Xcode, deleting derived data and deleting gradle cache with :
Copy code
rm -rf ~/.gradle/caches/
Any help?
Copy code
Process 'command '/Library/Java/JavaVirtualMachines/jdk-22.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1

unknown type name 'NSUInteger'
unknown type name 'NSInteger'
unknown type name 'NSUInteger'
unknown type name 'NSUInteger'
unknown type name 'NSInteger'
f
Did you try to use JDK 17?
s
no, tbh, I didnt want to downgrade. Is this a known issue or?
f
Don’t really know if it’s the root cause of your issue or the issue itself, but I guess there is an issue in your configuration.
👍 1
try kdoctor -a