haxpor / Potatso

Potatso is an iOS client that implements Shadowsocks proxy with the leverage of NetworkExtension framework. ***This project is unmaintained, try taking a look at this fork https://github.com/shadowcoel/shadowcoel instead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行报错问题

godwar10 opened this issue · comments

*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'App Group Capabilities may not be correctly configured for your project, or your appGroupIdentifier may not match your project settings. Check Project->Capabilities->App Groups. Three checkmarks should be displayed in the steps section, and the value passed in for your appGroupIdentifier should match the setting in your project file.'
时不时出现,我添加了3个证书了。
总是出现这个问题大家有没有遇到的。

The identifier value in code is taken from Potatso.m. You have to make sure this value is correctly configured in Project->Capabilities->App Groups like the image below

screen shot 2017-08-08 at 6 19 29 pm

ok now. The perfect solution to my problem

Good to hear! Then I close this issue for now. Thanks.