1.问题
The following Swift pods cannot yet be integrated as static libraries:
The Swift pod `barcode_scan` depends upon `MTBBarcodeScanner`, which does not define modules. To opt into those targets……
func isTelNumber(num:NSString)-amp;amp;gt;Bool
{
var mobile = amp;quot;^1(3|5|8)\\d{8}$amp;quot;
var CM = amp;quot;^1(34|(3|5|8)\\d)\\d{7}$amp;quot;
var CU = amp;quot;^1(3|5|8)\……