Error in ionic build

i have that error while i’m building

error: could not read data from ‘/Applications/app.build/Debug-iphonesimulator/app.build/MainViewController-PartialInfo.plist’: The file “MainViewController-PartialInfo.plist” couldn’t be opened because there is no such file.

its a new error i was working on this app 3 months ago?

Hmm, can you try to remove the platform and add it back? I’m guessing that there was a file deleted in the project.

Confirm this resolved this issue.

specifically

$ ionic platform remove ios

$ ionic platform add ios
1 Like