I have a SimpleFirewall app in swift language and I have C++ library in my MacBook Pro. I have couple of APIs as part of C++ libraries. One of API is message logging API also.
I have called APIs in library from my SimpleFirewall app and have linked C++ library to my SimpleFirewall app with help bridge header wrapper file. All are compiled well.
After running my simplefirewall app, None of C++ library API (even file logging API also) haven't executed their functionality even though APIs are invoked from my simplefirewall swift program.
What may be the possible reason? Please help me.
I have called APIs in library from my SimpleFirewall app and have linked C++ library to my SimpleFirewall app with help bridge header wrapper file. All are compiled well.
After running my simplefirewall app, None of C++ library API (even file logging API also) haven't executed their functionality even though APIs are invoked from my simplefirewall swift program.
What may be the possible reason? Please help me.