项目设置、编译
\
如果项目用了cocoapod集成,xcode无法运行profile报错not found Pods_XXX
项目设置-general-linked frameworks and libraries - 删除Pods_xxx.framework
\
//////////////////////////////////////////////////////////////////////////
\
NSCoding
\
父类要重写init()以及NSCoding协议方法,子类不用重写任何init方法,这样子类就可以直接用Son()初始化实例
\
//////////////////////////////////////////////////////////////////////////
\
other
\
swift compiler - custom flags - other swift flags - 添加-D DEBUG -D MYFINISH
\
edit scheme - run - arguments - environment variables - 添加OS_ACTIVITY_MODE disable
\
//////////////////////////////////////////////////////////////////////////
\
Result类型 异步失败处理案例 网络请求
\
参考:
\
Swift 中的 Sequence / Iterator
\
//////////////////////////////////////////////////////////////////////////