StansAssets / com.stansassets.ios-native

iOS Native Plugin Wiki
https://api.stansassets.com/
10 stars 1 forks source link

Namespace 'StansAssets.Foundation' is missing #57

Closed Storm-Develop closed 3 years ago

Storm-Develop commented 3 years ago

The following compile errors showing up on a fresh import IOS_NATIVE PRO package (Version: 2020.10.2 ):

Assets\Plugins\StansAssets\com.stansassets.foundation\Runtime\UIElements\Controls\ButtonStrip.cs(6,30): error CS0234: The type or namespace name 'Editor' does not exist in the namespace 'StansAssets.Foundation' (are you missing an assembly reference?)

Assets\Plugins\StansAssets\com.stansassets.foundation\Runtime\UIElements\Controls\Hyperlink\Hyperlink.cs(3,30): error CS0234: The type or namespace name 'Editor' does not exist in the namespace 'StansAssets.Foundation' (are you missing an assembly reference?)

Assets\Plugins\StansAssets\com.stansassets.foundation\Runtime\UIElements\Controls\LoadingSpinner.cs(3,30): error CS0234: The type or namespace name 'Editor' does not exist in the namespace 'StansAssets.Foundation' (are you missing an assembly reference?)

Assets\Plugins\StansAssets\com.stansassets.foundation\Runtime\UIElements\Controls\SelectableLabel\SelectableLabel.cs(3,30): error CS0234: The type or namespace name 'Editor' does not exist in the namespace 'StansAssets.Foundation' (are you missing an assembly reference?)

Assets\Plugins\StansAssets\com.stansassets.foundation\Runtime\UIElements\Controls\SettingsBlock\SettingsBlock.cs(3,30): error CS0234: The type or namespace name 'Editor' does not exist in the namespace 'StansAssets.Foundation' (are you missing an assembly reference?)
Storm-Develop commented 3 years ago

Resolved: Deleted the previous version of Android Native Pro & reimported all of them.