XE7 update 1 and iOS 8.1 simulator not working

When setting the target in iOS 8.1 Simulator in Delphi XE7, the application crashes. It deploys fine, it also starts, but the firemonkey splash screen stays on and never finishes loading. This happens with a simple new mobile app, adding only one "hello world" TLabel to the form.

It started after I upgraded from XE6 to XE7 update 1 and at the same time upgraded XCode 5 to 6.1 (silly to do two major updates at the same time, because then I don't know which one caused the problem).

To solve this problem, I opened Xcode and installed iOS 7.1 Simulator. Hello World app now runs in 7.1 Simulator and works great, but now it always runs in 7.1 even when I set Target in Delphi for iOS 8.1 Simulator. So I can no longer reproduce the first issue.

So, I have two problems with XE7 upd1 and XCode 6.1:

  • Apps run in iOS 8.1 Alarm Simulator
  • When iOS 7.1 Simulator is installed, I can no longer work in 8.1 simulator

Any solutions for this?

+3


source to share


1 answer


iOS simulator 8.1 is not yet supported.



0


source







All Articles