Xcode14-Pod install出现Cannot code sign because the target does not have

1,931 阅读1分钟

今天升级Xcode14以后,使用pod install 出现了error build: Cannot code sign because the target does not have an Info.plist file and one is not being generated automatically. Apply an Info.plist file to the target using the INFOPLIST_FILE build setting or generate one automatically by setting the GENERATE_INFOPLIST_FILE build setting to YES (recommended). 解决方案: pod工程PROJECT-Pods-Build Settings 全局搜索GENERATE_INFOPLIST_FILE,改为YES即可