suppress instance method override linker warning framework xcode

后端 未结 2 555
后悔当初
后悔当初 2021-01-01 12:32

I have a library that started throwing a couple linker warnings under XCode 4.4. The warnings are along the lines of \"ld: warning: instance method \'methodName:\' in catego

2条回答
  •  抹茶落季
    2021-01-01 12:47

    If an option for hiding that warning exists it would be under:

    Project Navigator(the file list on the left )-> [Project name](the one with the blue icon) -> Build Settings -> Apple LLVM compiler 3.1 - Warnings

    Also:

    In Xcode, how to suppress all warnings in specific source files?

提交回复
热议问题