开发者

Changing MyApp-Info.plist gives an error

开发者 https://www.devze.com 2023-02-15 15:11 出处:网络
I\'ve added this lines to my app .plist using TextEdit. I would enable iTunes file sharing with: <key>UIFileSharingEnabled</key>

I've added this lines to my app .plist using TextEdit. I would enable iTunes file sharing with:

<key>UIFileSharingEnabled</key>
<string>YES<string/>

It results in this error: "couldn't parse contents of '/Users/me/Desktop/M开发者_JAVA百科yApp/MyApp-Info.plist': Encountered unexpected character s on line 31"

I wrote it after the other keys and before

</dict>


change <string/> to </string> and you should be good

0

精彩评论

暂无评论...
验证码 换一张
取 消