Shahzainali / Wireguardkit

8 stars 1 forks source link

Showing Recent Issues Internal inconsistency error: never received target ended message for target ID '5' (in target 'WireguardGoBridge' from project 'Wireguardkit'). Build again to continue. #2

Open AdnanAliShabir opened 2 weeks ago

AdnanAliShabir commented 2 weeks ago

Thank you for this great repository.

I'm trying to compile it in Xcode 15 and 16, but I'm encountering failures.

Could you please let me know if I'm overlooking anything?

Thanks!

Shahzainali commented 2 weeks ago

delete deriveddata folder, clean the project, and try to build again.

AdnanAliShabir commented 2 weeks ago

I added this repo https://github.com/upvpn/wireguard-apple, It compiled but on VPN profile it shows "Update Required".

Do you know why it is showing ?

Shahzainali commented 2 weeks ago

Yes, change the minimum deployment of your Network extension target.

AdnanAliShabir commented 2 weeks ago

I tried to set the 15.6 and 18.0 but it does not works.

I matched it with App Target.

Shahzainali commented 2 weeks ago

hmm, try cleaning project, this error is due to minimum deployment.

AdnanAliShabir commented 2 weeks ago

What should be the minimum deployment ? I tried to clean and delete derived data.

Shahzainali commented 2 weeks ago

set both to 15.0 and try

AdnanAliShabir commented 2 weeks ago

Not works. Any other reason of this issue ? 

AdnanAliShabir commented 2 weeks ago

I means is there related to the app store account or any other possible reason.

Shahzainali commented 1 week ago

not related to app store account.