简体   繁体   中英

How to use here maps SDK for Swift 3?

I am trying to use the here maps SDK and I tried every step as mentioned on the provided link:

https://developer.here.com/news/20170208a#.WVn1zNN968p

I need help regarding the issue. Please help me if anyone has ever used the here maps SDK in iOS and Swift 3.

I hope this steps follow to solve error.

In terminal, goto project's root directory and execute one by one command

  find . -type f -name '*.jpeg' -exec xattr -c {} \;
  find . -type f -name '*.png' -exec xattr -c {} \;
  find . -type f -name '*.tif' -exec xattr -c {} \;

Clean Xcode and Re Build. Done.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM