We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a313f2 commit c63f8eaCopy full SHA for c63f8ea
README.md
@@ -232,3 +232,8 @@ QQ 群:682911244
232
- [ ] 实现选择发票功能
233
- [x] 发布不带支付功能的SDK
234
- [ ] 完善文档
235
+
236
+# 常见问题
237
+### 报错 could not find module `ExpoModulesCore` for target '86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator
238
+这种问题通常发生在苹果M系列芯片电脑上,由于M芯片都是ARM架构,而一旦你的xcframework不提供ARM架构模拟器的包,就会报这种错。
239
+解决方案是启动Rosetta模拟器,或者用真机。
0 commit comments