我正在尝试使用here maps SDK,我尝试了提供的链接中提到的每一个步骤:
https://developer.here.com/news/20170208a#.WVn1zNN968p
我需要关于这个问题的帮助。如果有人在iOS和Swift 3中使用过here maps,请帮助我。
发布于 2017-07-03 17:01:38
我希望这些步骤能够解决错误。
在终端中,转到项目根目录并逐个执行命令
find . -type f -name '*.jpeg' -exec xattr -c {} \;
find . -type f -name '*.png' -exec xattr -c {} \;
find . -type f -name '*.tif' -exec xattr -c {} \;清理Xcode并重新构建。好了。
https://stackoverflow.com/questions/44880282
复制相似问题