添加到cocoapod getiing进口问题的框架“未找到框架”; [英] Frameworks Added to cocoapod getiing import issue "Framework not found"

查看:88
本文介绍了添加到cocoapod getiing进口问题的框架“未找到框架”;的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我的podfile:

This is my podfile:

`target 'ROC' do
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
pod 'AFNetworking', '~> 2.5'
pod 'INTULocationManager'
pod 'Fabric'
pod 'Crashlytics'
pod 'FSMediaPicker'
pod 'IQDropDownTextField'
pod 'Google/Analytics'
pod 'Google/SignIn'
pod 'Appboy-iOS-SDK', '~>2.22'

end

`


现在我打开podfile并添加 pod'GoogleMaps'
pod'GooglePlaces',然后更新Pod。
我可以在项目导航器中看到googleMaps框架,但由于未找到错误Googlemap而无法导入。与APPboy相同。请做什么帮助。

Now I open podfile and added pod 'GoogleMaps' pod 'GooglePlaces' then update pod. I can see googleMaps framework in project nevigator but cant import because of error Googlemap not found.same with APPboy. What to do help please.


推荐答案

请尝试以下解决方法


  1. 点击您的项目(目标

  2. 单击构建设置

  3. 框架搜索路径下(设置您的框架路径)

  1. Click on your project (targets)
  2. Click on Build Settings
  3. Under Framework search paths (set your framework path)

以下有关获取框架搜索路径的信息


  1. 右键单击您的框架文件夹(例如:GoogleMaps.framework)

  2. 选择获取信息
  3. General-> where 复制路径,并将此路径粘贴到框架搜索路径中(路径应包含在单行中)

  1. Right click on your framework folder (for ex: GoogleMaps.framework)
  2. select Get info
  3. copy the path from General->where and paste this path in your framework search path (path should contain in single line)

您也可以尝试重新安装SDK。只需确保您正确地遵循了教程

You can also try to reinstall the SDK. Just make sure you followed the tutorial properly.

这篇关于添加到cocoapod getiing进口问题的框架“未找到框架”;的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆