gpt4 book ai didi

xcode - 在 Xcode pbxproj 文件中获取(空)引用

转载 作者:行者123 更新时间:2023-12-02 13:41:23 37 4
gpt4 key购买 nike

在 Xcode 9.1 版中更新/提升版本和构建编号后,我在执行 git diff 时看到以下内容

diff --git a/star.xcodeproj/project.pbxproj b/star.xcodeproj/project.pbxproj
index c4601526..8fa3c762 100644
--- a/star.xcodeproj/project.pbxproj
+++ b/star.xcodeproj/project.pbxproj
@@ -767,7 +767,7 @@

- F4487BE11FB28C400079BAAD /* BuildFile in Sources */ = {isa = PBXBuildFile; };
+ F4487BE11FB28C400079BAAD /* (null) in Sources */ = {isa = PBXBuildFile; };

@@ -5625,7 +5625,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- F4487BE11FB28C400079BAAD /* BuildFile in Sources */,
+ F4487BE11FB28C400079BAAD /* (null) in Sources */,);

<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>2.11.4</string>
+ <string>2.11.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@@ -39,7 +39,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>02110400</string>
+ <string>02110500</string>
<key>FacebookAppID</key>
<string>70858204300</string>
<key>FacebookBetaAppID</key>

我所做的只是提高了项目的版本。但是在执行 git status 和 git diff 后,我在 .pbxproj 文件中看到一些空引用。有没有其他人看过这个。附带说明一下,我们还在项目中使用了 Cocoapods。

最佳答案

删除 project.pbxproj 中 Sources 行中出现的所有 (null):


sed -i '' '/(null) in Sources /d' YOURPROJECT.xcodeproj/project.pbxproj

关于xcode - 在 Xcode pbxproj 文件中获取(空)引用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47338451/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com