Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: xcode-plugin
-
Labels:None
-
Similar Issues:
Description
dSYMs zip not packaged in the product release. The same configuration is ok while using xcode plugin version 2.0.8.
Maybe it releated to the commit "
Fixed the validation when multiple projects are included in WorkSpace…
…. JENKINS-54113
"?
====
in 2.0.8. the log said:
Archiving dSYM
No dSYM file found in /Users/haojiepan/Workspaces/workspace/xxxx/build/xxxx.xcarchive/dSYMs !
[build] $ ditto -c -k --keepParent -rsrc /Workspaces/workspace/xxxx/build/Release-iphoneos/xxxx.app.dSYM /Workspaces/workspace/xxxx/Releases/xxxx-dSYM.zip
in 2.0.11. the log is :
Archiving dSYM
No dSYM file found in /Workspaces/workspace/xxxx/build/xxxx.xcarchive/dSYMs !
No dSYM file found in /Workspaces/workspace/xxxx/build/eTrip.xcarchive/dSYMs !
biAji Na
The old Xcode seems to have been somewhere else, but in recent Xcode, dSYM files should always be created in build/brbrbr.../xxxx.xcarchive/dSYMs under the build directory.
And the plug-in assumes that dSYMs file is there, and it is searching only there.
However, I see your message, the dSYMs file seems to be in a different place (other than build/brbrbr.../xxxx.xcarchive/dSYMs).
Are you running the build with some special parameters for xcodebuild ?