Changes
Page history
Update Building and Signing (iOS)
authored
Jul 15, 2023
by
Devin
Hide whitespace changes
Inline
Side-by-side
Building-and-Signing-(iOS).md
View page @
d1643720
...
@@ -6,6 +6,8 @@ Xcode signs the app automatically when it builds it. To make changes to any sign
...
@@ -6,6 +6,8 @@ Xcode signs the app automatically when it builds it. To make changes to any sign
When you build the app for the first time, I recommend following these steps specifically as they can help you avoid and troubleshoot issues.
When you build the app for the first time, I recommend following these steps specifically as they can help you avoid and troubleshoot issues.
-
Make sure Xcode is closed.
-
Make sure Xcode is closed.
-
Open the
`.env`
file in the frpg-companion folder with an editor of your choosing.
-
Change
`dart.env.prod=false`
to
`dart.env.prod=true`
(this enables production mode)
-
Run the followings commands in the specified order:
-
Run the followings commands in the specified order:
-
`cd <frpg-companion>`
(replace frpg-companion with the path to the companion app folder in the project)
-
`cd <frpg-companion>`
(replace frpg-companion with the path to the companion app folder in the project)
-
`flutter clean`
-
`flutter clean`
...
...
...
...