Skip to content
This repository has been archived by the owner on Jun 2, 2019. It is now read-only.

Generate mnemonic words slowly #930

Open
453548460Anders opened this issue Oct 16, 2018 · 1 comment
Open

Generate mnemonic words slowly #930

453548460Anders opened this issue Oct 16, 2018 · 1 comment

Comments

@453548460Anders
Copy link

Why do I put framework code into my own projects and generate mnemonic words slowly?
-- framework is trustkeystore

@manhlx3006
Copy link
Contributor

Try to add
post_install do |installer| installer.pods_project.targets.each do |target| if ['JSONRPCKit'].include? target.name target.build_configurations.each do |config| config.build_settings['SWIFT_VERSION'] = '3.0' end end if ['TrustKeystore'].include? target.name target.build_configurations.each do |config| config.build_settings['SWIFT_OPTIMIZATION_LEVEL'] = '-Owholemodule' end end end end

at end of your Pod file, need to set swift optimization level

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants