nizwar / openvpn_flutter

A package that allow you to connect OpenVPN service with Flutter
https://pub.dev/packages/openvpn_flutter
GNU General Public License v3.0
84 stars 95 forks source link

Test demo ios compilation failed #58

Closed dollarkillerx closed 1 year ago

dollarkillerx commented 1 year ago

code: github.com/nizwar/openvpn_flutter/tree/master/example

basic information

flutter --version Flutter 3.3.9 • channel stable • https://github.com/flutter/flutter.git Framework • revision b8f7f1f986 (2 days ago) • 2022-11-23 06:43:51 +0900 Engine • revision 8f2221fbef Tools • Dart 2.18.5 • DevTools 2.15.0

OS: macOS Monterey12.6.1 M1

Xcode12.0

error message

openvpn_flutter/example/ios/Pods/Target Support Files/Pods-VPNExtension/Pods-VPNExtension.debug.xcconfig

Target Support Files/Pods-VPNExtension/Pods-VPNExtension.debug.xcconfig:1:1 unable to open configuration settings file

Unable to load contents of file list: '/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-input-files.xcfilelist'

mzulfaas commented 1 year ago

any update?

nizwar commented 1 year ago

This error indicates team id still attached with mine, you have to select your own team id, or in some cases change the bundle identifier also,

if you using xcode 14, try this solution https://stackoverflow.com/questions/73711671/flutter-ios-build-error-select-a-development-team-in-the-signing-capabiliti, I'll close this issue because it's not plugin related