Giter VIP home page Giter VIP logo

cocoapods-project-hmap's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cocoapods-project-hmap's Issues

hmap使用问题

``platform :ios, '9.0'
plugin 'cocoapods-project-hmap'
turn_prebuilt_hmap_off_for_pod_targets
inhibit_all_warnings!

swift_pod_names = ['Moya', 'ObjectMapper', 'SwiftyJSON', 'PromiseKit', 'Alamofire']

只需要 执行 plugin 'cocoapods-project-hmap' 和 turn_prebuilt_hmap_off_for_pod_targets 这两句代码,然后pod install 就可以了吗

pod install 时卡死,内存飙升

如下图,终端输出 generate method of post install hook context override 之后就一直卡住,活动监视器显示 ruby 进程所占用的内存持续飙升 11 ~ 19.95 GB,直到被系统杀死。

image

CocoaPods 版本:1.11.2
MacOS 版本:12.0.1
Ruby 版本:ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-darwin19]
hmap 版本:1.0.4

引入报错

作者你好,我们项目中引入之后,编译报错,如图所示,请问是为什么呢?
image

动态库使用报错

你好, 我在组件库中使用依赖CropViewController, 并且podspec中s.static_framework=true, 然后在podfile中使用use_frameworks!, 引入#import CropViewController 头文件, CropViewController库中会提示重复命名错误. 我在你提供的demo中动态库引入, 然后使用swift依赖头文件也会报错. 除此之外我们在其他库也会有不同的报错. 方便加wx: zydyrxbsbfl804129187 或者qq: 804129187吗

Gemfile 安装错误

使用 Gemfile
bundle install 无法安装

Gemfile

source 'https://rubygems.org'
gem 'rexml'
gem 'cocoapods'
gem 'cocoapods-binary-cache'
#gem 'cocoapods-project-hmap', :path => "Plugins/cocoapods-project-hmap"
gem 'cocoapods-project-hmap', :git=>'https://github.com/chenxGen/cocoapods-project-hmap.git'
gem 'dingbot'

gem "fastlane"

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)

Run:

❯ bundle install
Fetching https://github.com/chenxGen/cocoapods-project-hmap.git
fatal: Needed a single revision
Revision master does not exist in the repository https://github.com/chenxGen/cocoapods-project-hmap.git. Maybe you misspelled it?

有一些使用的问题

因为工程配置比较复杂 有extension sdk 等 替换hmap 之后还是跑不起来
方便加一下vx asd3306642 qq358689596 学习一下吗

编译失败——'JPush/JPUSHService.h' file not found

都按着流程处理,不过就是有一个一直编译失败

/Users/hyk/JuYing-iOS/JYVIP/JYVIP-Bridging-Header.h:49:9: error: 'JPush/JPUSHService.h' file not found
#import <JPush/JPUSHService.h>
^
1 error generated.
:0: error: failed to emit precompiled header '/Users/hyk/Library/Developer/Xcode/DerivedData/JYVIP-aqlnptmruajmcxakdgjvjhfgcddk/Build/Intermediates.noindex/PrecompiledHeaders/JYVIP-Bridging-Header-swift_36G6FXDKB0YHP-clang_33A5QUT1UCGWU.pch' for bridging header '/Users/hyk/JuYing-iOS/JYVIP/JYVIP-Bridging-Header.h'
2 errors generated.

编译提示头文件找不到

PodA 中依赖 PodB

头文件导入方式: #import <PodB/PodB.h>

使用 hmap print PodA.hmap 打印PodA的 hmap :
PodB-iOS/PodB.h: xxxx
PodB.h: xxxx
会多一个-iOS的后缀。

我尝试将头文件引用修改为 #import <PodB-iOS/PodB.h> ,通过cmd+鼠标左键 可以正常跳转到 PodB.h

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.