srplab / starcore_for_flutter

middleware for flutter calling other script languages
140 stars 29 forks source link

vsopenapi.h file not found #19

Open Erik7354 opened 3 years ago

Erik7354 commented 3 years ago

The vsopenapi.h file is located in the starcore_for_ios directory which I imported like the Doc of this repo suggests. Thus I still get this error does anyone have an idea how to fix it?

Thanks in advance.

Screenshot of Error
elitechetan commented 3 years ago

This is still open!!

srplab commented 3 years ago

https://github.com/srplab/starcore_for_ios/blob/master/starcore_for_ios.3.7.8.tar.gz

elitechetan commented 3 years ago

what is the fix for these issue ,should i add starcore_for_ios in starflut directory?? Thanks in advance!!

srplab commented 3 years ago

Unzip to a directory, and then set the path through environment variables $ export STARCORE_PATH= the path

elitechetan commented 3 years ago

Should we set $ export STARCORE_PATH= the path in starflut.podspec file??

arindam2ghosh commented 2 years ago

I am also getting the same issue.

Lexical or Preprocessor Issue (Xcode): 'vsopenapi.h' file not found /Users/ABC/Downloads/starcore_for_flutter-master/starflut/ios/Classes/starflut_plugin_common.mm:1:9

has anyone solved the issue?