plugins
plugins copied to clipboard
[@nativescript/debug-ios] ERROR ReferenceError: FLEXManager is not defined
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?
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...
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