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:
Install Xcode 12 or later
Open the iOS sample project
Start Xcode -> File -> Open… -> Choose “YOUR_INSTALATION_FOLDER”/Samples/CFx/ARESSimplified.xcodeproject/ -> Open
Start a Terminal, go to /YOUR_PACKAGE_OUTPUT/AresSamples/Samples/CFx and run “open -a xcode “ARESimplified.xcodeproj””
Go to “Set the active scheme control” and choose one of the provided sample applications
DWGViewer → DWGViewer
DWGEditor → DWGEditor
DWGExpert → DWGExpert
Signing certificate for Release
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