Hello legends! It seems I can’t find this type of ...
# android
m
Hello legends! It seems I can’t find this type of configuration for running the project on iOS device:
Tried with Android studio 2023.3.1 and 2024.1.1. Result the same. No config for running kmm project on iOS device
m
iOS (First-time setup in Xcode): 1. Navigate to the
iosApp
directory. 2. Open an Xcode project (
*.xcodeproj
) or workspace (
*.xcworkspace
) in Xcode. ◦ If there are both, prefer opening the
.xcworkspace
. 3. For first-time setup, ensure that you have the correct signing and team settings: ◦ Go to the project editor by clicking on the project name in the navigator. ◦ Select the target from the list. ◦ In the Signing & Capabilities tab, choose your development team and ensure that signing is configured correctly. 4. Choose the correct target for your device or simulator in the scheme chooser at the top of the window. 5. Build and run the project.
❤️ 1