当我使用[CBUUID UUIDWithString:@"xxx"]
(无效的uuid字符串)之类的东西时,应用程序将崩溃。
如何检查参数是否为有效的UUID格式。
错误是:
-[CBUUID initWithString:],/ BuildRoot / Library / Caches / com.apple.xbs / Sources / MobileBluetoothFramework / MobileBluetooth-115.5.1 / CoreBluetooth / CoreBluetooth / CBUUID.m:149
中的断言失败
我不明白为什么断言发生在发行版上。也许苹果忘记了关闭断言开关。