codemagic-ci-cd / cli-tools

Various utilities to managing Android and iOS app builds, code signing, and deployment.
https://codemagic.io/start/
GNU General Public License v3.0
265 stars 42 forks source link

Issues with Xcode 14 update for app-store-connect CLI tool #264

Closed asudharsan closed 2 years ago

asudharsan commented 2 years ago

I updated to Xcode 14 yesterday and when I try to use the app-store-connect CLI tool, I am getting this error

File "/Users/Automation01/Library/Python/3.8/bin/app-store-connect", line 5, in from codemagic.tools import AppStoreConnect ModuleNotFoundError: No module named 'codemagic'

This is the error I get when I try to do --help command too

Automation01 % app-store-connect --help Traceback (most recent call last): File "/Users/Automation01/Library/Python/3.8/bin/app-store-connect", line 5, in from codemagic.tools import AppStoreConnect ModuleNotFoundError: No module named 'codemagic'

Can anyone points if this is due to the update to Xcode 14? Any solution to fix this error?

asudharsan commented 2 years ago

After updating the cli tools using pip3 install --upgrade codemagic-cli-tools the issue got resolved