Can I skip XCODE_WORKSPACE / PROJECT? #1279
-
Hello team.
However, what if I never used Xcode with my app? How would my yaml workflow look like in this case, without these vars? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hi @morsagmon, each iOS app has its scheme/s and workspace and your project built upon them. You must use Xcode to debug your app locally. You need to make sure that you app runs ok locally and only then you should try it on a CI/CD. |
Beta Was this translation helpful? Give feedback.
-
Getting back to this issue. XCODE_WORKSPACE: I guess I have a confusion about the way codemagic builds the deployed code. I assumed that it uses its own xcode on its own mac_mini machine, having nothing to do with my (local) xcode. So, are these two vars values coming from my local xcode (doesn't make sense) or something else? |
Beta Was this translation helpful? Give feedback.
Hi @morsagmon, each iOS app has its scheme/s and workspace and your project built upon them. You must use Xcode to debug your app locally. You need to make sure that you app runs ok locally and only then you should try it on a CI/CD.