Xcode15 framework ‘CoreAudioTypes‘ not found

Xcode15遇见"framework 'CoreAudioTypes' not found。"

可尝试移除CoreAudioTypes,添加CoreAudio。

CoreAudio是CoreAudioTypes的套壳。

CoreAudio/CoreAudioTypes.h头文件内容

复制代码
/*==================================================================================================
    CoreAudio/CoreAudioTypes.h has moved to CoreAudioTypes/CoreAudioTypes.h
==================================================================================================*/
#include <CoreAudioTypes/CoreAudioTypes.h>

CoreAudioTypes/CoreAudioTypes.h头文件内容

复制代码
/*!
	@file		CoreAudioTypes.h
	@framework	CoreAudioTypes.framework
	@copyright	(c) 2018 by Apple, Inc., all rights reserved.
    @abstract   Umbrella header for CoreAudioTypes framework
*/

#include <CoreAudioTypes/CoreAudioBaseTypes.h>
#include <CoreAudioTypes/AudioSessionTypes.h>
相关推荐
茶底世界之下2 天前
为什么预览、录制、离线导出不能共享同一个背压策略?
ios·swift
2501_916007473 天前
苹果商店iOS应用上架费用全面解析:开发者计划与审核费用计算
android·ios·小程序·https·uni-app·iphone·webview
2501_916008893 天前
如何实现iOS App代码混淆:SwiftShield使用指南
android·ios·小程序·https·uni-app·iphone·webview
2501_915909063 天前
移动端开发工具链怎么组合比较好,iOS、Android、跨端三套配置方案
ide·vscode·ios·objective-c·个人开发·swift·敏捷流程
2501_916008893 天前
怎么用 Godot 导出 iOS 应用并上架 App Store?签名字段该填什么?
android·ios·小程序·https·uni-app·iphone·webview
2501_915918413 天前
iOS编程用什么软件好?主流工具Xcode、AppCode、CodeRunner与新兴快蝎对比
ide·vscode·ios·objective-c·个人开发·swift·敏捷流程
终端安全笔记3 天前
iOS 27 之后「策略空转」:设备升级不报错,但旧策略不再管它
android·网络·安全·ios·智能手机
9765033354 天前
iOS 上架 4.3a 被拒【uniapp专讲】
flutter·ios·objective-c·uniapp·swift
黑化旺仔4 天前
【OC】KVO
macos·ios·objective-c·cocoa
HouWan4 天前
SwiftUI 小技巧:如何读取 SwiftUI Font 的详细信息
ios·swiftui·apple