-
Notifications
You must be signed in to change notification settings - Fork 8
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
fixed errors and warnings in Xcode 12 #3
Conversation
fit to Xcode 12 and iOS 14.4
I add this library in my project and can not build successfully. I had solved this problem and some warnings in Xcode 12. please check it as soon as possible cause I'm waiting to use. |
@@ -6,7 +6,7 @@ final class PhotoLibraryPickerTests: XCTestCase { | |||
// This is an example of a functional test case. | |||
// Use XCTAssert and related functions to verify your tests produce the correct | |||
// results. | |||
XCTAssertEqual(PhotoLibraryPicker().text, "Hello, World!") | |||
// XCTAssertEqual(PhotoLibraryPicker(<#Binding<[Picture]>#>).text, "Hello, World!") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can delete it :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can delete it :)
all right
Thanks for your PR. Just one comment :). |
thanks a lot :) |
👍🏻👍🏻👍🏻 |
waiting for your new release version. |
Oh thanks to warn me! I will do it right now! |
Excuse me, is there a new release version? I'm waiting for you... |
Done! |
fit to Xcode 12 and iOS 14.4