See this page for more details.
- Install Xcode 15.0.1 or higher.
- Install mint.
- Set
export SWIFT_ACTIVE_COMPILATION_CONDITIONS='$(inherited)'
if you don't want to add pagiantion, orexport SWIFT_ACTIVE_COMPILATION_CONDITIONS='$(inherited) SIMULATE_PAGINATION'
if you want to add pagination. - Run
mint bootstrap && mint run xcodegen
. - Run
bundle install && bundle exec pod install
. - Open MyNotino.xcworkspace in Xcode.
- Run MyNotinoApp.