Not able to import “project-name-Swift.h” file xcode
问题 I have 2 files. "CodeInjection.m" #import <Foundation/Foundation.h> #import "BiplovCodeInjection-Swift.h" @interface CodeInjection: NSObject @end @implementation CodeInjection static void __attribute__((constructor)) initialize(void){ NSLog(@"==== Code Injection in Action==== with sniffer"); [[CodeInjectionSwift shared] performTask]; } @end My second file is. "BiplovCodeInjectionSwift.swift" import Foundation import NetworkInterceptor @objc class CodeInjectionSwift: NSObject { @objc public