Post

Replies

Boosts

Views

Activity

Comment on Unable to install “myapp”
My issue above is solved by moving a Build Phases script we had to be the last step. The error that was in the device Console when installing was MacOS error: -67030 which means errSecCSInfoPlistFailed - The Info.plist file or the signature has been modified. We indeed had a script that modifies the plist to update the build number to the git commit count. Moving that script to be after the 'copy bundle resources' script worked to fix this issue
Oct ’23