Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在带有 M1 芯片的 MacBook 上使用 XCode 11.3.1,我通过运行解决了这个问题:
arch -x86_64 pod install
所以,第一步是:
yarn install
然后
cd ios
和