You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
The issue comes up after I execute sh bind POD=Quantcast-Measure and I cd into the bindings and try and sh Quantcast_Measure.build.sh
I do not know enough about linking bindings to understand the issue. Could you let me know?
/Users/ryan/Desktop/objc-automatic-master/bindings/Quantcast_Measure/ApiDefinitions.cs(383,44): error CS0246: The type or namespace name `IQuantcastEventLogger' could not be found. Are you missing an assembly reference? [/Users/ryan/Desktop/objc-automatic-master/bindings/Quantcast_Measure/Quantcast_Measure.csproj]```
The text was updated successfully, but these errors were encountered:
In your case I would see where the IQuantcastEventLogger or QuantcastEventLogger is used and draw decision from there. Might be enough to create an empty interface in the beginning of the file, might be also something that you have to comment or reference.
I wish I had a better answer for you but each library is different.
Good news is that once you fight that trouble you will not need to get back to this issue ever again.
Let us know how you solved it, other people might be battling same issue
The issue comes up after I execute sh bind POD=Quantcast-Measure and I cd into the bindings and try and sh Quantcast_Measure.build.sh
I do not know enough about linking bindings to understand the issue. Could you let me know?
The text was updated successfully, but these errors were encountered: