Find the class that use the UDID by
(by terminal in the project directory)
find . | grep -v .svn | grep ".a" | grep -v ".app" | xargs grep uniqueIdentifier
you find the classes that use UDID then replace it and use UUID or replace it by new class if you are using external classes
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…