Form C header file “'vector' file not found” error happening into swift
问题 I am trying to integrate an Objective-C SDK into my swift file. But when I want to add some of the files from the SDK into my Bridging Header I am getting this error 'vector' file not found I am also getting string file not found if I want to add other file to the swift header. I discover these are the C header file. SDK provider gave some hint like create a .mm file, but how they don't know. I have tried adding all the C or C++ supporting files like libstdc++.6.tbd,libstdc++.6.0.9.tbd,