首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
Xcode 报错警告bug
想吃酸菜鱼
创建于2021-08-26
订阅专栏
解决过了的Xcode报错,警告,bug
暂无订阅
共10篇文章
创建于2021-08-26
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
警告 xcode File 'ViewController.swift' is part of module 'Alamofire'; ignoring imp
一个垃圾错误 根据官网https://github.com/Alamofire/Alamofire里面 安装了这个框架,但是 import Alamofire语句一直报错 File 'ViewCont
Bug:Swift 5 @objc使用场景
@objc:使用场景收集: 1、消息机制 今天遇到的一个description问题 点击时间的 响应方法 selector 2、KVC赋值属性 今天正好遇到了一个KVC问题,一个description
swift Cannot find 'self' in scope报错
没见过这种错误 原代码: 原来是没有添加lazy 瞬间变好了``swift /// 缓存的行高 var rowHeight: CGFloat = { print("计算行高
Swift报错:Missing argument for parameter 'coder' in call Insert 'coder: <#NSCoder#
Missing argument for parameter 'coder' in call Insert 'coder: <#NSCoder#>' Value of optional type 'M
OC bug 记录 点击按钮不调用方法
哎,又是一个bug,这次是一个没啥水平的烂bug 缘起: 在imageView里面创建按钮,绑定方法,但是死活点击没用,使用代码点击按钮 [self btnClick:btn]; 哎,那就没事,可真是
OC报错:Application tried to present modally a view controller <UIAlertController
Application tried to present modally a view controller <UIAlertController: 0x155882a00> that is alre
报错:pch文件找不到
$(SRCROOT)/自定义键盘datePicker/PrefixHeader.pch $(SRCROOT)/项目名/ pch 文件名 注意创建的时候勾选 target 选项. 选择工程的 targe
OC xcode 两个view重叠,先后层次关系的调整
目标: 调整frontView和ScrollView的层级关系 方法一: 在voidDidLoad方法里面写 [self.view bringSubviewToFront:_frontView]; 方
OC erminating app due to uncaught exception NSInvalidArgumentException object
OC erminating app due to uncaught exception NSInvalidArgumentException object cannot be nil *** Term
OC:No visible @interface for ‘Xxx‘ declares the selector ‘XXX‘
No visible @interface for ‘Xxx‘ declares the selector ‘XXX‘ 处理以上报错