Git Product home page Git Product logo

Comments (12)

lijiee avatar lijiee commented on July 23, 2024

framework module JKCategories {
umbrella header "JKCategories.h"

export *
module * { export * }

}
我的解决方法是这个,你看看是否需要修复

from jkcategories.

gitKun avatar gitKun commented on July 23, 2024

同样的问题 xcode 10 报错:

  1. Previously defined here
  2. Redefinition of module 'CommonCrypto'

作者应该参考
socketio/socket.io-client-swift#754
henrinormak/Heimdall#72
修复此问题

from jkcategories.

trusbe avatar trusbe commented on July 23, 2024

遇到同样的问题,请问有解决方法论吗?

from jkcategories.

shaojiankui avatar shaojiankui commented on July 23, 2024

哎。。增加这个modulemap是为了解决xcode9的Missing required modules CommonCrypto问题,Xcode10应该被官方修复了

from jkcategories.

trusbe avatar trusbe commented on July 23, 2024

天狐辛苦了!

from jkcategories.

w258958134 avatar w258958134 commented on July 23, 2024

求解决

from jkcategories.

shaojiankui avatar shaojiankui commented on July 23, 2024

谁给我发一个100%能重现的demo工程。。。我这没重现这个问题

from jkcategories.

shaojiankui avatar shaojiankui commented on July 23, 2024

知道了。。podfile使用use_frameworks会重现

from jkcategories.

trusbe avatar trusbe commented on July 23, 2024
module CommonCrypto [system] {
    header "/usr/include/CommonCrypto/CommonCrypto.h"
    export *
}

framework module JKCategories {
}

屏蔽项目中这段代码即可。

from jkcategories.

w258958134 avatar w258958134 commented on July 23, 2024

@trusbe 是直接注释掉吗,修改的话重新build会复原。现在把xcode10删了,又下回9了

from jkcategories.

trusbe avatar trusbe commented on July 23, 2024

@trusbe 是直接注释掉吗,修改的话重新build会复原。现在把xcode10删了,又下回9了

注释掉就可以了。

from jkcategories.

shaojiankui avatar shaojiankui commented on July 23, 2024

等我push一个1.7.1版本,会把modulemap删掉。
xcode9用1.7版本。xcode10用1.71以后版本。

from jkcategories.

Related Issues (20)

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.