Не понятная ошибка от tts

ios
swift3

#1

Доброго времени суток)

Пробую функцию Text To Speech. Делаю все по многочисленным туториалам.
Текст произносит, но в логах выдает ошибку.
Может кто-то сталкивался с подобным.
У меня IPhone 5s/iPad Air2 (iOS 10.3.3)

Код:

import UIKit
import AVFoundation 

 let string = "Checking whether a device is jailbroken or not can have many advantages for your application."

  let utterance = AVSpeechUtterance(string: string)
  utterance.voice = AVSpeechSynthesisVoice(language: "en-US")
  utterance.volume = 1.5
  utterance.rate = 0.5
  utterance.pitchMultiplier = 1.25
  let synth = AVSpeechSynthesizer()
  synth.speak(utterance)

Ошибка:

2017-08-17 12:17:21.145684 ttsOnle[61165:2244947] 0x600000340370 Copy matching assets reply: XPC_TYPE_DICTIONARY  <dictionary: 0x600000340370> { count = 2, transaction: 0, voucher = 0x0, contents =
	"Assets" => <data: 0x600000078080>: { length = 1261 bytes, contents = 0x62706c6973743030d4010203040506666758247665727369... }
	"Result" => <int64: 0x600000033fc0>: 0
}
2017-08-17 12:17:21.149762 ttsOnle[61165:2244947] 0x608000342730 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x608000342730> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x60800003c680>: 1
}
2017-08-17 12:17:21.149989 ttsOnle[61165:2244947] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.150350 ttsOnle[61165:2244947] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.285903 ttsOnle[61165:2245086] 0x600000341ef0 Copy matching assets reply: XPC_TYPE_DICTIONARY  <dictionary: 0x600000341ef0> { count = 2, transaction: 0, voucher = 0x0, contents =
	"Assets" => <data: 0x60000007af80>: { length = 3655 bytes, contents = 0x62706c6973743030d4000100020003000400050006012f01... }
	"Result" => <int64: 0x600000038560>: 0
}
2017-08-17 12:17:21.289570 ttsOnle[61165:2245086] 0x600000340790 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x600000340790> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x600000038560>: 1
}
2017-08-17 12:17:21.290006 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.290982 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.294092 ttsOnle[61165:2245086] 0x6000003400b0 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x6000003400b0> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x600000038480>: 1
}
2017-08-17 12:17:21.294504 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.295631 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.302223 ttsOnle[61165:2245086] 0x608000341080 Copy matching assets reply: XPC_TYPE_DICTIONARY  <dictionary: 0x608000341080> { count = 2, transaction: 0, voucher = 0x0, contents =
	"Assets" => <data: 0x608000074800>: { length = 3655 bytes, contents = 0x62706c6973743030d4000100020003000400050006012f01... }
	"Result" => <int64: 0x608000226940>: 0
}
2017-08-17 12:17:21.305133 ttsOnle[61165:2245086] 0x6080003427e0 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x6080003427e0> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x608000226fc0>: 1
}
2017-08-17 12:17:21.305586 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.306478 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.309379 ttsOnle[61165:2245086] 0x6080003404d0 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x6080003404d0> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x608000227140>: 1
}
2017-08-17 12:17:21.309870 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.311141 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.316190 ttsOnle[61165:2245086] 0x608000341080 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x608000341080> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x608000226f80>: 1
}
2017-08-17 12:17:21.316791 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.317787 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.320874 ttsOnle[61165:2245086] 0x608000341080 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x608000341080> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x608000227060>: 1
}
2017-08-17 12:17:21.321269 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.322167 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.325228 ttsOnle[61165:2245086] 0x600000340370 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x600000340370> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x6000000393e0>: 1
}
2017-08-17 12:17:21.325654 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.326594 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.331353 ttsOnle[61165:2245086] 0x608000342940 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x608000342940> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x608000226f80>: 1
}
2017-08-17 12:17:21.331708 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.332953 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.348040 ttsOnle[61165:2245086] 0x6080003404d0 Copy matching assets reply: XPC_TYPE_DICTIONARY  <dictionary: 0x6080003404d0> { count = 2, transaction: 0, voucher = 0x0, contents =
	"Assets" => <data: 0x608000073780>: { length = 6324 bytes, contents = 0x62706c6973743030d4000100020003000400050006029202... }
	"Result" => <int64: 0x608000227540>: 0
}
2017-08-17 12:17:21.371555 ttsOnle[61165:2245086] 0x600000340370 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x600000340370> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x600000039400>: 1
}
2017-08-17 12:17:21.383842 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.384522 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.387966 ttsOnle[61165:2245086] 0x600000340370 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x600000340370> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x600000039380>: 1
}
2017-08-17 12:17:21.388785 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.389715 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.393101 ttsOnle[61165:2245086] 0x6000003400b0 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x6000003400b0> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x600000039400>: 1
}
2017-08-17 12:17:21.396668 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.400477 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.417012 ttsOnle[61165:2245086] 0x608000342940 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x608000342940> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x608000227e80>: 1
}
2017-08-17 12:17:21.426914 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.428598 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.438250 ttsOnle[61165:2245086] 0x6000003400b0 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x6000003400b0> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x600000039420>: 1
}
2017-08-17 12:17:21.439052 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.443364 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.456481 ttsOnle[61165:2245086] 0x608000341080 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x608000341080> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x608000227fa0>: 1
}
2017-08-17 12:17:21.457336 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.458030 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.462038 ttsOnle[61165:2245086] 0x6000003400b0 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x6000003400b0> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x6000000393c0>: 1
}
2017-08-17 12:17:21.462875 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.463473 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.467084 ttsOnle[61165:2245086] 0x6080003427e0 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x6080003427e0> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x608000227e80>: 1
}
2017-08-17 12:17:21.468983 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.470380 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.475880 ttsOnle[61165:2245086] 0x608000342520 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x608000342520> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x608000227f80>: 1
}
2017-08-17 12:17:21.476784 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.477813 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.486159 ttsOnle[61165:2245086] 0x608000341080 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x608000341080> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x608000227ec0>: 1
}
2017-08-17 12:17:21.491198 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.491709 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.497722 ttsOnle[61165:2245086] 0x600000341ef0 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x600000341ef0> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x600000039300>: 1
}
2017-08-17 12:17:21.498499 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.499185 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.503687 ttsOnle[61165:2245086] 0x600000342100 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x600000342100> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x600000039340>: 1
}
2017-08-17 12:17:21.504395 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.504867 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.522669 ttsOnle[61165:2245086] 0x6000003400b0 Copy matching assets reply: XPC_TYPE_DICTIONARY  <dictionary: 0x6000003400b0> { count = 2, transaction: 0, voucher = 0x0, contents =
	"Assets" => <data: 0x60000007c400>: { length = 2913 bytes, contents = 0x62706c6973743030d4000100020003000400050006010901... }
	"Result" => <int64: 0x6000000392a0>: 0
}
2017-08-17 12:17:21.531275 ttsOnle[61165:2245086] 0x608000342940 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x608000342940> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x608000227e00>: 1
}
2017-08-17 12:17:21.531891 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.532416 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.536745 ttsOnle[61165:2245086] 0x600000341ef0 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x600000341ef0> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x6000000390a0>: 1
}
2017-08-17 12:17:21.537113 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.537695 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.540607 ttsOnle[61165:2245086] 0x600000342100 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x600000342100> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x6000000390a0>: 1
}
2017-08-17 12:17:21.540999 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.541313 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:21.545651 ttsOnle[61165:2245086] 0x608000342520 Copy assets attributes reply: XPC_TYPE_DICTIONARY  <dictionary: 0x608000342520> { count = 1, transaction: 0, voucher = 0x0, contents =
	"Result" => <int64: 0x608000227e80>: 1
}
2017-08-17 12:17:21.545972 ttsOnle[61165:2245086] [MobileAssetError:1] Unable to copy asset attributes
2017-08-17 12:17:21.546465 ttsOnle[61165:2245086] Could not get attribute 'LocalURL': Error Domain=MobileAssetError Code=1 "Unable to copy asset attributes" UserInfo={NSDescription=Unable to copy asset attributes}
2017-08-17 12:17:23.087996 ttsOnle[61165:2245168] [aqme] 255: AQDefaultDevice (1): skipping input stream 0 0 0x0
2017-08-17 12:17:25.096115 ttsOnle[61165:2245168] [aqme] 255: AQDefaultDevice (173): skipping input stream 0 0 0x0
2017-08-17 12:17:27.104706 ttsOnle[61165:2245168] [aqme] 255: AQDefaultDevice (173): skipping input stream 0 0 0x0
2017-08-17 12:17:29.112946 ttsOnle[61165:2245168] [aqme] 255: AQDefaultDevice (173): skipping input stream 0 0 0x0
2017-08-17 12:17:31.121572 ttsOnle[61165:2245168] [aqme] 255: AQDefaultDevice (173): skipping input stream 0 0 0x0
2017-08-17 12:17:33.130299 ttsOnle[61165:2245168] [aqme] 255: AQDefaultDevice (173): skipping input stream 0 0 0x0
2017-08-17 12:17:35.138858 ttsOnle[61165:2245168] [aqme] 255: AQDefaultDevice (173): skipping input stream 0 0 0x0
2017-08-17 12:17:37.147280 ttsOnle[61165:2245168] [aqme] 255: AQDefaultDevice (173): skipping input stream 0 0 0x0
2017-08-17 12:17:39.155823 ttsOnle[61165:2245168] [aqme] 255: AQDefaultDevice (173): skipping input stream 0 0 0x0
2017-08-17 12:17:41.164408 ttsOnle[61165:2245168] [aqme] 255: AQDefaultDevice (173): skipping input stream 0 0 0x0

Не для праздности спрашиваю )))

За ранее всем спасибо)


#2

Скажите, может повлиять эта ошибка на публикацию приложения в App Store?