configure: error: cannot run C compiled programs出错
摘要:在RN 运行时,出现问题 react-native run-ios Could not find iPhone 6 simulator 和 Entry, ":CFBundleIdentifier", Does Not Exist 在解决这个问题时, ./configure 编译不了 报错, conf
阅读全文
posted @
2020-07-13 16:56
浅唱年华1920
阅读(3239)
推荐(0) 编辑
ios xcode 报错 Error Domain=NSCocoaErrorDomain Code=4099
摘要:来源:https://www.jianshu.com/p/fe03ff7e4e8e 遇到问题 记录下 报错信息 [Client] Sending selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connect
阅读全文
posted @
2020-07-13 16:52
浅唱年华1920
阅读(4343)
推荐(0) 编辑
xcode 版本问题 Unknown argument type '__attribute__' in method -[RCTLinkingManager getInitialURL:reject:]
摘要:报错信息 Unknown argument type '__attribute__' in method -[RCTLinkingManager getInitialURL:reject:]. Extend RCTConvert to support this type. 1.在Xcode中打开:X
阅读全文
posted @
2020-07-13 16:49
浅唱年华1920
阅读(432)
推荐(0) 编辑
Flutter base64字符串加密解密
摘要:使用自带库 import 'dart:convert'; 1.加密 base64Encode(utf8.encode(str)) 2. 解密 utf8.decode(base64Decode(str))
阅读全文
posted @
2020-07-09 10:32
浅唱年华1920
阅读(2341)
推荐(0) 编辑
flutter中container如何撑满宽度
摘要:1. child使用Row 2. 给container设置alignment属性
阅读全文
posted @
2020-07-09 10:28
浅唱年华1920
阅读(5832)
推荐(0) 编辑