Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codesigndoc should never look into the .swiftpm folder #132

Open
mackoj opened this issue Apr 14, 2021 · 1 comment
Open

Codesigndoc should never look into the .swiftpm folder #132

mackoj opened this issue Apr 14, 2021 · 1 comment

Comments

@mackoj
Copy link

mackoj commented Apr 14, 2021

This is what it does on the first launch.

 => Creating a temporary directory for codesigndoc ...
 => Downloading version: 2.4.1
 => Downloading codesigndoc from (https://github.com/bitrise-io/codesigndoc/releases/download/2.4.1/codesigndoc-Darwin-x86_64) to (/var/folders/6g/cglr8tv56ndf1r_nphz4yf3w0000gn/T/codesigndocXXXXXX.kxOJaRo4/codesigndoc) ...
####################################################################################################################################################################################################################################### 100,0%
 => Making it executable ...
 => codesigndoc version: 2.4.1
 => Running codesigndoc scan ...

Scan the directory for project files
You can specify the Xcode project/workscape file to scan with the --file flag.
Found multiple project file: ..
Select the project file you want to scan
Please select from the list:
[1] : /Users/jeffreymacko/code/jayandjay/BitBot/BitBotWebservice/.swiftpm/xcode/package.xcworkspace
[2] : /Users/jeffreymacko/code/jayandjay/BitBot/BitriseClient/.swiftpm/xcode/package.xcworkspace
[3] : /Users/jeffreymacko/code/jayandjay/BitBot/BitbotClient/.swiftpm/xcode/package.xcworkspace
[4] : /Users/jeffreymacko/code/jayandjay/BitBot/APISharedModels/.swiftpm/xcode/package.xcworkspace

After removing the .swiftpm folder it did find the project.

$> rm -rf /Users/jeffreymacko/code/jayandjay/BitBot/BitBotWebservice/.swiftpm/xcode/package.xcworkspace
$> rm -rf /Users/jeffreymacko/code/jayandjay/BitBot/BitriseClient/.swiftpm/xcode/package.xcworkspace
$> rm -rf  /Users/jeffreymacko/code/jayandjay/BitBot/BitbotClient/.swiftpm/xcode/package.xcworkspace
$> rm -rf /Users/jeffreymacko/code/jayandjay/BitBot/APISharedModels/.swiftpm/xcode/package.xcworkspace
$> bash -l -c "$(curl -sfL https://raw.githubusercontent.com/bitrise-tools/codesigndoc/master/_scripts/install_wrap.sh)"

 => Creating a temporary directory for codesigndoc ...
 => Downloading version: 2.4.1
 => Downloading codesigndoc from (https://github.com/bitrise-io/codesigndoc/releases/download/2.4.1/codesigndoc-Darwin-x86_64) to (/var/folders/6g/cglr8tv56ndf1r_nphz4yf3w0000gn/T/codesigndocXXXXXX.VITKqXAb/codesigndoc) ...
####################################################################################################################################################################################################################################### 100,0%
 => Making it executable ...
 => codesigndoc version: 2.4.1
 => Running codesigndoc scan ...

Scan the directory for project files
You can specify the Xcode project/workscape file to scan with the --file flag.
Found one project file: BitBot.xcodeproj.

🔦  Scanning Schemes ...
$ xcodebuild "-project" "/Users/jeffreymacko/code/jayandjay/BitBot/BitBot.xcodeproj" "-list"

Select the Scheme you usually use in Xcode

@istvankovacs-bitrise
Copy link

Hi @mackoj, many thanks for opening the issue! I created a ticket, we will take a look and get back to you soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants