We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
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.
On Nov 20, 2015, at 7:26 AM, carya [email protected] wrote:
— Reply to this email directly or view it on GitHub.
Sorry, something went wrong.
Is it means I need to write a script to delete those files after a build, this issue can not fixed within the plugin?
The script will be written in the plugin since the generation of those files occurs every time Alcatraz builds Peckham.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: