slash shogdhe
slash shogdhe

Reputation: 4187

iOS native library

I am using visual studio 2015 and I have created a native library and added objective C library "airconsolelib.a". as well as using Sharpie I have also created ApiDefinition.cs and StructsAndEnums.cs.

issue is when I am adding this project to my iOS project I am not able to access any namespace and classes of my native library.

please help

Upvotes: 1

Views: 175

Answers (1)

slash shogdhe
slash shogdhe

Reputation: 4187

This issue is related to visual studio. Visual studio in not showing any intelligence related to native library, even if I am writing the name of a class or adding namespace its showing red line below it but when I am compiling the code there is no error.

Upvotes: 1

Related Questions