Ios pod lib lint错误:缺少包标识符

Ios pod lib lint错误:缺少包标识符,ios,xcode,cocoapods,Ios,Xcode,Cocoapods,pod lib lint错误: Bundle identifier is missing. App doesn't have a bundle identifier for the Release build configuration. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor 需要使用real machine编译器以便更新validator.rb 以前 when :ios command +

pod lib lint错误:

Bundle identifier is missing. App doesn't have a bundle identifier for the Release build configuration. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor
需要使用real machine编译器以便更新validator.rb

以前

when :ios
command += %w(CODE_SIGN_IDENTITY=- -sdk iphonesimulator)
command += Fourflusher::SimControl.new.destination(:oldest, 'iOS', deployment_target)
之后

但在pod lib lint时将返回错误

我需要如何为编译环境配置证书

椰荚环境

代码9 椰子荚1.3.1

when :ios
command += %w(-sdk iphoneos11.0 -destination=generic/iOS  ONLY_ACTIVE_ARCH=NO ARCHS=armv7)