签约“DKPhotoGallery-DKPhotoGallery”需要开发团队

Olu*_*rin 8 ios flutter

签署“DKPhotoGallery-DKPhotoGallery”需要一个开发团队。在签名和功能编辑器中选择开发团队。

Olu*_*rin 11

post_install do |installer|
    installer.pods_project.targets.each do |target|
      target.build_configurations.each do |config|
        config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = ""
        config.build_settings['CODE_SIGNING_REQUIRED'] = "NO"
        config.build_settings['CODE_SIGNING_ALLOWED'] = "NO"
       end
    end
  end
Run Code Online (Sandbox Code Playgroud)

检查这里https://github.com/flutter/flutter/issues/111475