Hi,
I developed a Flutter app that works well in the iOS simulator, but that fails to deploy on my physical iPhone 13 Pro Max. Here is the error I get:
Target debug_unpack_ios failed: Exception: Failed to codesign /Users/<username>/Library/Developer/Xcode/DerivedData/Runner-<redacted>/Build/Products/Debug-iphoneos/Flutter.framework/Flutter with identity <redacted>
I've followed all the instructions that I found online, like moving my project from cloud storage to my local hard drive, but nothing has worked.
Thank you so much for your help!
I talk about this in Resolving errSecInternalComponent
errors during code signing. It links to another post, Fixing an untrusted code signing certificate, that specifically addresses the unable to build chain to self-signed root for signer
issue.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"