Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

我尝试了多种操作,都不行,看不懂 #5

Closed
LeeCenY opened this issue Mar 30, 2021 · 14 comments
Closed

我尝试了多种操作,都不行,看不懂 #5

LeeCenY opened this issue Mar 30, 2021 · 14 comments
Labels
good first issue Good for newcomers

Comments

@LeeCenY
Copy link

LeeCenY commented Mar 30, 2021

是否有这个类似功能
https://github.com/leavez/cocoapods-binary

@TyrantDante
Copy link
Owner

可以贴下你的报错信息不

@LeeCenY
Copy link
Author

LeeCenY commented Mar 30, 2021

你先说说,如何使用吧!看看是不是我使用方法有问题

@TyrantDante
Copy link
Owner

pod framework xxx.podspec --spec-sources={repo_source} --force --configuration={Release/Debug}

@TyrantDante
Copy link
Owner

用最新的吧 最新的 是 0.0.5 已经丢到rubygem 如果还是不行,私聊下wx

@LeeCenY
Copy link
Author

LeeCenY commented Mar 30, 2021

命令
pod framework TTTapticHelper.podspec --spec-sources=https://github.com/LeeCenY/TTSpecs.git --force --configuration=Release

image

@TyrantDante
Copy link
Owner

看起来像是路径的问题,你先把你的路径改一下吧,我晚点时候兼容一下
Uploading image.png…

@TyrantDante
Copy link
Owner

image

@LeeCenY
Copy link
Author

LeeCenY commented Mar 31, 2021

谢谢了,可以了

1、模拟器生成产生_CodeSignature目录 CocoaPods/Rome#91
2、未来是否提供一个架构合并功能呢(armv7 arm64 x86_64 i386 )?
3、未来是否考虑提供类似CocoaPods plugin:https://github.com/leavez/cocoapods-binaryhttps://github.com/CocoaPods/Rome

@TyrantDante
Copy link
Owner

架构合并应该不会提供了,因为我们已经使用了xcode的新特性 xcframework,我认为这个应该比架构合并更加优雅。
签名的问题我会关注一下,
第三个我不太明白你这边需要的功能是什么

@TyrantDante
Copy link
Owner

近期打算支持的功能:

  • 提供静态库的源码调试功能

@LeeCenY
Copy link
Author

LeeCenY commented Mar 31, 2021

@TyrantDante 第三点就是:在项目中的Podfile文件的第三方库或私有库,命令 pod install 即可生成对应的 framework(也可以指定哪个需要生成 framework)

@LeeCenY
Copy link
Author

LeeCenY commented Mar 31, 2021

架构合并应该不会提供了,因为我们已经使用了xcode的新特性 xcframework,我认为这个应该比架构合并更加优雅。
签名的问题我会关注一下,
第三个我不太明白你这边需要的功能是什么

xcframework 方面我还需要去学习了解一下

@LeeCenY
Copy link
Author

LeeCenY commented Mar 31, 2021

近期打算支持的功能:

  • 提供静态库的源码调试功能

我提出的第三个里面也是有这个功能

@TyrantDante
Copy link
Owner

@TyrantDante 第三点就是:在项目中的Podfile文件的第三方库或私有库,命令 pod install 即可生成对应的 framework(也可以指定哪个需要生成 framework)

这个功能我得想一想,目前我们一般都会有二进制的repo来做这个统一的二进制化,所以不是特别需要这个功能,不过我觉得这个想法是很好的

@TyrantDante TyrantDante added the good first issue Good for newcomers label Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants