Issue
This is the error I get while trying to release build my ionic project with:
'ionic cordova build --release ios --verbose'
on Xcode shows this:
This is the project configuration:
Solution
In the end i only had to update plugins to the latest versions, using 'npm outdated' and then update everything one by one, then type 'npm install' was able tu build succesfully afterwards
Answered By - Marth
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.