Hi,
I converted a project from BCB XE3 via the Mida basic convertor. No errors reported and a pretty simple project (actually a test to see how things would work before going with anything critical). The forms look great (nice job) and I can compile and run fine for Firemonkey on Win, but not for Mac OSX. I get error messages regarding missing files:
[Warning Warning] Local file ".\CodeGen30.exe.entitlements" not found. Skipping deployment.
paclient command line for "macq"
c:\program files (x86)\embarcadero\rad studio\10.0\bin\paclient.exe --put=".\CodeGen30.exe,CodeGen30.app\Contents\MacOS\,1,CodeGen30.exe" macq
[Warning Warning] Local file ".\CodeGen30.exe.info.plist" not found. Skipping deployment.
[Warning Warning] Local file ".\CodeGen30.exe.icns" not found. Skipping deployment.
[Warning Warning] Local file ".\CodeGen30.exe.tds" not found. Skipping deployment.
Indeed the files don't exist anywhere in the project. I believe they are normally created when you create a new project, but since in this case I didn't- I used your wizard, the files were not created. Please advise on how to proceed. I can't build any Mac FMX projects via the Mida convertor due to this omission!