Mintegral-official / MintegralAdSDK-iOS-new

Mintegral ad sdk for iOS
https://dev.mintegral.com/doc/index.html?file=sdk-m_sdk-ios&lang=en
Other
5 stars 3 forks source link

Can't find framework in Xcode after `pod install` #7

Closed Handsome2734 closed 3 years ago

Handsome2734 commented 3 years ago

Below is part of my Podfile

  # MTG
  # https://github.com/Mintegral-official/MintegralAdSDK-iOS-new
  pod 'MintegralAdSDK', '6.1.0'
  pod 'MintegralAdSDK/NativeAd'
  pod 'MintegralAdSDK/BidNativeAd'
  pod 'MintegralAdSDK/RewardVideoAd'
  pod 'MintegralAdSDK/BidRewardVideoAd'
  pod 'MintegralAdSDK/InterstitialVideoAd'
  pod 'MintegralAdSDK/BidInterstitialVideoAd'
  pod 'MintegralAdSDK/InterstitialAd'
  pod 'MintegralAdSDK/InterActiveAd'
  pod 'MintegralAdSDK/BannerAd'
  pod 'MintegralAdSDK/BidBannerAd'
  pod 'MintegralAdSDK/SplashAd'
  pod 'MintegralAdSDK/BidSplashAd'
  pod 'MintegralAdSDK/NativeAdvancedAd'
  pod 'MintegralAdSDK/BidNativeAdvancedAd'

After I ran pod install, everything looks fine, and I can find frameworks in Finder. However in XCode, I can only find NativeAds.framework. How can I resolve this?

XCode Finder

red3 commented 3 years ago

@Handsome2734 you can contact your account manager and they will help you with this issue.