英文:
'isOnboardingFinished' is inaccessible due to 'internal' protection level
问题
I am trying to build expo react native app on ios with arch -x86_64 yarn ios
the build is working fine on android , the problem is with ios only
if there are any useful info i could add to the question , please let me know
These are my dependencies relevant to the error:
"expo": "~46.0.19"
"react-native": "0.69.6",
screenshot of the build error:
英文:
I am trying to build expo react native app on ios with arch -x86_64 yarn ios
the build is working fine on android , the problem is with ios only
if there are any useful info i could add to the question , please let me know
These are my dependencies relevant to the error:
"expo": "~46.0.19"
"react-native": "0.69.6",
screenshot of the build error:
答案1
得分: 0
问题在我运行 expo prebuild
之后运行 arch -x86_64 yarn ios
时得以解决。
英文:
the issue was fixed when I ran expo prebuild
before arch -x86_64 yarn ios
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论