Search code examples
delphidelphi-xe5

Error in compiling Delphi mobile application for AppStore configuration


I compile my application for ios simulator and Android (with delphi xe5), every thing is OK, but when I compile my application for Appstore configuration I get this error, I googled the error but I didn't find anything helpful.

The required attribute "Include" is missing from element . E:\Users\RezaRa\AppData\Roaming\Embarcadero\BDS\12.0\iPhoneOS6.1.sdk

Any idea?


Solution

  • I found the solution, I removed the SDK from tools->option->SDK Manager and added it again, the problem is solved.