响应式布局网站开发,济南网站seo哪家公司好,看片,果业局网站建设使用Expo工具
在mac上安装expo#xff0c;如果是权限问题可以参考以下解决方法 https://blog.csdn.net/testcs_dn/article/details/78869419 https://jingyan.baidu.com/article/9c69d48ff88b3813c9024e9d.html
这是第二条链接的说明#xff1a;对于Mac OS X 10.11 El Capi…使用Expo工具
在mac上安装expo如果是权限问题可以参考以下解决方法 https://blog.csdn.net/testcs_dn/article/details/78869419 https://jingyan.baidu.com/article/9c69d48ff88b3813c9024e9d.html
这是第二条链接的说明对于Mac OS X 10.11 El Capitan用户由于系统启用了SIP(System Integrity Protection), 导致root用户也 没有权限修改/usr/bin目录。按如下方式可恢复权限。 屏蔽方法重启Mac按住commandR,进入recovery模式。选择打开Utilities下的终端输入csrutil disable并回车然后正常重启Mac即可。
报错 react native fsevents unavailable (this watcher can only be used on Darwin)
解决的办法参考链接 npm r -g watchman brew install watchman 注意这里我使用npm install watchman还是有问题的但是换成brew安装后没有问题
react-native run-ios报错
Could not find iPhone 6 simulator参考链接
Commandshift.可以显示/隐藏以.开头的文件或者文件夹
解决 React-Native mac 运行报错 error Failed to build iOS project. We ran “xcodebuild” command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by ope
地址如果按照以上的还有问题使用sudo跑下https://www.cnblogs.com/stevexu/archive/2019/04/21/10745769.html
如果显示像下面图片一样但是模拟器没有安装程序可能需要kill一下进程下面的链接很详细的说明了各种情况
react-native run-ios遇到的问题说明https://juejin.im/post/5ca2e560e51d456d3550dd5c 解决node.js - Node already installed, it’s just not linked
解决链接http://www.itkeyword.com/doc/7125537006697543345/node-already-installed-its-just-not-linked
解决升级到Xcode10react native项目运行报错问题
我遇到的错误是下面这个或者没有config.f的** 这个链接很有用** 错误一Xcode 10: Build input file double-conversion cannot be found
error: Build input file cannot be found: ../node_modules/react-native/third-party/double-conversion-1.1.6/src/strtod.cc
configure: error: in ../node_modules/react-native/third-party/glog-0.3.4解决链接https://blog.csdn.net/chensenp/article/details/83543724
完美解决library not found for -
该文章提供了很多的解决方案https://blog.csdn.net/liujia216/article/details/53112709 我也遇到了该问题但是项目的这个库是别人封装的所以我暂时是把该库移除了
React Native 日常报错 ‘config.h’ file not found
解决链接https://blog.csdn.net/qq_28978893/article/details/78720488
修改模拟器
react-native run-ios --simulator iPhone X //iPhone X是需要使用的模拟器真机调试链接
真机调试查看连接的设备
adb devices注意需要确保你的电脑和手机设备在同一个Wi-Fi环境下要不然我的会出现闪退 真机调试修改和查看
把就项目放到android studio报错
Error:(24, 0) Could not find method implementation() for arguments [directory ‘libs’] on object of t
这种方式会有警告告诉你compile过时了你可以选择升级gradle解决链接
Android Studio 报错Could not find com.android.support:appcompat-v7:28.0.0-beta01.
加上google()解决链接
AManifest merger failed : Attribute applicationappComponentFactory value(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 is also present at [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 value(androidx.core.app.CoreComponentFactory).Suggestion: add ‘tools:replaceandroid:appComponentFactory’ to element at AndroidManifest.xml:5:5-20:19 to override.
解决链接 添加tools
android studio 历史版本下载地址
历史版本下载地址
android studio mac完全卸载
https://blog.csdn.net/elonspace/article/details/51800949
gradle各个版本下载
http://services.gradle.org/distributions/
Lint found fatal errors while assembling a release target. 问题的解决方案
https://www.jianshu.com/p/9a3d4dddfcb2
Android Studio编译报Couldn’t follow symbolic link错误
Could not list contents of /Users/sunrifa/sendiWork/special_form_app_react_v2/node_modules/react-native/scripts/third-party/glog-0.3.5/test-driver. Couldnt follow symbolic link.https://www.jianshu.com/p/11a304b670e5
Error: EACCES: permission denied, mkdir 类的问题
https://stackoverflow.com/questions/49679808/error-eacces-permission-denied-mkdir-usr-local-lib-node-modules-node-sass-b
找不到资源可能需要统一版本依赖
Android resource linking failed
error: resource android:style/TextAppearance.Material.Widget.Button.Borderless.Colored not found.
error: resource android:style/TextAppearance.Material.Widget.Button.Colored not found.
/Users/sunrifa/sendiWork/dr_reborn_app_react/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml:7: error: resource android:attr/colorError not found.
/Users/sunrifa/sendiWork/dr_reborn_app_react/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml:11: error: resource android:attr/colorError not found.
/Users/sunrifa/sendiWork/dr_reborn_app_react/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml:15: error: style attribute ‘android:attr/keyboardNavigationCluster’ not found.
/Users/sunrifa/sendiWork/dr_reborn_app_react/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml:7: error: resource android:attr/dialogCornerRadius not found.
/Users/sunrifa/sendiWork/dr_reborn_app_react/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml:11: error: resource android:attr/dialogCornerRadius not found.
/Users/sunrifa/sendiWork/dr_reborn_app_react/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:2637: error: resource android:attr/fontStyle not found.
/Users/sunrifa/sendiWork/dr_reborn_app_react/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:2637: error: resource android:attr/font not found.
/Users/sunrifa/sendiWork/dr_reborn_app_react/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:2637: error: resource android:attr/fontWeight not found.
/Users/sunrifa/sendiWork/dr_reborn_app_react/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:2637: error: resource android:attr/fontVariationSettings not found.
/Users/sunrifa/sendiWork/dr_reborn_app_react/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:2637: error: resource android:attr/ttcIndex not found.
/Users/sunrifa/sendiWork/dr_reborn_app_react/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:2689: error: resource android:attr/startX not found.
/Users/sunrifa/sendiWork/dr_reborn_app_react/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:2689: error: resource android:attr/startY not found.
/Users/sunrifa/sendiWork/dr_reborn_app_react/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:2689: error: resource android:attr/endX not found.
/Users/sunrifa/sendiWork/dr_reborn_app_react/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:2689: error: resource android:attr/endY not found.
/Users/sunrifa/sendiWork/dr_reborn_app_react/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml:2690: error: resource android:attr/offset not found.
error: failed linking references.dependencies {compile fileTree(dir: libs, include: [*.jar])testCompile junit:junit:4.12compile com.android.support:appcompat-v7:23.1.1compile com.facebook.react:react-native:0.54.2compile com.google.android.gms:play-services-gcm:11.0.4compile me.leolin:ShortcutBadger:1.1.8aar
}修改上面的三个值保持依赖版本统一
Cannot add task ‘wrapper’ as a task with that name already exists
https://stackoverflow.com/questions/53709282/cannot-add-task-wrapper-as-a-task-with-that-name-already-exists
react-native-keychain: 错误: 找不到符号 符号: 类 StrongBoxUnavailableException
重新装下 yarn add react-native-keychain3.0.0装后打开报错的文件发现代码少了报错的代码不知是否是之前开发添加的
Invoke-customs are only supported starting with Android O (–min-api 26)
https://www.jianshu.com/p/434928537a90
React Native version mismatch 错误
https://blog.csdn.net/awy1988/article/details/80336913
有可能是你在跑两个react-native不同的版本时也会有这个问题
特批项目
升级gradle为3.4.1 重新安装react-native-keychain解决找不到类的问题 升级video为4.1.0 修改react-native-device-info的依赖包中的play-services-gcm的版本为15.0.1
react-native run-ios命令失败(PCH问题),但是在xcode中构建成功
http://www.voidcn.com/article/p-owrbmtsz-btr.html 把项目根目录下的ios/build目录删除重新构建
Error: Duplicate resources
https://stackoverflow.com/questions/47084810/react-native-android-duplicate-file-error-when-generating-apk/49589616#49589616 需要修改react-native/react.gradle暂时使用了该解决方案需要修改node_modules里的模块不好
个人证书打包ios教程
https://www.jianshu.com/p/924e2a0d2236 本人没试过记录下有需要再用
调试react-native跨域问题
在chrome商店下载扩展 Allow-Control-Allow-Origin: *
mysql错误[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated
解决链接
有时react-native编译ios会出现一些问题一般处理是删除项目下ios的build目录、关闭终端和模拟器重新跑、还有这个地址
链接器命令失败退出代码1使用-v查看调用在xcode 10和ld找不到-lFirebaseCore库
https://www.soinside.com/question/U6dwRm6i5m89d2BABGJ7fL
如果没有手动的react-native软件包 18472 iOS main.jsbundle将不会自动创建或更新
https://translate.google.com/translate?hlzh-CNslenuhttps://github.com/facebook/react-native/issues/18472prevsearch