Eureka: while archiving a "no such module 'Eureka'" error
hi, I am trying to archive my project but I get the error that it cannot import eureka module I saw that there is an error similar to mine ‘Carthage build fails with Xcode 8.2.1 #1021’ i am also using Eureka version: 3.0.0 Xcode version: 8.2.1
but I am using cocoapods, I added the libraries, to the ‘linked frameworks and libraries’ and in ‘framework and search paths’ so I am out of ideas of what it is.
here is my pod file just in case
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'Mercy' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Mercy
pod 'Firebase/Core'
pod 'Firebase/Core'
pod 'Firebase/AdMob'
pod 'Firebase/Messaging'
pod 'Firebase/Database'
pod 'Firebase/Invites'
pod 'Firebase/DynamicLinks'
pod 'Firebase/Crash'
pod 'Firebase/RemoteConfig'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'Eureka'
target 'MercyTests' do
inherit! :search_paths
# Pods for testing
end
target 'MercyUITests' do
inherit! :search_paths
# Pods for testing
end
end
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 1
- Comments: 16 (8 by maintainers)
I think there is a misunderstanding, the project and the test run fine when on the simulators, the problem arises when I tried product - archive, does this work as well? cuz I tried again, clean and build, deleted derived data and still cannot archive.