stacker_liew 5 Posted December 25, 2018 Anyone tried it? I faced e8008015 error while installing app into the device, any solution? Share this post Link to post
sjordi 39 Posted December 25, 2018 Which Xcode version do you have? What is the SDK version you have imported into RadStudio? Did you also connect your device to Xcode so it can process it in the Devices&Simulator window? Share this post Link to post
stacker_liew 5 Posted December 25, 2018 xcode version 10.1, sdk version 12.1, I connected my ipad and detected in my rio 10.3 ide. PAServer 20 I tried with Tokyo 10.2.3, with PAServer 19 also with same result. Share this post Link to post
Dalija Prasnikar 1396 Posted December 25, 2018 This can be a number of things including certificates. From my experience, the fastest way to fix this is creating empty application in Xcode with same bundle ID and run it with debugging on the device through Xcode. Xcode will automatically resolve all the issues. After that, restart PAServer and run your Delphi app. Share this post Link to post
stacker_liew 5 Posted December 26, 2018 Don't know how to use xcode to run project in ipad, not in simulator. Share this post Link to post
stacker_liew 5 Posted December 26, 2018 The empty project is running perfectly in ipad using xcode. Share this post Link to post
stacker_liew 5 Posted December 26, 2018 After I ran the xcode project, then I delete the xcode app, and run the Delphi project again, now it's successfully running, thanks. Share this post Link to post