-
Notifications
You must be signed in to change notification settings - Fork 230
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
导入 pod TokenCoreDep 问题 #70
Comments
原因暂时未知,更换为pod 'TokenCore', :git=> 'https://github.com/consenlabs/token-core-ios.git',:commit=>'03817d489a42d882ccffae45468e4199f807dc06' 后解决。 不行的话你就pod update repo。 OS X10.14.4 Xcode 10.2 pod 1.6测试通过。 |
你这个方法是可以podinstall,可是install之后好多报错,framework not found bigint你遇到过吗? |
贴一下podfile看下你的写法? |
Uncomment the next line to define a global platform for your projectplatform :ios, '9.0'target 'wallet' do Comment the next line if you don't want to use dynamic frameworksuse_frameworks! Pods for walletend 你看有什么问题吗,这个库的exmple我也跑不起来说没有tokencoredep,我现在很迷惑,求指点 |
具体报错信息是什么? 你是OC项目还是swift项目? |
看上去没问题,是不是报BigInt` does not specify a Swift version and none of the targets xxxxx 这种错误? 如果是的话在项目中加一个swift文件,把项目变成OC和SWIFT混编的再重新install就好了。 |
去pod的project里面看下TokenCore的Swift版本多少,改成5之后编译通过。 |
大佬方便加个电报交流吗? |
电报号发你QQ邮箱了。 |
遇到了同样的问题,求大佬解答 |
这边的pod "TokenCore", git: "https://github.com/consenlabs/token-core-ios.git", branch: "master" 是否正确,这边一直pod不了这个问题
The text was updated successfully, but these errors were encountered: