- Updated mobile_scanner dependency version to 7.0.0 in pubspec.yaml. - Adjusted versions of several packages in pubspec.lock. - Added exclusion of arm64 architecture for iOS simulator in Podfile and xcconfig files to support Apple Silicon. - Cleaned up Podfile.lock by removing unused dependencies. This update ensures compatibility with the latest mobile_scanner and improves build stability on M1/M4 devices.
7 lines
345 B
Plaintext
7 lines
345 B
Plaintext
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
|
|
#include "Generated.xcconfig"
|
|
#include? "Secrets.xcconfig"
|
|
YANDEX_MAPKIT_API_KEY=a0ef1404-2650-4f28-9891-c965ecc09174
|
|
// Переопределение Pods/ML Kit: arm64 для симулятора на Apple Silicon (M1/M4)
|
|
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386
|