Jump to content

Search the Community

Showing results for tags 'ios simulator'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Delphi Questions and Answers
    • Algorithms, Data Structures and Class Design
    • VCL
    • FMX
    • RTL and Delphi Object Pascal
    • Databases
    • Network, Cloud and Web
    • Windows API
    • Cross-platform
    • Delphi IDE and APIs
    • General Help
    • Delphi Third-Party
  • C++Builder Questions and Answers
    • General Help
  • General Discussions
    • Embarcadero Lounge
    • Tips / Blogs / Tutorials / Videos
    • Job Opportunities / Coder for Hire
    • I made this
  • Software Development
    • Project Planning and -Management
    • Software Testing and Quality Assurance
  • Community
    • Community Management

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Delphi-Version

Found 2 results

  1. I just got all cross platforms working the other day. XCode had an update today and I think the Simulator was updated to 17.2? Anyway now I can no longer deploy to it. PAServer is working as I can still deploy to MacOS. Anyone else have same problem? Both versions Delphi 11.3 Windows 11 Delphi 12 Windows 11 Virtualbox [PAClient Error] Error: E6664 /Users/sheltons/PAServer/scratch-dir/gshel-MacMini/Project1.launchscreen/Assets: error: The operation couldn’t be completed. Failed to locate any simulator runtime matching options: {[PAClient Error] Error: E6664 BuildVersionString = 21C52; [PAClient Error] Error: E6664 Platforms = ( [PAClient Error] Error: E6664 "com.apple.platform.iphonesimulator" [PAClient Error] Error: E6664 ); [PAClient Error] Error: E6664 VersionString = "17.2"; [PAClient Error] Error: E6664 } [PAClient Error] Error: E6664 Failure Reason: Failed to locate any simulator runtime matching options: { [PAClient Error] Error: E6664 BuildVersionString = 21C52; [PAClient Error] Error: E6664 Platforms = ( [PAClient Error] Error: E6664 "com.apple.platform.iphonesimulator" [PAClient Error] Error: E6664 ); [PAClient Error] Error: E6664 VersionString = "17.2"; [PAClient Error] Error: E6664 }
  2. Hello, I am using Delphi 10.3.1 Rio and I am very new to iOS part of FMX platform. I have macOS 10.14 Mojave and XCode 10.2. I am not sure if that is a correct setup. My trials convinced me that it is simply impossible to install any older version of XCode on macOS 10.14 Mojave. When I try to run a blank project on iOS Simulator targeting iPhone 5s and iOS SDK 11.0 or, iOS SDK 12.1 or, iOS SDK 12.2 (I am yet to try iOS SDK 9.0): I see splash screen right after running newly installed app and then it closes instantly without any message being displayed. I could not see empty form just once. I believe application is crashing, but I do not see any log messages or anything about that. I cannot understand reason why. As to documentation iOS 12, iOS 11, iOS 10 is supported by Delphi Rio ( http://docwiki.embarcadero.com/RADStudio/Rio/en/Supported_Target_Platforms ). There are no details as to XCode version or macOS version that I should be using for testing or deploying iOS apps. On the other hand it is indicated in the URL that macOS Mojave is supported and same application indeed runs fine when I target to macOS Mojave 32Bits. 1- Is there anything that I am doing wrong? 2- Is there a way I can test an iOS application using that setup? Thanks & regards, Ertan
×