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

Fix Carthage warnings #8

Open
MattesGroeger opened this issue Sep 24, 2015 · 0 comments
Open

Fix Carthage warnings #8

MattesGroeger opened this issue Sep 24, 2015 · 0 comments

Comments

@MattesGroeger
Copy link

You can build the library with carthage but it spits out a number of warnings:

/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'
/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
/Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/DispatchTimer.swift:42:25: warning: extraneous '_' in parameter: 'times' has no keyword argument name
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/Developer/Library/Frameworks'
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/Developer/Library/Frameworks'
warning: skipping copy phase strip, binary is code signed: /Users/me/Documents/workspaces/idagio/idagio-ios/Carthage/Checkouts/dispatcher/Build/Products/Release-iphoneos/Dispatcher.framework/Dispatcher
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

1 participant