-
Notifications
You must be signed in to change notification settings - Fork 565
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
One of the two will be used. Which one is undefined. #261
Comments
objc[45162]: Class ViewController1 is implemented in both /Users/xiaoyang/Library/Developer/CoreSimulator/Devices/83AF8B2F-3254-4B54-9D6E-6BEE07E31BDF/data/Containers/Bundle/Application/FB856B56-A896-411E-A8AF-A20BEABDDEE1/ShenBianDian_busshop.app/ShenBianDian_busshop (0x10d7acaa8) and /Users/xiaoyang/Library/Containers/com.johnholdsworth.InjectionIII/Data/eval101.dylib (0x130fefad0). One of the two will be used. Which one is undefined. dSYM UUID: E6F8E359-D4F4-38D2-96FB-DFB5EF420630 |
The “sweep” to find objects to send the “injected” method is not working for your app. You’ll have to look for INJECTION_BUNDLE_NOTIFICATION notifications instead. |
*** Compiling /Users/xiaoyang/Desktop/ShenBianDian_busshop/ShenBianDian_busshop/ViewController1.m ***
Loading .dylib - Ignore any duplicate class warning...
objc[33577]: Class ViewController1 is implemented in both /Users/xiaoyang/Library/Developer/CoreSimulator/Devices/83AF8B2F-3254-4B54-9D6E-6BEE07E31BDF/data/Containers/Bundle/Application/FAFD7AD5-8944-42E9-A226-200C6D1DED3B/ShenBianDian_busshop.app/ShenBianDian_busshop (0x1012e8aa8) and /Users/xiaoyang/Library/Containers/com.johnholdsworth.InjectionIII/Data/eval101.dylib (0x122324ad0). One of the two will be used. Which one is undefined.
Direct collapse,
What should I do next?
The text was updated successfully, but these errors were encountered: