my pods are here
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'myAPP' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for myAPP
pod 'SwiftMessages'
pod 'IQKeyboardManager'
pod 'SwiftKeychainWrapper'
pod 'Tabman'
pod 'PagingMenuController'
pod 'Kingfisher'
pod 'Optik'
pod 'KRPullLoader'
pod 'AlamofireImage'
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Messaging'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'TCPickerView'
pod 'GoogleMaps'
pod 'GooglePlaces'
pod 'Whisper'
pod 'Fabric'
pod 'Crashlytics'
pod 'SwiftyJSON'
pod 'Alamofire'
pod 'SwiftGridView'
target 'myAPPUITests' do
inherit! :search_paths
# Pods for testing
end
end
I am using swift 4, Xcode 10.1
- The bundle “myAPPUITests” couldn’t be loaded because it is damaged or missing necessary resources. Try reinstalling the bundle. myAPPUITests-Runner[3649:845498]
- Library not loaded: @rpath/Alamofire.framework/Alamofire Referenced from: /var/containers/Bundle/Application/9948D3F3-0BC3-4E51-8611-934A8872BC25/myAPPUITests-
- Runner.app/PlugIns/myAPPUITests.xctest/myAPPUITests Reason: image not found)
I had try different solution but non of them work for me.