Skip to content

Commit

Permalink
Add to to build project on M1 Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhnx committed Apr 24, 2022
1 parent 29f984b commit 686fbc1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ my notes about SwiftUI:

By publishing Clendar, I would like to give back to the community. 😊

### Tip to build on M1 Macs

> So, maybe someone, who wants to contribute in this repo will find the next info a very helpful.
> If you have Macbook on m1:
>
> ```bash
> sudo arch -x86_64 gem install ffi
> arch -x86_64 pod install
> ```
> Or:
>
> run terminal with Rosetta and run `pod install`
>> Thanks https://github.com/vinhnx/Clendar/issues/220#issuecomment-1107809043
### Tech stacks
Core:
Expand Down

0 comments on commit 686fbc1

Please sign in to comment.