Projects fail to start in iOS when adding XSuperObject
问题 I've already reported this directly to the X-SuperObject project, but I thought I may get more quality help on Stack Overflow. Using Delphi XE8, I have issues using XSuperObject on iOS Simulator (7.1, 8.1, 8.2 and 8.3). So I started an empty Firemonkey app, started adding some things which were in my prior project (at this point I didn't know what the issue was). All worked fine up until I added the latest XSuperObject and XSuperJSON units to my app. uses XSuperObject, XSuperJSON; Upon