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

No shared framework schemes for any of the platforms: iOS #486

Closed
adamayoung opened this issue Mar 23, 2018 · 4 comments
Closed

No shared framework schemes for any of the platforms: iOS #486

adamayoung opened this issue Mar 23, 2018 · 4 comments

Comments

@adamayoung
Copy link

adamayoung commented Mar 23, 2018

Trying to install Starscream v3.0.4 with Carthage and getting the following errors:

*** Skipped building common-crypto-spm due to the error:
Dependency "common-crypto-spm" has no shared framework schemes for any of the platforms: iOS

*** Skipped building zlib-spm due to the error:
Dependency "zlib-spm" has no shared framework schemes for any of the platforms: iOS

Xcode project still seems to build ok though once Carthage has finished.

@Bersaelor
Copy link

Bersaelor commented Mar 26, 2018

Same warning here. It then proceeds to work locally but it still fails when run on remote build systems.
EDIT: Also when other team members check out my branch.

@rckoenes
Copy link

Are you using Socket.io-client-swift? It seems that updating to "v13.1.2" stying on "v13.1.1" does not seem to give the error.

@hayashikun
Copy link

I've failed to install. I think this is because Carthage 0.29.0.
I downgraded to Carthage 0.28.0 and so I could build.

@Bersaelor
Copy link

Bersaelor commented Apr 3, 2018

@rckoenes No Socket.io-client-swift, we're using https://github.com/davidstump/SwiftPhoenixClient which also depends on StarScream.

What worked for us was the following:
After every carthage update we delete the SSCZLib and SSCommonCrypto modulemap entries in
./Carthage/Checkouts/SwiftPhoenixClient/Example/Pods/Starscream/zlib.

Also we added $(SRCROOT)/Carthage/Checkouts/Starscream/zlib/ under Swift Compiler - Search Paths -> Import Paths in the Project Build Settings.

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

No branches or pull requests

4 participants