line / flutter_line_sdk

A Flutter plugin that lets developers access LINE's native SDKs in Flutter apps with Dart.
https://developers.line.biz/
Apache License 2.0
213 stars 42 forks source link

[iOS] Signing for "LineSDKSwift-LineSDK" requires a development team #69

Closed blaizechuang closed 1 year ago

blaizechuang commented 1 year ago

[✓] Flutter (Channel stable, 2.10.5, on macOS 12.6.1 21G217 darwin-x64, locale zh-Hant-TW) [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 14.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2021.2) [✓] Connected device (3 available) [✓] HTTP Host Availability

The plugin I used is 2.3.1 and after upgrading Xcode to 14.1, I got this error and build failed with below message.

Signing for "LineSDKSwift-LineSDK" requires a development team. Select a development team in the Signing & Capabilities editor.

blaizechuang commented 1 year ago

https://stackoverflow.com/questions/72561696/xcode-14-needs-selected-development-team-for-pod-bundles

This solution can workaround this issue

onevcat commented 1 year ago

It is promised to be fixed in CocoaPods 1.12.0 (Ref) so I guess we would choose to just close this one, since it is not a flutter_line_sdk issue after all.