Hello All i hope you all guys doing good so i have a problem while building my flutter application for ios on bitrise it always says that its find a scpecific folder in the project . I will share some of the messages i have . Can you guys help me fix that . Thank you!
[19:24:07] $ set -o pipefail && xcodebuild â-workspaceâ â/Users/vagrant/git/ios/Runner.xcworkspaceâ â-schemeâ âRunnerâ â-configurationâ âDebugâ âCOMPILER_INDEX_STORE_ENABLE=NOâ âarchiveâ â-archivePathâ â/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/__archive__385528033/Runner.xcarchiveâ â-destinationâ âgeneric/platform=iOSâ | xcpretty
error: /Users/vagrant/git/ios/Flutter/Debug.xcconfig:1: could not find included file âPods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfigâ in search paths (in target âRunnerâ from project âRunnerâ)
error: /Users/vagrant/git/ios/Flutter/Debug.xcconfig:1: could not find included file âPods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfigâ in search paths (in target âRunnerâ from project âRunnerâ)
error: /Users/vagrant/git/ios/Flutter/Debug.xcconfig:1: could not find included file âPods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfigâ in search paths (in target âRunnerâ from project âRunnerâ)
error: Unable to load contents of file list: â/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-input-files.xcfilelistâ (in target âRunnerâ from project âRunnerâ)
error: Unable to load contents of file list: â/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-output-files.xcfilelistâ (in target âRunnerâ from project âRunnerâ)
error: Unable to load contents of file list: â/Target Support Files/Pods-Runner/Pods-Runner-resources-Debug-input-files.xcfilelistâ (in target âRunnerâ from project âRunnerâ)
error: Unable to load contents of file list: â/Target Support Files/Pods-Runner/Pods-Runner-resources-Debug-output-files.xcfilelistâ (in target âRunnerâ from project âRunnerâ)
Last lines of the Xcodeâs build log:
User defaults from command line:
IDEArchivePathOverride = /var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/__archive__385528033/Runner.xcarchive
Build settings from command line:
COMPILER_INDEX_STORE_ENABLE = NO
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
error: /Users/vagrant/git/ios/Flutter/Debug.xcconfig:1: could not find included file âPods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfigâ in search paths (in target âRunnerâ from project âRunnerâ)
error: /Users/vagrant/git/ios/Flutter/Debug.xcconfig:1: could not find included file âPods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfigâ in search paths (in target âRunnerâ from project âRunnerâ)
error: /Users/vagrant/git/ios/Flutter/Debug.xcconfig:1: could not find included file âPods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfigâ in search paths (in target âRunnerâ from project âRunnerâ)
error: Unable to load contents of file list: â/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-input-files.xcfilelistâ (in target âRunnerâ from project âRunnerâ)
error: Unable to load contents of file list: â/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-output-files.xcfilelistâ (in target âRunnerâ from project âRunnerâ)
error: Unable to load contents of file list: â/Target Support Files/Pods-Runner/Pods-Runner-resources-Debug-input-files.xcfilelistâ (in target âRunnerâ from project âRunnerâ)
error: Unable to load contents of file list: â/Target Support Files/Pods-Runner/Pods-Runner-resources-Debug-output-files.xcfilelistâ (in target âRunnerâ from project âRunnerâ)
** ARCHIVE FAILED **
You can find the last couple of lines of Xcodeâs build log above, but the full log is also available in the raw-xcodebuild-output.log
The log file is stored in $BITRISE_DEPLOY_DIR, and its full path is available in the $BITRISE_XCODE_RAW_RESULT_TEXT_PATH environment variable
(value: /Users/vagrant/deploy/raw-xcodebuild-output.log)
Archive failed, error: exit status 65
| |
±â±--------------------------------------------------------------±---------+
| x | xcode-archive@2 (exit code: 1) | 21.44 sec|
±â±--------------------------------------------------------------±---------+
| Issue tracker: Issues · bitrise-steplib/steps-xcode-archive · GitHub |
| Source: GitHub - bitrise-steplib/steps-xcode-archive: Xcode Archive for iOS step |
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.