Closed swift-ci closed 2 years ago
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.
@ahoppen I think we can close this one, as it looks like it's not related to SwiftSyntax.
Closing because this is not open source specific. Please report the bug through https://feedbackassistant.apple.com as mentioned above.
Is this issue to be closed?) @ahoppen
Additional Detail from JIRA
| | | |------------------|-----------------| |Votes | 0 | |Component/s | CodeCompletion, Compiler, SwiftSyntax | |Labels | Bug | |Assignee | besart.haxhidema (JIRA) | |Priority | Medium | md5: 632482ec7a801dbde43c2d4492e5168dIssue 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