错误:library not found for -lAFNetworking
clang: error: linker command failed with exit code 1 (use -v to see invocation)
1,如果是cocoapods安装的AFNetworking,那么先pod install一下。
2,有些项目只支持64位,不支持32位,所以导致真机可以,模拟器不可以运行
3, 在Library Search Paths中进行设置
123456在 Search Paths 中 Libra
...
UITableView常见操作
方法一:设置section中title(颜色)以及所在view的背景色
123456789101112#1,设置section中title(颜色)以及所在view的背景色-(void)tableView:(UITableView *)tableView willDisplayHeaderView:
...
Hello World
发表于
|
阅读次数:
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in
...