my podfile:-< /p>
# Resolve react_native_pods.rb with node to allow for hoisting
require Pod::Executable.execute_command('node', ['-p',
'require.resolve(
"react-native/scripts/react_native_pods.rb",
{paths: [process.argv[1]]},
)', __dir__]).strip
platform :ios, min_ios_version_supported
prepare_react_native_project!
# Add Google Maps pod
pod 'GoogleMaps'
pod 'Google-Maps-iOS-Utils'
pod 'react-native-google-maps', :path => '../node_modules/react-native-maps', :modular_headers => true
pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons'
# Add permissions configuration for react-native-permissions
require_relative '../node_modules/react-native-permissions/scripts/setup'
setup_permissions([
'LocationAccuracy',
'LocationAlways',
'LocationWhenInUse',
])
linkage = ENV['USE_FRAMEWORKS']
if linkage != nil
Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green
use_frameworks! :linkage => linkage.to_sym
end
target 'EquiptApp' do
config = use_native_modules!
use_react_native!(
:path => config[:reactNativePath],
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
)
target 'EquiptAppTests' do
inherit! :complete
# Pods for testing
end
post_install do |installer|
# https://github.com/facebook/react-nativ ... #L197-L202
react_native_post_install(
installer,
config[:reactNativePath],
:mac_catalyst_enabled => false,
# :ccache_enabled => true
)
end
end
< /code>
Я могу успешно запустить приложение, используя Metro, но когда я пытаюсь архивировать или создавать свое приложение, используя Xcode (Proj или Workspace), я получаю упомянутую ошибку < /p>
Использование M4 Mac Mac и Xcode verison-16.2 < /p>
версии Deps, использующие:
”React-Carps»: «^1.20.1» < /p>
Подробнее здесь: https://stackoverflow.com/questions/795 ... -not-found
Google-MAPS-IOS-UTILS/GOOGLEMAPSUTILS.MODULEMAP 'не найден ⇐ IOS
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение
-
-
FirebaseCoreInternal.modulemap не найден, пытаюсь построить схему ios с помощью xcodebuild
Anonymous » » в форуме IOS - 0 Ответы
- 31 Просмотры
-
Последнее сообщение Anonymous
-