Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

升级Xcode10+之后出现的两个bug #21

Open
duheng opened this issue Nov 29, 2018 · 1 comment
Open

升级Xcode10+之后出现的两个bug #21

duheng opened this issue Nov 29, 2018 · 1 comment

Comments

@duheng
Copy link
Owner

duheng commented Nov 29, 2018

一. 缺少libfishhook.a文件,如下图

1543476813562

解决方案看下图

image
image
照上两个图操作后重新执行 yarn run ios就可以了

具体的可以看看兔子的文章 https://www.jianshu.com/p/cc0174b4a9c5

二:报错信息为 Print: Entry, ":CFBundleIdentifier", Does Not Exist;

出现这个报错的时候用xcode运行一下,运行结果如下图
1543462118956

如果跟上图一样的运行结果 请下载
boost_1_63_0.tar.gz
将其解压后替换node_modules/react-native/third-party/boost_1_63_0
然后重新执行 yarn run ios

@wenxiayili
Copy link

一. 缺少libfishhook.a文件,如下图

1543476813562

解决方案看下图

image
image
照上两个图操作后重新执行 yarn run ios就可以了

具体的可以看看兔子的文章 https://www.jianshu.com/p/cc0174b4a9c5

二:报错信息为 Print: Entry, ":CFBundleIdentifier", Does Not Exist;

出现这个报错的时候用xcode运行一下,运行结果如下图
1543462118956

如果跟上图一样的运行结果 请下载
boost_1_63_0.tar.gz
将其解压后替换node_modules/react-native/third-party/boost_1_63_0
然后重新执行 yarn run ios

我出现第二个错误,但是在xcode中运行 模拟器是没问题的,使用yarn run ios就报这个错误

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants