会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
野生野鸡码农
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
38
下一页
2020年8月18日
libc++.tbd is not an object file(not allowed in a library)
摘要: 转载:https://www.jianshu.com/p/30202f0b1a0a 现象:React0.54版本导入libc++.tbd、libz.tbd两个文件报错 解决办法: 搜索linking,Other Linker Flags选项 接下来继续,将你工程中这两tbd的删除,我的已经改好所以不
阅读全文
posted @ 2020-08-18 18:41 野鸡码农
阅读(1039)
评论(0)
推荐(0)
2020年8月13日
OKhttp Post
摘要: JSONObject jsonObject = new JSONObject(); try { jsonObject.put("code",code); } catch (JSONException e) { e.printStackTrace(); } String jsonStr = jsonO
阅读全文
posted @ 2020-08-13 14:59 野鸡码农
阅读(152)
评论(0)
推荐(0)
2020年8月11日
Android集成微信原生登录
摘要: https://blog.csdn.net/u014078990/article/details/83752223 1,app build.gradle: //微信登录 api 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+' 2,权
阅读全文
posted @ 2020-08-11 18:24 野鸡码农
阅读(356)
评论(0)
推荐(0)
2020年8月7日
RN项目iOS报错,Assertion failed: (severity >= 0 && severity < NUM_SEVERITIES)
摘要: 报错信息: Assertion failed: (severity >= 0 && severity < NUM_SEVERITIES), function SetLogDestination, file /Users/samyao/Git/trace/node_modules/react-nati
阅读全文
posted @ 2020-08-07 14:18 野鸡码农
阅读(531)
评论(0)
推荐(0)
2020年8月5日
比较全的声音mp3下载
该文被密码保护。
阅读全文
posted @ 2020-08-05 16:37 野鸡码农
阅读(71)
评论(0)
推荐(0)
Android使用jsonstring请求retrofit
摘要: 参考链接:https://www.jianshu.com/p/1e5200898c7b public void request(String jsonStr, ApiSucess sucess, ApiErr err) { try { JSONObject obj = new JSONObject(
阅读全文
posted @ 2020-08-05 10:45 野鸡码农
阅读(314)
评论(0)
推荐(0)
2020年8月3日
RN项目iOS端红色屏幕报错Unknown argument type 'attribute' in method -[RCTAppState getCurrentAppState:error:]. Extend RCTConvert to support this type
摘要: 报错信息: Unknown argument type 'attribute' in method -[RCTAppState getCurrentAppState:error:]. Extend RCTConvert to support this type 解决办法: 全局搜索RCTParseU
阅读全文
posted @ 2020-08-03 09:59 野鸡码农
阅读(525)
评论(0)
推荐(0)
低版本的RN项目iOS端 third-party依赖包报错解决方案
摘要: Xcode控制台报错信息: Assertion failed: (severity >= 0 && severity < NUM_SEVERITIES), function SetLogDestination, file /Users/z/code/rntest/OldRNDemo/node_mod
阅读全文
posted @ 2020-08-03 09:55 野鸡码农
阅读(1582)
评论(0)
推荐(0)
error: Build input file cannot be found:
摘要: error: Build input file cannot be found: '/Users/galahad/Desktop/ziliao/RN和Native交互/react-native-blog-examples/Chapter10-RNInteractionWithNative/RNAdd
阅读全文
posted @ 2020-08-03 09:53 野鸡码农
阅读(3043)
评论(0)
推荐(0)
2020年7月30日
code11遇到React Native启动报错的问题 getCurrentAppState:error 和 objectAtIndexedSubscript: 的解决方案
摘要: 转载自:https://blog.csdn.net/lifeng__/article/details/101521095 我的xcode打包闪退,尝试启动项目,遇到React Native启动报错的问题,原本的项目的是Xcode10的,现在我更新了我Xcode版本到Xcode11. 报错为 Unkn
阅读全文
posted @ 2020-07-30 13:02 野鸡码农
阅读(205)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
38
下一页
公告