pod lib lint错误:缺少Bundle标识符

时间:2017-09-30 06:39:49

标签: 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

需要使用真机编译器更新validator.rb

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

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

但是当pod lib lint

时会返回错误

如何为编译环境配置证书?

CocoaPods环境

xcode9 cocoapods 1.3.1

0 个答案:

没有答案