JagandeepBrar / lunasea

Self-hosted software controller built using Flutter
https://www.lunasea.app
GNU General Public License v3.0
1.31k stars 64 forks source link

[Bug] - Unable to build because ExportOptions.plist is missing #26

Closed johntdyer closed 4 years ago

johntdyer commented 4 years ago

Describe the Bug I am getting an error when running build_ipa because its missing ExportOptions.plist

To Reproduce ./build_ipa

Expected Behaviour build an api, but I am not really an IOS dev so I haven't any clue whats required for this file... I did notuice you have yours in your .gitignore

Screenshots If applicable, add screenshots to help explain your problem.

Versions latest

Additional context Add any other context about the problem here.

JagandeepBrar commented 4 years ago

I put together a quick installation guide on the Wiki: https://github.com/JagandeepBrar/LunaSea/wiki/Build-Guide

Step 2 is the place where you set up ExportOptions.plist. I have it in the .gitignore because my local version contains my team ID, and ensured a user sets up the file themselves first.

If you're still running into problems I can try to help out!

johntdyer commented 4 years ago

@JagandeepBrar thanks, that helped !

JagandeepBrar commented 4 years ago

Awesome, going to close this issue then. Leave another comment if you need anymore help!