plugins icon indicating copy to clipboard operation
plugins copied to clipboard

[@nativescript/debug-ios] ERROR ReferenceError: FLEXManager is not defined

Open NRaf opened this issue 3 years ago • 2 comments

When I call NativeScriptDebugIOS.show(), nothing happens and I get the following error:

ERROR ReferenceError: FLEXManager is not defined

Assuming we somehow need to install FLEXManager?

NRaf avatar Jan 19 '22 21:01 NRaf

Make sure you ns clean after installing the plugin.

Flex should be installed by cocoapods - but that requires a fresh platforms folder to be invoked...

rigor789 avatar Jan 20 '22 10:01 rigor789

I had the same issue, for the the cocoapods is not being installed for some reason. I workaround adding this

pod 'FLEX', :configurations => ['Debug']

to

App_Resources/ios/Podfile

But it need to be checked why the plugin is not installing the pod

vanishdark avatar Jul 29 '22 13:07 vanishdark