-
Notifications
You must be signed in to change notification settings - Fork 53
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
本地起playground在ios上挂 #96
Comments
macos14+xcode14吗 |
@zhiqingchen macOS 13.2.1 (22D68) + xcode v14.3.1 |
需要查看是否存在两个 react-native-svg 版本,并只使用一个
|
@zhiqingchen 执行 |
@Chen-jj ok,main 分支我更新一波。 |
我的环境:
xcode: v14.3.1
node: v16.20.0
repro step:
npx react-native run-ios --no-packager --simulator 'iPhone 14 Pro'
)yarn ios
的时候报错和这个是这个issue里#91 一样的错:然后我用xcode直接build,报错
'value' is unavailable: introduced in iOS 12.0
,按照这个帖子fix了facebook/react-native#34106 (comment)然后继续
yarn ios
,成功,但是metro那边开始报错simulator上就一直白屏。这个该如何解决?谢谢
The text was updated successfully, but these errors were encountered: