Jigsaw-Code / outline-apps

Outline Client and Manager, developed by Jigsaw. Outline Manager makes it easy to create your own VPN server. Outline Client lets you share access to your VPN with anyone in your network, giving them access to the free and open internet.
https://getoutline.org/
Apache License 2.0
8.22k stars 1.35k forks source link

ios disribution build erro #617

Open wangandhao opened 5 years ago

wangandhao commented 5 years ago

Describe the issue when I build the ios though developer certificates, successed and exported the ipa finnally. but instead of distribution certificates, failed and notice me ' ''VpnExtension.appex" requires a provisioning profile with the Network Extensions and App Groups features'. I checked my certificates seriously, certain included this two features. how to reslove it?

Environment

Additional context the following is build log: Running command: xcodebuild -exportArchive -archivePath Outline.xcarchive -exportOptionsPlist /Users/xxx/Downloads/vpn_clients/outline-client/platforms/ios/exportOptions.plist -exportPath /Users/xxx/Downloads/vpn_clients/outline-client/platforms/ios/build/device 2019-06-24 14:27:45.433 xcodebuild[83193:3434895] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/wr/qrbpz36s505b_2xm4p06m1mh0000gn/T/Outline_2019-06-24_14-27-45.433.xcdistributionlogs'. error: exportArchive: "VpnExtension.appex" requires a provisioning profile with the Network Extensions and App Groups features.

Error Domain=IDEProvisioningErrorDomain Code=9 ""VpnExtension.appex" requires a provisioning profile with the Network Extensions and App Groups features." UserInfo={NSLocalizedDescription="VpnExtension.appex" requires a provisioning profile with the Network Extensions and App Groups features., NSLocalizedRecoverySuggestion=Add a profile to the "provisioningProfiles" dictionary in your Export Options property list.}

error: exportArchive: "Outline.app" requires a provisioning profile with the Network Extensions and App Groups features.

Error Domain=IDEProvisioningErrorDomain Code=9 ""Outline.app" requires a provisioning profile with the Network Extensions and App Groups features." UserInfo={NSLocalizedDescription="Outline.app" requires a provisioning profile with the Network Extensions and App Groups features., NSLocalizedRecoverySuggestion=Add a profile to the "provisioningProfiles" dictionary in your Export Options property list.}

EXPORT FAILED

jiangkunoo commented 3 years ago

hello. Have you solved the problem?