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

unable to archive #3

Closed
askari01 opened this issue Feb 15, 2018 · 2 comments
Closed

unable to archive #3

askari01 opened this issue Feb 15, 2018 · 2 comments

Comments

@askari01
Copy link

askari01 commented Feb 15, 2018

unable to archive with CocoaDebug

@CocoaDebug
Copy link
Owner

CocoaDebug commented Feb 15, 2018

If you import CocoaDebug with cocoapods: (I recommend import CocoaDebug only in Xcode debug-mode)

pod 'CocoaDebug', :configurations => ['Debug'] 

you should import CocoaDebug like this:

#if DEBUG
     import CocoaDebug
#endif

and use CocoaDebug like this:

#if DEBUG
    CocoaDebug.start()
#endif

So now, when you archive to .ipa, CocoaDebug will be ignored in Xcode release-mode.

@CocoaDebug CocoaDebug added the help wanted Extra attention is needed label Feb 16, 2018
@CocoaDebug CocoaDebug reopened this Feb 24, 2018
@CocoaDebug
Copy link
Owner

If you need more help, just let me know.

@CocoaDebug CocoaDebug changed the title unable to archive with DebugMan unable to archive with DotzuX Mar 6, 2018
@CocoaDebug CocoaDebug changed the title unable to archive with DotzuX unable to archive with DebugWidget Jul 3, 2018
@CocoaDebug CocoaDebug changed the title unable to archive with DebugWidget unable to archive with CocoaDebug Jul 7, 2018
@CocoaDebug CocoaDebug changed the title unable to archive with CocoaDebug unable to archive Sep 9, 2018
@CocoaDebug CocoaDebug removed the help wanted Extra attention is needed label Apr 2, 2019
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