У меня нет Mac, поэтому я использую Codemagic Ci/CD для создания файла .ipa для моей версии iOS.
Код: Выделить всё
Warning: Building for device with codesigning disabled. You will have to manually codesign before deploying to device.
Building com.example.hrms for device (ios-release)...
Updating minimum iOS deployment target to 12.0.
Upgrading Podfile
Running pod install... 1,256ms
Running Xcode build...
Xcode build done. 86.4s
Failed to build iOS app
Parse Issue (Xcode): Module 'cloud_firestore' not found
/Users/runner/work/hrms-ios/hrms-ios/ios/Runner/GeneratedPluginRegistrant.m:11:8
Encountered error while building for device.
< /code>
Ниже приведено мое содержание подполков < /p>
platform :ios, '13.0'
target 'Runner' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Runner
target 'RunnerTests' do
inherit! :search_paths
# Pods for testing
end
end
Подробнее здесь: https://stackoverflow.com/questions/792 ... -codemagic
Мобильная версия