-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"flag provided but not defined: -profile" when trying to build a MacOS release application #223
Comments
Isn't the profile parameter only needed for iOS builds? |
It's asking for it if I don't give it:
|
Oh I remember now. Are you trying to ship it for the macOS store? |
Not for the App-store, but you have to sign it when you want to execute an app being distributed in a .dmg. MacOS just says that it is damaged if it is downloaded. Rightclick and selecting "Open" doesn't work, too. If I execute the app directly after building, everything is fine. |
Ah. Release mode is for the store distribution. |
Ah, yes, that might be :) |
Seems kinda similar to me:
|
The error may seem similar but it's very different - that is an error with the compilation process, but this ticket is reporting an issue with command line parameters into Fyne-cross itself |
Describe the bug:
I'm trying to use fyne-cross to build and package a MacOS application in the release mode. When I do so, I get the error message "flag provided but not defined: -profile".
To Reproduce:
Steps to reproduce the behaviour:
Run the command
With the app-id and the name being the same as in the profile.
Device and debug info (please complete the following information):
Debug info
The text was updated successfully, but these errors were encountered: