XCode15 0.33.0 Framework CoreAudioTypes not found
I created an iOS demo project and added this Framework and the same error was reported. I think it is a problem with the Framework itself. Why do you rely on CoreAudioTypes? Can you not rely on it?
@Linzehua2015
i have the same problem
did you fix it ?
I have also the same issue arriving. is someone fix this issue??
@ferasabufares @Linzehua2015 did you fix the issue??
I am encountering the same problem. Has anyone addressed or resolved this issue?
+1
Didn't face this issue in stripe-react-native, but while setting up some other app. A fresh install on XCode 15.0.1 fixed it for me. Not sure if that applies here though.
@ferasabufares @Linzehua2015 did you fix the issue??
Yes
still facing the issue
Because CoreAudioTypes is default Framework for iOS, so you don't need import it into your project.
- Remove CoreAudioTypes from frameworks, libraries, and embedded Content in General section.
- If you overrides the setting value in other Linker flags, please keep it to default(by press delete button).
Please tell me how to solve this problem?
Having the same issue in a flutter project using flutter rust bridge
@fengtook
- Remove CoreAudioTypes from frameworks, libraries, and embedded Content in General section.
- If you overrides the setting value in other Linker flags, please keep it to default(by press delete button).
@fengtook
On the left is the initial configuration. On the right is after deletion.
In my case:
It works, thank you
@ferasabufares @Linzehua2015 did you fix the issue??
Yes
@Linzehua2015 it's worked at me. thanks you saved my days
you're the best!
