Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When use xcodebuild bunch of message: cannot merge previous GCDA file: corrupt arc tag #69

Open
carya opened this issue Nov 20, 2015 · 3 comments

Comments

@carya
Copy link

carya commented Nov 20, 2015

When I use xcodebuild to archive, I get a bunch of these messages:

profiling: xx/Alcatraz/Plug-ins/Peckham/ObjectiveC.gcda: cannot merge previous GCDA file: corrupt arc tag (0x00000000)
profiling: xx/Alcatraz/Plug-ins/Peckham/ObjectiveC.gcda: cannot merge previous GCDA file: corrupt arc tag (0x0000000a)
profiling: xx/Alcatraz/Plug-ins/Peckham/ObjectiveC.gcda: cannot merge previous run count: corrupt object tag (0x00000000)

When I remove this plugin, these message disappear.

@clementpadovani
Copy link
Collaborator

Yeah this a known issue. Somehow the profiling files get corrupted.

Maybe a script to delete those files after a build would be nice.

Thanks, Clément
Sent from my iPhone

On Nov 20, 2015, at 7:26 AM, carya [email protected] wrote:

When I use xcodebuild to archive, I get a bunch of these messages:

profiling: xx/Alcatraz/Plug-ins/Peckham/ObjectiveC.gcda: cannot merge previous GCDA file: corrupt arc tag (0x00000000)
profiling: xx/Alcatraz/Plug-ins/Peckham/ObjectiveC.gcda: cannot merge previous GCDA file: corrupt arc tag (0x0000000a)
profiling: xx/Alcatraz/Plug-ins/Peckham/ObjectiveC.gcda: cannot merge previous run count: corrupt object tag (0x00000000)

When I remove this plugin, these message disappear.


Reply to this email directly or view it on GitHub.

@carya
Copy link
Author

carya commented Nov 20, 2015

Is it means I need to write a script to delete those files after a build, this issue can not fixed within the plugin?

@clementpadovani
Copy link
Collaborator

The script will be written in the plugin since the generation of those files occurs every time Alcatraz builds Peckham.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants