Info.plist not in correct format

前端 未结 4 1776
北海茫月
北海茫月 2021-02-20 12:36

I was working through my iOS Xcode project just fine, and then all of a sudden when I tried to run it, I started getting the error below:

error: couldn\'t parse         


        
4条回答
  •  南方客
    南方客 (楼主)
    2021-02-20 12:54

    I encountered the same error. Took quite a while to figure it out. Here's how I did it:

    • Go to your terminal
    • Navigate to the location where the plist file is located e.g cd /user/desktop/app/Runner/info.plist
    • Then use the plutil command like so plutil info.plist

    This will show you where the error is and you can go about correcting it. I hope that helps.

提交回复
热议问题