We are running an old ionic app (v5) with Cordova. I followed all steps to make a dev build for iOS. The volt builder finishes with no errors, and now I can install the app on my iPhone. In the debug mode in safari, I can see that none of the script files can be found, but that’s all I can see. The splash screen is there, and after the screen is just white. Anyone faced similar issues? I can confirm that the whole www directory is in the zip package I am uploading. Happy to provide more detail if necessary.
Does your app require a build step to generate the proper JS files?
I run ionic build
first locally and all JS files are in the www directory
Please share your build log so we can have a closer look.
I can see in your log that a number of js files are being included. Are they not present in the generated build?
Not according to what I see in the Safari Debugging + App Screen is white after loading.
What specific files are you looking for? Can you share the build product so we can take a look?
Can I share the build output via email? Not sure if I am allowed to drop it in a forum.
Yes, please email your zip file and build output to support@volt.build
The files are definitely in your IPA. Are there any further errors in the console?
Please take a look at this and see if adding a CSP helps: Troubleshooting | VoltBuilder
Thanks, tried it but did not help.
Building the app locally with ionic cordova build ios --prod --release -- --buildConfig build/ios-build.json
and uploading manually with xcode works, though. It’s just a pain.
Can we see your ios-build.json?
Is there anything I could still change in the settings for the build ?
Can you attempt an Android build?