首页 > 解决方案 > 为什么 Xcode 会自动添加这段代码?

问题描述

我不明白这个“supressBuildableAutoCreationKey 是什么,为什么 Xcode 会随机更改我的项目?谁能帮我理解这个??

 <key>SupressBuildableAutoCreation</key> 
    <dict>
     <key>value</key>
     <dict>
        <key>primary</key>
        <true/>
      </dict>
    <key>value</key>
    <dict>
    <key>primary</key>
    <true/> 
   </dict> 
 </dict>

标签: iosswiftxcodexcode13

解决方案


推荐阅读