【发布时间】:2023-03-16 12:40:01
【问题描述】:
我已使用 TextEdit 将此行添加到我的应用程序 .plist 中。我将启用 iTunes 文件共享:
<key>UIFileSharingEnabled</key>
<string>YES<string/>
导致这个错误:“couldn't parse contents of '/Users/me/Desktop/MyApp/MyApp-Info.plist': Encountered unexpected character s on line 31”
我写在其他键之后和之前
</dict>
【问题讨论】:
标签: objective-c ios info.plist