- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我编写了 flutter 应用程序,我通过 xcode 打开了 ios 部分并且应用程序正在运行,但是当我通过 flutter build ios
通过 vscode 运行应用程序时,我得到了这个错误:
Automatically signing iOS for device deployment using specified development team in Xcode project: FHDGDHARTT
Running pod install... 4.1s
Running Xcode build...
Xcode build done. 4.1s
Failed to build iOS app
Error output from Xcode build:
↳
2021-08-27 15:20:15.391 XCBBuildService[25359:181696] Failed to remove: /Users/alt/Library/Developer/Xcode/DerivedData/Runner-cwssrvwaltuodobbealdvrytptog/Build/Intermediates.noindex/XCBuildData/7c6f3b0142d0b109056c8c9053a39860-manifest.xcbuild: unlink(/Users/alt/Library/Developer/Xcode/DerivedData/Runner-cwssrvwaltuodobbealdvrytptog/Build/Intermediates.noindex/XCBuildData/7c6f3b0142d0b109056c8c9053a39860-manifest.xcbuild): No such file or directory (2)
2021-08-27 15:20:15.617 XCBBuildService[25359:181696] Failed to remove: /Users/alt/Library/Developer/Xcode/DerivedData/Runner-cwssrvwaltuodobbealdvrytptog/Build/Intermediates.noindex/XCBuildData/7c6f3b0142d0b109056c8c9053a39860-desc.xcbuild: unlink(/Users/alt/Library/Developer/Xcode/DerivedData/Runner-cwssrvwaltuodobbealdvrytptog/Build/Intermediates.noindex/XCBuildData/7c6f3b0142d0b109056c8c9053a39860-desc.xcbuild): No such file or directory (2)
** BUILD FAILED **
Xcode's output:
↳
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Analyzing workspace
note: Constructing build description
note: Build preparation complete
/Users/alt/Mobile/Projects/shave-machine-app/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'FMDB' from project 'Pods')
error: No profiles for 'com.shavemachine.shaveMachineApp' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.shavemachine.shaveMachineApp'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'Runner' from project 'Runner')
/Users/alt/Mobile/Projects/shave-machine-app/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Reachability' from project 'Pods')
/Users/alt/Mobile/Projects/shave-machine-app/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Flutter' from project 'Pods')
/Users/alt/Mobile/Projects/shave-machine-app/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'TOCropViewController-TOCropViewControllerBundle' from project 'Pods')
/Users/alt/Mobile/Projects/shave-machine-app/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'TOCropViewController' from project 'Pods')
/Users/alt/Mobile/Projects/shave-machine-app/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Toast' from project 'Pods')
Encountered error while building for device.
alt@alts-MacBook-Pro shave-machine-app % ff clean
Cleaning Xcode workspace... 2,742ms
Deleting build... 50ms
Deleting .dart_tool... 2ms
Deleting .packages... 0ms
Deleting Generated.xcconfig... 0ms
Deleting flutter_export_environment.sh... 0ms
Deleting Flutter.podspec... 0ms
Deleting .flutter-plugins-dependencies... 0ms
Deleting .flutter-plugins... 0ms
alt@alts-MacBook-Pro shave-machine-app % ff pub get
Running "flutter pub get" in shave-machine-app... 1,147ms
alt@alts-MacBook-Pro shave-machine-app % ff build ios
Building com.shavemachine.shaveMachineApp for device (ios-release)...
Automatically signing iOS for device deployment using specified development team in Xcode project: FHDGDHARTT
Running pod install... 5.5s
Running Xcode build...
Xcode build done. 4.4s
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Analyzing workspace
note: Constructing build description
note: Build preparation complete
/Users/alt/Mobile/Projects/shave-machine-app/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'FMDB' from project 'Pods')
/Users/alt/Mobile/Projects/shave-machine-app/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'TOCropViewController' from project 'Pods')
error: No profiles for 'com.shavemachine.shaveMachineApp' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.shavemachine.shaveMachineApp'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'Runner' from project 'Runner')
/Users/alt/Mobile/Projects/shave-machine-app/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Reachability' from project 'Pods')
/Users/alt/Mobile/Projects/shave-machine-app/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Flutter' from project 'Pods')
/Users/alt/Mobile/Projects/shave-machine-app/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'TOCropViewController-TOCropViewControllerBundle' from project 'Pods')
/Users/alt/Mobile/Projects/shave-machine-app/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Toast' from project 'Pods')
Encountered error while building for device.
.这是医生:
✓] Flutter (Channel stable, 2.2.3, on macOS 11.5.2 20G95 darwin-x64, locale en-US)
• Flutter version 2.2.3 at /Users/alt/fvm/versions/stable
• Framework revision f4abaa0735 (8 weeks ago), 2021-07-01 12:46:11 -0700
• Engine revision 241c87ad80
• Dart version 2.13.4
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
• Android SDK at /Users/alt/Mobile/Sdk/Andriod/
• Platform android-31, build-tools 31.0.0
• ANDROID_HOME = /Users/alt/Mobile/Sdk/Andriod
• Java binary at: /Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/bin/java
• Java version Java(TM) SE Runtime Environment (build 1.8.0_301-b09)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 12.5.1, Build version 12E507
• CocoaPods version 1.11.0.rc.1
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[!] Android Studio (version 2020.3)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
✗ Unable to find bundled Java version.
• Try updating or re-installing Android Studio.
[✓] VS Code (version 1.59.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.25.0
[✓] Connected device (2 available)
• iPod touch (7th generation) (mobile) • 9318977C-48B1-4E5E-A483-460F582C9794 • ios • com.apple.CoreSimulator.SimRuntime.iOS-14-5 (simulator)
• Chrome (web) • chrome • web-javascript • Google Chrome 92.0.4515.159
! Doctor found issues in 1 category.
1 Câu trả lời
关于ios - flutter app 不是由 flutter build ios 运行,而是由 xcode 运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68952222/
Lệnh sau có tác dụng gì trong Xcode 4? Xây dựng để thử nghiệm Xây dựng để chạy Xây dựng để phân tích Xây dựng để lưu trữ Tôi không chắc khi nào nên sử dụng những điều này (hoặc liệu có nên sử dụng bất kỳ điều nào trong số chúng không). Câu trả lời hay nhất: Running được sử dụng để chạy ứng dụng của bạn (trên Ma
Công cụ: Jenkins phiên bản 1.470 Môi trường Maven 2 Subversion Giả sử bản dựng của tôi có nhiều dự án AD. Như đã trình bày, có một đồ thị phụ thuộc. Nghĩa là: B phụ thuộc vào lớp trong A, C phụ thuộc vào lớp trong B và D phụ thuộc vào lớp trong A.
Tôi đang tạo một dự án phần mềm và tôi muốn sử dụng autotools để tạo makefiles, v.v. cho tôi. Tôi đã tự tay tạo các tệp Makefile.am và configure.in và tôi đang sử dụng tập lệnh autogen.sh để tạo makefiles cho tôi.
Lệnh yarn build có tác dụng gì? Yarn build và npm build có giống nhau không? Nếu không thì sự khác biệt là gì? Câu trả lời hàng đầu yarn build và npm build không phải là những lệnh hiện có theo mặc định. Tôi nghĩ bạn có ý nói
Nếu tôi có một cơ sở mã lớn với nhiều dự án phụ thuộc lẫn nhau, ví dụ, projects/A, projects/B và projects/C, trong đó A yêu cầu B và B yêu cầu C, và mỗi dự án đều có một tập lệnh xây dựng Cake như
Tôi đang cố gắng sử dụng Wix/Detox để kiểm tra ứng dụng react-native của mình (phiên bản iOS). Tôi đã thực hiện thành công https://github.com/wix/detox/blob/master/do
Chúng tôi có một số tập lệnh Nant để biên dịch mã .NET. Những bản dựng này mất khoảng 5-10 phút để chạy và tôi muốn tìm cách tăng tốc chúng. Kịch bản Nant của chúng ta sẽ trông như thế này
Xin chào, khi tôi xây dựng ffmpeg-3.4.1 với gnu trên windows, có ai có thể giúp tôi giải quyết lỗi này không: /tmp/9747a756ee05ef34cc3fcf51eabde826/sysroot/u
Xây dựng giải pháp/dự án/chương trình có nghĩa là gì? Tôi muốn chắc chắn rằng mình đã định nghĩa đúng (để tôi không có vẻ ngốc nghếch khi trò chuyện). Trong IDE, bạn có thể (sửa cho tôi nếu tôi sai) biên dịch mã nguồn/mã lập trình thành mã máy mà máy tính có thể đọc được. Bạn có thể gỡ lỗi chương trình của bạn
Tại sao Eclipse, khi xây dựng một dự án Android, lại bị kẹt trong vòng lặp vô hạn của việc xây dựng không gian làm việc... rồi (xây dựng lại) không gian làm việc... rồi (xây dựng lại) không gian làm việc... Đây có phải là lỗi đã biết không? Cách đúng đắn để thoát khỏi vòng lặp này là gì?
Dự án Angular của tôi là @Angular4.3.3. ng build -prod mất 77 giây để xây dựng. ng build --prod --build-optimizer=true mất 19 giây để xây dựng.
Vì vậy, tôi vừa tạo một dự án React Native bằng lệnh react-native init "project name" Tôi đã vào cấp ứng dụng build.gradle để kết nối firebase nhưng tôi nhận được lỗi nói rằng
Tôi đang cố gắng tìm hiểu xem có sự khác biệt nào giữa hai biến được xác định trước trong TFS Online 2017 không: $(Build.Repository.LocalPath) và $(Build.SourcesDirectory). Tôi có
Khi biên dịch dự án, tập lệnh này sẽ tăng phiên bản dựng của dự án Xcode lên 1 khi tên người dùng hệ thống khớp. Hãy nhớ rằng, đây chỉ là các tập lệnh trong Target->Build Phases->Run Script trong Xcode (không phải App
Có công cụ nào có thể xây dựng hình ảnh trực quan cho thấy mục tiêu nào sẽ được thực thi khi nào và từ tệp đã nhập nào khi có tệp dự án MS Build không? Với một tệp giải pháp được đưa ra, liệu nó có xây dựng hình ảnh trực quan về thứ tự các dự án sẽ được xây dựng hay không? Câu trả lời tốt nhất là có.
Tôi đang cố gắng sử dụng Bazel để thực hiện thiết lập sau. Bằng cách gọi "bazel build", tập lệnh Python sẽ tạo ra một số lượng tệp *.cc không xác định với tên ngẫu nhiên, sau đó được biên dịch thành một thư viện tĩnh duy nhất (tệp .a), tất cả đều
Tôi đang di chuyển dự án Cmake của mình sang Bazel. Thư mục gốc của dự án của tôi là thư mục build mà tôi sử dụng để chạy Cmake. Khi di chuyển sang Bazel, tôi cần tạo tệp BUILD trong thư mục gốc của dự án. Tuy nhiên, trong ma
đóng cửa. Câu hỏi này dựa trên ý kiến. Hiện tại không chấp nhận câu trả lời. Bạn có muốn cải thiện câu hỏi này không? Cập nhật câu hỏi để bạn có thể trả lời bằng thông tin và trích dẫn bằng cách chỉnh sửa bài đăng này. . Đã đóng cửa cách đây 5 năm. Bài viết này đã được xuất bản trên
Khi Dockerfile của tôi trông như bên dưới thì tức là nó chạy tốt. ... CHẠY pip cài đặt git+https://user_name:my_password@github.com/repo_name
Liệu có thể sử dụng bộ tính năng xây dựng tự động hiện tại để thêm thẻ mới từ kho lưu trữ và gắn thẻ cho hình ảnh đã tạo không? Hoặc tôi có cần dịch vụ của bên thứ 3 để tự động đẩy thẻ mới lên Docker Registry không? Câu trả lời tốt nhất vào lúc này là không. Hiện tại (tháng 10 năm 2014) không có Doc
Tôi là một lập trình viên xuất sắc, rất giỏi!