s-aska/KeyClip

Carthage build Xcode 8 GM

smebberson opened this issue · 3 comments

I'm having problems building KeyClip, and I also can't get it to save any data. When running:

carthage update --platform iOS --no-use-binaries KeyClip

I get:

ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/Developer/Library/Frameworks'
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/Developer/Library/Frameworks'
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk/Developer/Library/Frameworks'
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk/Developer/Library/Frameworks'
  • Carthage version: 0.18
  • Version 8.0 (8A218a)

Cartfile:

github "s-aska/KeyClip" == 1.4.0

I'm also having this issue. Additionally, I'm seeing a warning in the KeyClipTests class.

/Carthage/Checkouts/KeyClip/KeyClipTests/KeyClipTests.swift:52:15: warning: expression implicitly coerced from 'Any?' to Any
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk/Developer/Library/Frameworks'
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.2.sdk/Developer/Library/Frameworks'

Each problem was corrected in 1.4.2.
😄

Thank you, that resolved the carthage building issues. When i try running the project though, I'm not getting this error:
"Module file was created for incompatible target i386-apple-ios8.0"