diff --git a/InjectionBundle/SwiftInjection.swift b/InjectionBundle/SwiftInjection.swift index 3e55bd7e..3ba8d387 100644 --- a/InjectionBundle/SwiftInjection.swift +++ b/InjectionBundle/SwiftInjection.swift @@ -118,7 +118,7 @@ public class SwiftInjection: NSObject { if (classMetadata.pointee.Data & 0x1) == 1 { // Swift equivalent of Swizzling if classMetadata.pointee.ClassSize != existingClass.pointee.ClassSize { - NSLog("💉 ⚠️ Adding or removing methods on Swift classes is not supported. Your application will likely crash. ⚠️") + print("💉 ⚠️ Adding or removing methods on Swift classes is not supported. Your application will likely crash. ⚠️") } func byteAddr(_ location: UnsafeMutablePointer) -> UnsafeMutablePointer {