Ios 我从终端收到关于我的代码的错误

Ios 我从终端收到关于我的代码的错误,ios,objective-c,macos,terminal,theos,Ios,Objective C,Macos,Terminal,Theos,我几乎完成了我的代码,但终端给了我以下错误: Tweak.xm:149:15: error: unused variable 'settings' [-Werror,-Wunused-variable] NSDictionary *settings = [[NSDictionary alloc] initWithContentsOfFile:@"... ^ Tweak.xm:152:1: error: expected unqualified-id if (setti

我几乎完成了我的代码,但终端给了我以下错误:

Tweak.xm:149:15: error: unused variable 'settings' [-Werror,-Wunused-variable]
NSDictionary *settings = [[NSDictionary alloc] initWithContentsOfFile:@"...
              ^
Tweak.xm:152:1: error: expected unqualified-id
if (settings) {
^
Tweak.xm:156:1: error: expected unqualified-id
if (lsSame) {
^
3 errors generated.
make[2]: *** [obj/Tweak.xm.c8cb265e.o] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [CustomColr.all.tweak.variables] Error 2
这是我的密码:

在这里也添加一些描述。在-voidsetTextColor{163行代码的正上方有一些代码似乎超出了任何方法的范围-第152-159行