GitToTheHub commented on PR #1653:
URL: https://github.com/apache/cordova-ios/pull/1653#issuecomment-4470965097

   Actions are succeeding and the warnings are gone. Only one warning stays but 
is not related to this PR:
   
   ```bash
   > xcodebuild -quiet test -workspace tests/cordova-ios.xcworkspace -scheme 
CordovaTestApp -destination "platform=iOS Simulator,name=${CDV_IOS_SIM:-iPhone 
16e}" -destination-timeout 300 -derivedDataPath "`mktemp -d 2>/dev/null || 
mktemp -d -t 'cordova-ios'`"
   
   --- xcodebuild: WARNING: Using the first of multiple matching destinations:
   { platform:iOS Simulator, arch:arm64, 
id:63D5E78E-039F-42B6-8E24-D42F7282427F, OS:26.4.1, name:iPhone 17 }
   { platform:iOS Simulator, arch:x86_64, 
id:63D5E78E-039F-42B6-8E24-D42F7282427F, OS:26.4.1, name:iPhone 17 }
   ```
   
   The solution would be to set `arch=arm64` but I'm not sure if this will 
suite for all workflows.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to