-
Notifications
You must be signed in to change notification settings - Fork 206
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
Unclear documentation on dSYM issue #44
Comments
In your podfile
Before doing a release build. In the command line:
Then the plugin will not be used for this pod install. |
Got it, thank you very much! Is there a way to avoid pod install when switching between release and debug? We store pods in git, and would like to avoid pod install unless there’s a change in pod configuration. I wonder if there’s a workaround... Like using two Pods directories or two integration workspaces, or something like that... if there were no changes to the client app xcodeproj that would be probably easily achievable, but I recall seeing some differences in there after enabling cocoapods-binary - that’s probably a problem by itself, i.e. on pod install on switching between debug/release, the client app xcodeproj would be changed too. Btw, is this whole thing (dSYM) a temporary issue or “by design”? |
Just a temporary issue that haven't been handled. 😂 |
How I can maintain pre-compiled pods for bev build and static/(pods with source) for release builds simultaneously ?? |
It would be great if the following:
would have a real receipt in terms of Podfile. Still can't figure it out, sorry...
The text was updated successfully, but these errors were encountered: