在 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。