If you are using modules and that special feature that says « optimize for {insert application } » and you decide to change the name of the application that your module is optimized for and actually take the time to do a rename your application file and then try to do a release build you’re bound to run into an error that says your application file that you’re trying to optimize for doesn’t exits. Because it doesn’t. You just renamed it. It seems looking at modules isn’t part of the painstaking long process that is renaming a file in flex. No worries tho, just go to your project properties and edit your modules.
Which reminds me, there needs to be a way to rename a file without going through the refactor. It takes so long to load the first time I almost always just create a new file and then delete my old file instead of using the rename.
Comments