I am trying to archive my app, but I get 'No such module 'MaterialComponents' error. The app runs on simulator and real device.
This is my ppod file:
Uncomment the next line to define a global platform for your project# Uncomment the next line to define a global platform for your project# platform :ios, '10.0'*
Comment the next line if you're not using Swift and don't want to use dynamic frameworks use_frameworks! # Pods for Učiti Engleski
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Auth'
pod 'Firebase/Crash'
pod 'Google-Mobile-Ads-SDK','~>8.0'
pod 'MaterialComponents/Cards'
pod'OneSignal', '>= 3.0.0', '< 4.0' end target 'OneSignalNotificationServiceExtension' do
#only copy below line use_frameworks! pod 'OneSignal', '>= 3.0.0', '< 4.0'end
The text was updated successfully, but these errors were encountered:
Thank you for the bug report. Looks like this issue is based specific to Xcode's archive process, and is not an issue related to a component of the open source toolchain (compiler, stdlib, lldb, SourceKit etc.). Bug reports for Xcode can be reported through feedbackassistant.apple.com.
Additional Detail from JIRA
md5: 632482ec7a801dbde43c2d4492e5168d
Issue Description:
I am trying to archive my app, but I get 'No such module 'MaterialComponents' error. The app runs on simulator and real device.
This is my ppod file:
Uncomment the next line to define a global platform for your project# Uncomment the next line to define a global platform for your project# platform :ios, '10.0'*
Comment the next line if you're not using Swift and don't want to use dynamic frameworks use_frameworks!
# Pods for Učiti Engleski
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Auth'
pod 'Firebase/Crash'
pod 'Google-Mobile-Ads-SDK','~>8.0'
pod 'MaterialComponents/Cards'
pod 'OneSignal', '>= 3.0.0', '< 4.0'
end
target 'OneSignalNotificationServiceExtension' do
#only copy below line use_frameworks!
pod 'OneSignal', '>= 3.0.0', '< 4.0'end
The text was updated successfully, but these errors were encountered: