You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that you have to change the --terminal argument to a terminal of your choosen as this will fail without any debug information, if the given terminal is not found
Start App on IOS Device / Simulator
Configure code signing for the xcode project (open ios/skirmishreactnative.xcodeproj and set the signing orga for every runner)
Update podfile:
cd ios/
gem update cocapods --pre
pod update
Run
npx react-native run-ios --terminal xterm
Note that you have to change the --terminal argument to a terminal of your choosen as this will fail without any debug information, if the given terminal is not found
Automatic building
Until a proper release mechanism is established, each build has to be triggered manually.
There is a github actions worklfow configured which will build, sign and publish the APKs and AABs