处理日常错误
2018-08-27 本文已影响0人
无邪8
1、could not build module 'Foundation'
添加#ifdef OBJC #endif
2、Block implicitly retains 'self'; explicitly mention 'self' to indicate this.
Building Settings ->搜索implicit retain of 'self'
将对应的值改为NO
1、could not build module 'Foundation'
添加#ifdef OBJC #endif
2、Block implicitly retains 'self'; explicitly mention 'self' to indicate this.
Building Settings ->搜索implicit retain of 'self'
将对应的值改为NO