Expo build for ios fails with error code "plutil exited with non-zero code"

Hey guys,

We have been trying to run the expo build for ios but it keeps hitting these errors

Can you guys please let us know what is going on?

Hey @imarklee, can you share what type of project you are building? As well as the contents of your package.json?

Cheers,
Adam

Hello @adamjnav ,

Thanks for the pointers. It looks like the issue was caused by a new property “NSUserTrackingUsageDescription” we added in the plist object.

Once we removed that, it worked out fine now.