jcayzac
January 12, 2017, 12:59am
1
Hi, I’m new here and I’m trying to setup forks of a few popular iOS frameworks to evaluate the service during the free trial.
So far, as far as I can tell, the scanner is broken. I’ve tried with a fork of AFNetworking and another of SDWebImage and I keep getting the same error during project scanning:
[00:53:36] Searching for Podfiles
[00:53:36] 1 Podfiles detected
[00:53:36] - Tests/Podfile
[00:53:39] Analyzer failed, error: No Podfile exists at path `Tests/Podfile`.
Am I doing something wrong?
Thanks.
Hi @jcayzac !
I just tried to register GitHub - AFNetworking/AFNetworking: A delightful networking framework for iOS, macOS, watchOS, and tvOS. and got only a warning:
No other errors in the validation log:
+------------------------------------------------------------------------------+
| (1) Running project scanner |
+------------------------------------------------------------------------------+
| id: project-scanner |
| version: 0.12.0 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2017-01-12T09:07:54Z |
+------------------------------------------------------------------------------+
| |
Configs:
* scan_dir: /bitrise/src
* output_dir: /bitrise/src/scan_result
* scan_result_submit_url: https://www.bitrise.io/api/validation/5ecf5ff366d35821/scan_results
* scan_result_submit_api_token: OytaMnZoyP5KzgMQqfranA
Create scanner bin...
ceated at: /tmp/tmp.1iqkFBkVca/scanner
Running scanner...
[09:08:01] CI mode
[09:08:01] scan dir: /bitrise/src
[09:08:01] output dir: /bitrise/src/scan_result
[09:08:01] output format: json
[09:08:01] Running scanners:
[09:08:01] Scanner: ios
[09:08:01] +------------------------------------------------------------------------------+
[09:08:01] | |
[09:08:01] Searching for Xcode project files
[09:08:01] 3 Xcode project files found
[09:08:01] - AFNetworking.xcodeproj
[09:08:01] - Example/AFNetworking Example.xcodeproj
[09:08:01] - Example/AFNetworking tvOS Example.xcodeproj
[09:08:01] Filter relevant Xcode project files
[09:08:01] 2 Xcode iOS project files found
[09:08:01] - AFNetworking.xcodeproj
[09:08:01] - Example/AFNetworking Example.xcodeproj
[09:08:01] Platform detected
[09:08:01] Searching for Podfiles
[09:08:01] 0 Podfiles detected
[09:08:01] Inspecting workspace file: AFNetworking.xcworkspace
[09:08:01] 9 shared schemes detected
[09:08:01] - AFNetworking OS X
[09:08:01] - AFNetworking iOS
[09:08:01] - AFNetworking tvOS
[09:08:01] - AFNetworking watchOS
[09:08:01] - OS X Example
[09:08:01] - Today Extension Example
[09:08:01] - iOS Example
[09:08:01] - tvOS Example
[09:08:01] - watchOS Example
[09:08:01] | |
[09:08:01] +------------------------------------------------------------------------------+
[09:08:01] Scanner: macos
[09:08:01] +------------------------------------------------------------------------------+
[09:08:01] | |
[09:08:01] Searching for Xcode project files
[09:08:01] 3 Xcode project files found
[09:08:01] - AFNetworking.xcodeproj
[09:08:01] - Example/AFNetworking Example.xcodeproj
[09:08:01] - Example/AFNetworking tvOS Example.xcodeproj
[09:08:01] Filter relevant Xcode project files
[09:08:01] 2 Xcode macOS project files found
[09:08:01] - AFNetworking.xcodeproj
[09:08:01] - Example/AFNetworking Example.xcodeproj
[09:08:01] Platform detected
[09:08:01] Searching for Podfiles
[09:08:01] 0 Podfiles detected
[09:08:01] Inspecting workspace file: AFNetworking.xcworkspace
[09:08:01] 9 shared schemes detected
[09:08:01] - AFNetworking OS X
[09:08:01] - AFNetworking iOS
[09:08:01] - AFNetworking tvOS
[09:08:01] - AFNetworking watchOS
[09:08:01] - OS X Example
[09:08:01] - Today Extension Example
[09:08:01] - iOS Example
[09:08:01] - tvOS Example
[09:08:01] - watchOS Example
[09:08:01] | |
[09:08:01] +------------------------------------------------------------------------------+
[09:08:01] Scanner: android
[09:08:01] +------------------------------------------------------------------------------+
[09:08:01] | |
[09:08:01] Searching for build.gradle files
[09:08:01] 0 build.gradle files detected
[09:08:01] platform not detected
[09:08:01] | |
[09:08:01] +------------------------------------------------------------------------------+
[09:08:01] Scanner: xamarin
[09:08:01] +------------------------------------------------------------------------------+
[09:08:01] | |
[09:08:01] Searching for solution files
[09:08:01] 0 solution files detected
[09:08:01] platform not detected
[09:08:01] | |
[09:08:01] +------------------------------------------------------------------------------+
[09:08:01] Scanner: fastlane
[09:08:01] +------------------------------------------------------------------------------+
[09:08:01] | |
[09:08:01] Searching for Fastfiles
[09:08:01] 1 Fastfiles detected
[09:08:01] - fastlane/Fastfile
[09:08:01] Platform detected
[09:08:01] Inspecting Fastfile: fastlane/Fastfile
[09:08:01] 0 lanes found
[09:08:01] No lanes found
[09:08:01] No valid Fastfile found
[09:08:01] | |
[09:08:01] +------------------------------------------------------------------------------+
[09:08:01] Saving outputs:
[09:08:01] scan result: /bitrise/src/scan_result/result.json
scan finished
Submitting results...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 7170 0 15 100 7155 {"status":"ok"} 30 14515 --:--:-- --:--:-- --:--:-- 14542
submitted
| |
+---+---------------------------------------------------------------+----------+
| ✓ | Running project scanner | 11 sec |
+---+---------------------------------------------------------------+----------+
Clicking Proceed anyway presents me the right options:
Did I miss something? Can you please describe what options you selected / how you got the error?