Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: xcode-plugin
-
Labels:None
-
Environment:XCode plugin 2.0.0
XCode 8.3.2
-
Similar Issues:
Description
Manifest plist file is missing important information, such as bundle identifier and app name, so over the air installation fails.
I believe this is because of different location of Info.plist when building archive with new Xcode plugin.
From logs:
Creating Manifest Plist => /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/artifacts/MyApp.plist $ /usr/libexec/PlistBuddy -c "Print :CFBundleIdentifier" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist $ /usr/libexec/PlistBuddy -c "Print :CFBundleDisplayName" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist
PlistBuddy fails to extract that information because Info.plist is now located in
/Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/MyApp.xcarchive/Info.plist
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Manifest plist fail is missing important information, such as bundle identifier and app name, so over the air installation fails. I believe this is because of different location of Info.plist when building archive with new Xcode plugin. From logs: Creating Manifest Plist => /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/artifacts/MyApp.plist $ /usr/libexec/PlistBuddy -c "Print :CFBundleIdentifier" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist $ /usr/libexec/PlistBuddy -c "Print :CFBundleDisplayName" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist PlistBuddy fails to extract that information because Info.plist is now located in /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/MyApp.xcarchive/Info.plist |
Manifest plist file is missing important information, such as bundle identifier and app name, so over the air installation fails. I believe this is because of different location of Info.plist when building archive with new Xcode plugin. From logs: Creating Manifest Plist => /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/artifacts/MyApp.plist $ /usr/libexec/PlistBuddy -c "Print :CFBundleIdentifier" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist $ /usr/libexec/PlistBuddy -c "Print :CFBundleDisplayName" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist PlistBuddy fails to extract that information because Info.plist is now located in /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/MyApp.xcarchive/Info.plist |
Description |
Manifest plist file is missing important information, such as bundle identifier and app name, so over the air installation fails. I believe this is because of different location of Info.plist when building archive with new Xcode plugin. From logs: Creating Manifest Plist => /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/artifacts/MyApp.plist $ /usr/libexec/PlistBuddy -c "Print :CFBundleIdentifier" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist $ /usr/libexec/PlistBuddy -c "Print :CFBundleDisplayName" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist PlistBuddy fails to extract that information because Info.plist is now located in /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/MyApp.xcarchive/Info.plist |
Manifest plist file is missing important information, such as bundle identifier and app name, so over the air installation fails. I believe this is because of different location of Info.plist when building archive with new Xcode plugin. {{From logs:}} {{ Creating Manifest Plist => /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/artifacts/MyApp.plist}} {{ $ /usr/libexec/PlistBuddy -c "Print :CFBundleIdentifier" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist}} {{ $ /usr/libexec/PlistBuddy -c "Print :CFBundleDisplayName" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist}} {{ }} {{PlistBuddy fails to extract that information because Info.plist is now located in}} {{ /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/MyApp.xcarchive/Info.plist}} |
Description |
Manifest plist file is missing important information, such as bundle identifier and app name, so over the air installation fails. I believe this is because of different location of Info.plist when building archive with new Xcode plugin. {{From logs:}} {{ Creating Manifest Plist => /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/artifacts/MyApp.plist}} {{ $ /usr/libexec/PlistBuddy -c "Print :CFBundleIdentifier" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist}} {{ $ /usr/libexec/PlistBuddy -c "Print :CFBundleDisplayName" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist}} {{ }} {{PlistBuddy fails to extract that information because Info.plist is now located in}} {{ /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/MyApp.xcarchive/Info.plist}} |
Manifest plist file is missing important information, such as bundle identifier and app name, so over the air installation fails. I believe this is because of different location of Info.plist when building archive with new Xcode plugin. {{From logs:}} {code:java} Creating Manifest Plist => /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/artifacts/MyApp.plist $ /usr/libexec/PlistBuddy -c "Print :CFBundleIdentifier" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist $ /usr/libexec/PlistBuddy -c "Print :CFBundleDisplayName" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist{code} {{PlistBuddy fails to extract that information because Info.plist is now located in}} {code:java} /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/MyApp.xcarchive/Info.plist{code} |
Description |
Manifest plist file is missing important information, such as bundle identifier and app name, so over the air installation fails. I believe this is because of different location of Info.plist when building archive with new Xcode plugin. {{From logs:}} {code:java} Creating Manifest Plist => /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/artifacts/MyApp.plist $ /usr/libexec/PlistBuddy -c "Print :CFBundleIdentifier" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist $ /usr/libexec/PlistBuddy -c "Print :CFBundleDisplayName" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist{code} {{PlistBuddy fails to extract that information because Info.plist is now located in}} {code:java} /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/MyApp.xcarchive/Info.plist{code} |
Manifest plist file is missing important information, such as bundle identifier and app name, so over the air installation fails. I believe this is because of different location of *Info.plist* when building archive with new Xcode plugin. {{From logs:}} {code:java} Creating Manifest Plist => /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/artifacts/MyApp.plist $ /usr/libexec/PlistBuddy -c "Print :CFBundleIdentifier" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist $ /usr/libexec/PlistBuddy -c "Print :CFBundleDisplayName" /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/Release-iphoneos/MyApp.app/Info.plist{code} {{PlistBuddy fails to extract that information because Info.plist is now located in}} {code:java} /Users/Shared/Jenkins/Home/jobs/MyApp_iOS/workspace/build/MyApp.xcarchive/Info.plist{code} |
Rank | Ranked higher |
When this will be fixed?