【问题标题】:Flutter | Info.plist | Found Non-Key Inside <dict> about BGTaskSchedulePermittedIdentifiers key颤振 |信息.plist |在 <dict> 中找到关于 BGTaskSchedulePermittedIdentifiers 键的非键
【发布时间】:2023-01-04 01:58:25
【问题描述】:

我正在尝试使用 Xcode 构建我的应用程序,但我面临着:

字典第 52 行中的非键

第52行有什么问题?我找不到任何解决方案。

这是我的 xml 行:

<key>BGTaskSchedulerPermittedIdentifiers</key>
    <array>

        <string></string>
    </array>
</key>

【问题讨论】:

    标签: swift xcode flutter


    【解决方案1】:

    您应该删除对 &lt;/key&gt; 的最后引用。它将是这样的:

    <key>BGTaskSchedulerPermittedIdentifiers</key>
        <array>
    
            <string></string>
        </array>
    

    【讨论】:

    • 感谢您的回复。它是怎么来的:)
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2021-12-26
    • 2018-11-13
    • 2022-11-08
    • 2019-09-10
    • 2021-08-08
    • 2021-07-04
    • 1970-01-01
    相关资源
    最近更新 更多