/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status 原因: 要编译的c程序test.c可能是"只读型文件",既不能写,也不能执行,之前对它的写入的程序实际上并没有保存,所以会报main()找不
应用项目中嵌入支付宝SDK,在模拟器运行app后,会出现“LaunchServices: ERROR: There is no registered handler for URL scheme alipay”,原因是模拟器没有安装支付宝app,SDK默认调用支付宝网页版,但是出错误了,解决的办法是: 这样设置下,在项目Xcode Info.plist 里删除 main storyboard file base name 这一行,项目没有使用到 storyboard, 删除这一行不会影响.然后