
JTRUJILLO PEREZ124780 (Community Member) asked a question.
Hi Veracode Community,
I have used the veracode CLI to use auto-packaging in a Flutter project, but it only generates the android APK file but not the IOS IPA file. Looking at the auto-packaging debug of the run it does not evidence any error or a reason why it does not generate the IPA file.
Please, can you tell me what could be happening?
Thanks in advance,
Juan Diego
.png)
Hello Juan,
I would recommend you contact our technical support team. Here's how you can log a case:
1. Navigate to the upper right corner of any page in the Community, and click on your user avatar.
2. Select Contact Support from the drop-down menu.Open a case with Support, for CLI and provide the steps you are taking to receive that error to better help assist the engineer.
Regards,
Veracode Inc.
With this issue, I would recommend opening a support ticket. You can open a support ticket within the Community. Simply click on your profile on the top right side of the screen and select "Contact Support". Or click on the link below.https://community.veracode.com/s/contact-support
Hi Juan Diego,
It sounds like you’re having trouble generating the iOS IPA file using the Veracode CLI for your Flutter project. Ensure all dependencies in your pubspec.yaml are up to date and run flutter pub get to fetch any missing dependencies. Verify that you’re using the correct command (flutter build ipa --debug) to build the IPA file. Make sure your Xcode project is properly configured, with the target destination set to an iOS device and signing and provisioning profiles correctly set up. If automatic signing is causing issues, try turning off “Automatically manage signing” in Xcode and configure the signing manually. Additionally, running flutter clean can help remove residual files that might be causing issues. If these steps don’t resolve the problem, check the Veracode documentation or community forums for more specific guidance.
Best regards,
UPSers