/
iOS: Installation and IDE

iOS: Installation and IDE

The SDK is shipped as an archive that only needs to be unpacked. All sample applications are ready as Debug build only. The SDK includes all relevant files, libraries and frameworks that are required to compile the sample project. It is only necessary to open the sample project with Android Studio and run the following steps to get started:

  1. Install Xcode 12 or later

  2. Open the iOS sample project

    1. Start Xcode -> File -> Open… -> Choose “YOUR_INSTALATION_FOLDER”/Samples/CFx/ARESSimplified.xcodeproject/ -> Open

    2. Start a Terminal, go to /YOUR_PACKAGE_OUTPUT/AresSamples/Samples/CFx and run “open -a xcode “ARESimplified.xcodeproj””

    3. Go to “Set the active scheme control” and choose one of the provided sample applications

      1. DWGViewer → DWGViewer

      2. DWGEditor → DWGEditor

      3. DWGExpert → DWGExpert

  3. Signing certificate for Release

    1. Read more here → https://developer.apple.com/support/certificates/

 

Note: All used bundle identifier are for demonstration purpose only and are not designed for production. Please register your own app and bundle identifier via the Apple Developer console.

Link: https://developer.apple.com/
More tutorials: https://help.apple.com/xcode/mac/current/#/dev07db0e578

Related content

Android: Installation and IDE
Android: Installation and IDE
More like this
Android Developer's Guide
Android Developer's Guide
More like this
Android: Sample Project ARESSimplified_android
Android: Sample Project ARESSimplified_android
More like this