Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
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 !
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Priority | Minor [ 4 ] | Major [ 3 ] |
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 "fix dSYMs generation [ ==== 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 ! |
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… …. [ "? ==== 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 ! |
Assignee | Kazuhide Takahashi [ kazuhidet ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
biaji
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 ?