我正在通过我的iOS Xcode项目正常工作,然后当我尝试运行它时突然间,我开始收到以下错误:
error: couldn't parse contents of '/Users/pavitarsidhu/Desktop/AmigoDash/SidebarDemo/AmigoDash-Info.plist': The data couldn’t be read because it isn’t in the correct format.
Run Code Online (Sandbox Code Playgroud)
我真的很困惑.我查看了过去的StackOverflow问题,仍然无法解决这个问题.反正只是生成一个新的infoplist?你们有什么感想?
我正在设计一个使用NSURLSession的应用程序,并考虑将它放在与Grand Central Dispatch不同的线程中,但如果NSURLSession在后台自动执行此操作,那么我不必使用GCD,对吗?
换句话说,NSURLSession会在后台自动使用Grand Central Dispatch,所以我们不必担心吗?