You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix broken AppDelegate after injecting the sources
It's possible that methods implemented by this plugin are already
implemented in AppDelegate.m file. Using the script with it's current
state leads to compile time error:
"Duplicate implementation for a method: xxx"
We have to check first if method is implemented, and if it is, than we
inject the new code to the existing implementation. If it's not, than
we just put in whole method. Like we did before.
0 commit comments