I cannot figure out what is causing these warnings:
Ignoring on line CDATA because other XML elements exist
Ignoring: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in CDATA because other XML elements exist.
The line number for both is line 2 of my main mxml application:
line 1<?xml version="1.0" encoding="utf-8"?>
line 2<!-- main application myApp.mxml -->
line 3<s:Application minWidth="800" minHeight="600" height="100%" width="100%" .."
I cannot export a release version without resolving these warnings.
Thanks - really would appreciate some help/pointers!