Build Frank with Cocoapods

穿精又带淫゛_ 提交于 2019-12-12 02:07:54

问题


I'm trying build Frank with my xcode app that use Cocoapods.

Setup (frank setup) is ok.

After setup i ran frank build. I get error. After some research i ran:

frank build --workspace my_app.xcworkspace/ --scheme my_app

and result was:

** BUILD FAILED **

The following build commands failed:
    Check dependencies
    Check dependencies
    Check dependencies
    Check dependencies

After another research i have tried to specify architecture. So i tried to build app using:

frank build --workspace my_app.xcworkspace/ --scheme my_app  --arch armv7s

I have tried architecture armv7, armv7s and arm64. Result is always something like this (sometime is error for Alamofire and other pods):

** BUILD FAILED **

The following build commands failed:
    CompileSwiftSources normal armv7s com.apple.xcode.tools.swift.compiler
    CompileSwift normal armv7s /path/Pods/Kingfisher/Kingfisher/ImageCache.swift
    CompileSwift normal armv7s /path/Pods/Kingfisher/Kingfisher/ImageDownloader.swift
    CompileSwift normal armv7s /path/Pods/Kingfisher/Kingfisher/ImageTransition.swift
    CompileSwift normal armv7s /path/Pods/Kingfisher/Kingfisher/KingfisherManager.swift
(5 failures)

After another research i have tried add include of pods to frankify.xcconfig

#include "path/Pods/Target Support Files/Pods/Pods.debug.xcconfig"

which solves nothing.

Does anybody have an idea what am i doing wrong? I am stuck.

来源:https://stackoverflow.com/questions/36605135/build-frank-with-cocoapods

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!