Skip to content

Instantly share code, notes, and snippets.

@behdaad
Last active September 12, 2018 06:32
Show Gist options
  • Save behdaad/20b343a2823c168863046f716cd49c48 to your computer and use it in GitHub Desktop.
Save behdaad/20b343a2823c168863046f716cd49c48 to your computer and use it in GitHub Desktop.
CocoaPods "attempted to initialize an object with an unknown UUID"
cat Snapp.xcodeproj/project.pbxproj | grep SECOND_UDID
# prints: BAFD5C521DBF396B0089BDB3 /* Localizable.strings in Resources */,

Then you need to remove and add Localizable.strings to your project again. It can be done via unchecking / checking the mark the target membership in the file inspector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment