Replies: 3 comments 1 reply
-
Hi @PunchNFIT, not sure where you're seeing this error, but based on the build ID you shared, the build is using Xcode 16.4 Also, I checked your latest codemagic.yaml configuration and noticed a few syntax issues.
And here's how it should be correctly defined:
Let me know if you need further help |
Beta Was this translation helpful? Give feedback.
-
Hello David,
Thanks for the response.
That successful build was done by integrating with EAS
They used an outdated Xcode.
Now I’m trying to use your platform to build but it’s not pulling the iOS credentials so I set up a debug and it confirmed it.
Please see below:
…--- DEBUGGING SIGNING VARIABLES ---
CM_COMMIT=99c8f0725ab77028c6568bcd649498e6eb65630b
CM_BUILD_DIR=/Users/builder/clone
CM_BUILD_OUTPUT_DIR=/Users/builder/build_outputs
CM_TRIGGER_SOURCE=api
CM_REPO_SLUG=PunchNFIT/ONEREACTAPP
CM_PULL_REQUEST=false
CM_WORKFLOW_NAME=Expo iOS Build
CM_BUILD_ID=688c13d3e01390a989579555
CM_ENV=/Users/builder/.codemagic
CM_DEVELOPER_DIR=/Applications/Xcode-16.4.app/Contents/Developer<http://xcode-16.4.app/Contents/Developer>
CM_EXPORT_DIR=/Users/builder/exported_artefacts
***@***.******@***.***>
CM_PROJECT_ID=68809f7f4eb361461638054e
CM_PREVIOUS_COMMIT=afa7d2e9679c3a1489cbe93f34b9854d6a874b91
CM_TAG=
CM_PULL_REQUEST_NUMBER=
CM_BRANCH=main
CM_PULL_REQUEST_DEST=
--- DEBUGGING SIGNING VARIABLES ---
CM_COMMIT=99c8f0725ab77028c6568bcd649498e6eb65630b
CM_BUILD_DIR=/Users/builder/clone
CM_BUILD_OUTPUT_DIR=/Users/builder/build_outputs
CM_TRIGGER_SOURCE=api
CM_REPO_SLUG=PunchNFIT/ONEREACTAPP
CM_PULL_REQUEST=false
CM_WORKFLOW_NAME=Expo iOS Build
CM_BUILD_ID=688c13d3e01390a989579555
CM_ENV=/Users/builder/.codemagic
CM_DEVELOPER_DIR=/Applications/Xcode-16.4.app/Contents/Developer<http://xcode-16.4.app/Contents/Developer>
CM_EXPORT_DIR=/Users/builder/exported_artefacts
***@***.******@***.***>
CM_PROJECT_ID=68809f7f4eb361461638054e
CM_PREVIOUS_COMMIT=afa7d2e9679c3a1489cbe93f34b9854d6a874b91
CM_TAG=
CM_PULL_REQUEST_NUMBER=
CM_BRANCH=main
CM_PULL_REQUEST_DEST=
[https://img.signmyemails.net/photos/n1fi3lljbfqyvtur_rounded.png]<https://www.366degreefitresearch.com/>
Seun Ola
Founder | 366 Degree FitTech & Sci Institute
A: 30 Wall Street, 8th Floor, NY 🇺🇸 | 215 Fort York Blvd, Toronto 🇨🇦
M: 416-834-6551<tel:416-834-6551>
W: www.366degreefitresearch.com<https://www.366degreefitresearch.com/>
BioTech. Nanotech. AI/Robotics. FitTech<http://BioTech.%20Nanotech.%20Robotics.%20FitTech>
[linkedin]<https://ca.linkedin.com/in/seun-ola-39034228>
[x]<http://www.twitter.com/366degreefit>
[instagram]<http://www.instagram.com/366df_research>
"Confidentiality Notice: The information contained in this email, including any attachments, is intended solely for the use of the individual or entity to whom it is addressed. It may contain privileged and confidential information that is exempt from disclosure under applicable laws. If you have received this email in error, please notify the sender immediately and delete the email from your system. Any unauthorized disclosure, copying, distribution, or reliance on the contents of this email is strictly prohibited. [Seun Ola / 366 Degree FitTech & Sci institute and 366 Degree Fitness Inc.] assumes no responsibility for any loss or damage arising from the use of this email or its attachments. By receiving and/or reading this email, you agree to be bound by the terms and conditions outlined herein."
On Jul 31, 2025, at 02:53, David Maldonado ***@***.***> wrote:
Hi @PunchNFIT<https://github.com/PunchNFIT>, not sure where you're seeing this error, but based on the build ID you shared, the build is using Xcode 16.4
Also, I checked your latest codemagic.yaml configuration and noticed a few syntax issues.
* The machine: property does not exist
* You're specifying the Xcode version in the wrong section
workflows:
expo_ios:
name: Expo iOS Build
max_build_duration: 60
machine: <--------------- this property doesn't exist
xcode: "16.2.1" <------------ wrong place
environment:
# bring in your two secret groups:
groups:
- expo_credentials # exposes $EAS_TOKEN
- expo_project_id # exposes $EXPO_PROJECT_ID
- mobile_env # (your other runtime vars, e.g. API_BASE_URL)
. . .
And here's how it should be correctly defined:
workflows:
expo_ios:
name: Expo iOS Build
max_build_duration: 60
instance_type: mac_mini_m2 # ✅ Correct way to define the machine type
environment:
xcode: 16.4 # ✅ Xcode version should be set here
groups:
- expo_credentials
- expo_project_id
- mobile_env
. . .
Let me know if you need further help
—
Reply to this email directly, view it on GitHub<#3195 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A227BMYEXE3SZJXE3J37EAD3LG4QDAVCNFSM6AAAAACCYK4MKGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGOJUGMYTKMA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
React Native
Steps to reproduce
Expected results
16.4 (16F6) /Applications/Xcode-16.4.app, also selected when specifying latest in Xcode version settings
Actual results
error message indicating that the build was not Xcode 16 or later, nor can i find where to select the Xcode version
Build id (optional)
688a9b65daa27be52f074fc1
Beta Was this translation helpful? Give feedback.
All reactions