johnno1962 / InjectionIII

Re-write of Injection for Xcode in (mostly) Swift
MIT License
4.1k stars 321 forks source link

Class xxxxx is implemented in both A and B #512

Closed samyi9426 closed 4 months ago

samyi9426 commented 4 months ago

objc[81686]: Class xxxxx is implemented in both /Users/xxxx/Library/Developer/CoreSimulator/Devices/8A51C7D9-12D2-4CA6-8B0D-D41CB02AB877/data/Containers/Bundle/Application/B0DE2FF9-8DCB-4CF8-8FC2-3E1DD7B101F8/xx.app/xx (0x1052b3060) and /Users/xxxx/Library/Developer/CoreSimulator/Devices/8A51C7D9-12D2-4CA6-8B0D-D41CB02AB877/data/Containers/Data/Application/3B3297E5-155A-4E02-9F81-064751B1B8B4/tmp/eval101.dylib (0x173fcdb48). One of the two will be used. Which one is undefined. 💉 Loaded .dylib - Ignore any duplicate class warning ⬆️

johnno1962 commented 4 months ago

You can ignore that message as it says. The implementation in the new class will be the one used.

samyi9426 commented 4 months ago

thx a lot