I am getting the string @"< unlocalized>" for turn-by-turn instructions from MKRouteStep in my project. However when i run the same code in new project it return the string. What can be the issue with my project? thanks
相关问题
- How can I create this custom Bottom Navigation on
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
- didBeginContact:(SKPhysicsContact *)contact not in
- Attempt to present UIAlertController on View Contr
I solved it. it was because of a file i have implemented for localization in the project.