Steve Graham
Steve Graham

Reputation: 114

Delphi XE8 Firemonkey iOS app crashing with just a TEdit

I create a fresh iOS app, put a TEdit on it, and run it in the simulator and the program crashes. Remove the TEdit, run it, and it crashes. Remove the FMX.Edit from the uses clause, run it, and it runs OK.

Has anyone got a solution to this?

thanks

Upvotes: 3

Views: 1186

Answers (1)

LU RD
LU RD

Reputation: 34889

This is an error in the iOS simulator.

Reported as RSP-10329 It's not working When I use Tedit, TListView on ios simulator.

Note: you have to be logged in to see the report.

It affects the TEdit and TListView.

See also Delphi XE8 error FMX.ListView.

Upvotes: 4

Related Questions