From fca86ccf581ce576c134994d3850adf7266d79ac Mon Sep 17 00:00:00 2001 From: NachosChipeados Date: Sun, 1 Dec 2024 18:26:01 -0400 Subject: [PATCH] Add `NSGetModDownloadLinkByName` error to FAQ --- FAQ.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 99e0324..dd055f2 100644 --- a/FAQ.md +++ b/FAQ.md @@ -28,7 +28,13 @@ Update Northstar to solve the issue ## COMPILE ERROR Undefined variable "NSPushUIPresence" This error comes up if you have Northstar 1.20 or higher, and have Vanilla+ 2.2 or lower. -The reasoning is similar to the answer above, except instead of an up to date Vanilla+ and out of date Northstar, this is due to an up to date Vanilla+ and an out of date Northstar. +The reasoning is similar to the answer above, except instead of an up to date Vanilla+ and out of date Northstar, this is due to an up to date Northstar and an out of date Vanilla+. + +Update Vanilla+ to the latest version to solve the issue + +## COMPILE ERROR Undefined variable "NSGetModDownloadLinkByName" +This error comes up if you have Northstar 1.29 or higher, and have Vanilla+ 2.4.1 or lower. +Same exact reason as above. Update Vanilla+ to the latest version to solve the issue