Xcode
文章平均质量分 60
app开发工程师V帅
iOS/Android APP 开发工程师
展开
-
Xcode 系统崩溃问题01
Xcode 崩溃原创 2023-03-04 15:28:26 · 1567 阅读 · 0 评论 -
iOS The run destination iPhone is not valid for Running the scheme ‘项目名‘
调试手机 报错:The run destination iPhone is not valid for Running the scheme '项目名'iPhone does not trust this Mac. To use iPhone with Xcode, unlock it and choose to trust this Mac when prompted.原因:iPhone不信任这款Mac电脑。要将iPhone与Xcode一起使用,请解锁它,并在提示时选择信任此Mac。解原创 2021-09-17 10:35:49 · 1395 阅读 · 0 评论 -
iOS /clang:-1: linker command failed with exit code 1 (use -v to see invocation) 报错
可以检查一下是不是缺失 这两个包导致的原创 2020-11-24 10:38:43 · 570 阅读 · 0 评论 -
xcode 此工作区的项目包含使用Swift 3.x开发的源代码。此版本的Xcode不支持生成或迁移Swift 3.x目标。使用Xcode 10.1将代码迁移到Swift 4。
报错如下:This workspace has projects that contain source code developed with Swift 3.x. This version of Xcode does not support building or migrating Swift 3.x targets.Use Xcode 10.1 to migrate the code to Swift 4.翻译:此工作区的项目包含使用Swift 3.x开发的源代码。此版本的Xcode原创 2020-11-23 19:45:42 · 2198 阅读 · 0 评论 -
Xcode 12 引用缺失包:libstdc++.tbd libstdc++.6.tbd libstdc++.6.0.9.tbd 等
升级到xcode12后会有libstdc++.tbd libstdc++.6.tbd libstdc++.6.0.9.tbd 等库缺失的情况下载链接:点这里(CSDN下载资源分会上涨,我初始设置的都是0资源分。。。有没有让网页们免资源分下载的方法可以告诉我,百度网盘??)1.打开终端:cd 到这个包(直接拖进终端即可)2.cd 到 install-Xcode_12.sh文件(直接拖进终端即可),回车,重新打开xcode注意:1、2、3、4文件夹是不同版本的库文件,_10、_11、_1原创 2020-09-23 13:02:46 · 2383 阅读 · 1 评论 -
iOS 报错: You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE) 解决方法
参考链接:https://blog.csdn.net/shihuboke/article/details/78928418原创 2020-09-23 11:19:51 · 1880 阅读 · 0 评论 -
Xcode 真机 iPhone is not available 及 is busy 解决
我们打开xcode->Window->Devices and Simulators看ERRORS AND WARNINGS,看报错的信息来修复问题如果是因为缺包引起,下载所需包,然后导入:/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport//------------ is busy问题 ---------同样路径 ,右键手机设备名--Unpari Device--..原创 2020-09-14 11:09:19 · 4015 阅读 · 0 评论 -
Xcode 报错 does not contain bitcode. You must rebuild it with bitcode enabled ...问题
运行项目,报错如下:navigation_demo-master/officialDemoNavi/officialDemoNavi/Extern/AMapNaviKit.framework/AMapNaviKit' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or原创 2020-07-29 16:36:47 · 2068 阅读 · 0 评论 -
Xcode :error: linker command failed with exit code 1(use -v to see invocation) 或 libstdc++.6.0缺失问题
注:可参考第一条链接报错原因是升级以后iOS10 将libstdc++.6.0.9库文件删除,所以只需要下载下来放进去就OK了。1.下载libstdc++.6.0.9.tbd下载地址:https://pan.baidu.com/s/10gZrtGtspgpKT7qSY-bBDg2.下载下来注意文件名可能不是这个更改文件名为libstdc++.6.0.9.tbd3.将下载文件放到指定位置(1)真机运行库位置/Applications/Xcode.app/Content...原创 2020-07-17 10:25:34 · 890 阅读 · 0 评论 -
iOS Xcode热重载工具: InjectionIII 使用简介(无需重启,快速刷新界面,动态调试)
步骤一:1:从App Store下载在App Store搜索InjectionIII,出来的小护士拿的针筒标志的就是没错啦。2:从github下载Git地址,并且这么好用的工具竟然是开!源!的!正是有了github上这么多开源共享的大神们,代码的世界才变得越来越简单、高效、美好。步骤二:1.设置AppDelegate.m打开你的源...原创 2019-11-25 14:44:57 · 2527 阅读 · 1 评论