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

Xcode 8, Swift 3 support #72

Closed
hongzhou85 opened this issue Oct 25, 2016 · 6 comments
Closed

Xcode 8, Swift 3 support #72

hongzhou85 opened this issue Oct 25, 2016 · 6 comments

Comments

@hongzhou85
Copy link

How to use in Xcode 8 and swift 3?

@harlanhaskins
Copy link
Contributor

Just use version 0.7.2.

@bwake2012
Copy link

bwake2012 commented Nov 2, 2016

I get a warning:

file:///Users/deleted path segment here/Pods/Target%20Support%20Files/BRYXBanner/ResourceBundle-BRYXBanner-Info.plist: warning: Missing file: /Users/deleted path segment here/Pods/Target Support Files/BRYXBanner/ResourceBundle-BRYXBanner-Info.plist is missing from working copy

when using version 0.7.2 with CocoaPods 1.1.1

@ThoseGuysInTown
Copy link

So does this library work with swift 3?

@bwake2012
Copy link

It seems to. I ported my app to Swift 3. I spent a week chasing a problem with another CocoaPod. I'm about to start beta testing the ported version.

Bob

On Nov 21, 2016, at 15:55 , ThoseGuysInTown notifications@github.com wrote:

So does this library work with swift 3?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub #72 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AC6NwPOGU-Um4ROKVG30nvzUGF6F9Q_Tks5rAhNmgaJpZM4Kf0in.

@harlanhaskins
Copy link
Contributor

Hmm...did that warning go away when you git added it?
Glad to hear it's working for you! It's working for us via CocoaPods too.

@bwake2012
Copy link

I had to restore an older version of the file. It was somehow missing from my source tree.

I also get a message from CocoaPods that ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES needs to be set to $(inherited). Xcode then warns that the project settings should be updated, which switches the setting to YES, which will then produce the CocoPods message. It may not be related to BRYXBanner specifically.

@billzeh billzeh closed this as completed Jun 17, 2019
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

5 participants