I’m getting this error on the Xcode Archive and Export for iOS:
Issue with input: failed to parse config:
- ProjectPath: ShareSmart/app.xcworkspace: file does not exist
I have support access enabled at this url: https://app.bitrise.io/app/7b9f2af97e3c931a/workflow_editor#!/workflows?workflow_id=stg
There must be something fundamental I’m not understanding about what path it is expecting. In our git repo ShareSmart is our root directory. And in that root is app.xcworkspace.
So I have the env var set like this: BITRISE_PROJECT_PATH = ShareSmart/app.xcworkspace
Anyone know where I’m going wrong on this?