Mario
1
What platform are you building for?
iOS
What framework are you building with?
Cordova
What is your build ID?
fbd30356-5c8e-4e9d-8b0b-2b9ca97ac7c9
What is your error message?
UserError: Filename not found in export path. Possible bad name.
Please describe the issue:
I have compiled this app last week, but when i’ve upgrade de version number today i have this error…don’t know what it’s happening.
1 Like
This appears to be an issue on our end. We’re looking into it.
A new version of cordova-ios was released and it appears to have some issues. Please try pinning your engine in your config.xml like so:
<engine name="ios" spec="7.1.1" />
Let me know if this helps.
Mario
4
That’s just the point, with this line in config.xml it works properly, thanks a lot for your help!