ios开发中xxx.debug.dylib not found

问题描述:error: Build input file cannot be found: '/Users/zhoutao/Library/Developer/Xcode/DerivedData/XfLive-effvxneriinvzwexohdsevonmhsk/Build/Products/Debug-iphoneos/xFLive.app/xFLive.debug,dylib', pid you forget to declare this file as an output of a script phase or custom build rule which produces it?

原因分析:由于之前的老项目中没有xxx.debug.dylib, 好像是xcode16以后才有的特性

解决办法: 在build setting中设置ENABLE_DEBUG_DYLIB 为NO

相关推荐
jerrywus13 小时前
别再陪 AI 调 iOS 了:用 cmux + baguette,让 Claude 在你的模拟器里"自己动手"
前端·ios·claude
MonkeyKing715514 小时前
iOS 开发 Block 底层结构、循环引用及解决方案
ios·面试
文件夹__iOS14 小时前
Swift 5.9 被严重低估的特性:参数包,一次性干掉重复泛型重载
ios·swiftui·swift
薛定猫AI14 小时前
【技术干货】用 AI + Expo 打通 iOS / Android / Web 跨端应用开发:从架构到代码生成实战
android·人工智能·ios
隔窗听雨眠15 小时前
Git二分法精准定位Bug
git·bug·git bisect
MonkeyKing15 小时前
iOS关联对象底层实现与内存管理细节
ios
90后的晨仔1 天前
SwiftUI 高级特性第2章:组合与容器
ios
pop_xiaoli2 天前
【iOS】SDWebImage源码
macos·ios·objective-c·cocoa
技术人生黄勇2 天前
GitNexus 把代码库变成知识图谱|审核 AI 产出更清晰,改 Bug 更精准
人工智能·bug
MonkeyKing3 天前
消息发送与转发流程
ios