PerformSelector warning

后端 未结 5 1194
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-09 06:28

I\'m receiving a warning

PerformSelector may cause a leak because its selector is unknown

In the code:

<
5条回答
  •  攒了一身酷
    2020-12-09 06:29

    You could add -Wno-arc-performSelector-leaks for WARNING_CFLAGS in the Build Settings. enter image description here

    Found the solution here

提交回复
热议问题