Xcode -> Preferences -> General -> File Extensions -> Show all.
Post
Replies
Boosts
Views
Activity
sample problem.
I am using simulator version ipad16 beta and it does not support.
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).
In my case:
I realized the problem is that I installed the app from the Appstore so it stuck.
You just need to delete Xcode on your device following the instructions below:
https://stackoverflow.com/questions/31011062/how-to-completely-uninstall-xcode-and-clear-all-settings
Download Xcode dmg and install it:
https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_16/Xcode_16.xip
It should work fine.
I realized the problem is that I installed the app from the Appstore so it stuck.
You just need to delete Xcode on your device following the instructions below:
https://stackoverflow.com/questions/31011062/how-to-completely-uninstall-xcode-and-clear-all-settings
Download Xcode dmg and install it:
https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_16/Xcode_16.xip
It should work fine.