ios - Xcode 7 crash: [NSLocalizableString length] 30000 -


the app hangs on ios7,8,9, makes 30000 calls [nslocalizablestring length] cpu on max.

see https://forums.developer.apple.com/thread/16001 also

(lldb) bt  * thread #1: tid = 0x2cb4df, 0x0349065c foundation`-[nslocalizablestring length] + 6, queue = 'com.apple.main-thread', stop reason = exc_bad_access (code=2, address=0xbf728ffc)    * frame #0: 0x0349065c foundation`-[nslocalizablestring length] + 6      frame #1: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #2: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #3: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #4: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #5: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #6: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #7: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #8: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #9: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #10: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #11: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #12: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #13: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #14: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #15: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #16: 0x03490680 foundation`-[nslocalizablestring length] + 42      frame #17: 0x03490680 foundation`-[nslocalizablestring length] + 42  

i checked english checkmark in addition base, , stopped having problems.

settings


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -