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

problem with xcode build #83

Closed
mdnurfikriabdghani opened this issue Mar 29, 2020 · 11 comments
Closed

problem with xcode build #83

mdnurfikriabdghani opened this issue Mar 29, 2020 · 11 comments
Labels
iOS iOS

Comments

@mdnurfikriabdghani
Copy link

got error when build using xcode

Module 'contacts_service' not found

╰─➤ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.12.13+hotfix.8, on Mac OS X 10.15.3 19D76, locale en-GB)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
[✓] Android Studio (version 3.5)
[✓] IntelliJ IDEA Community Edition (version 2019.3.3)
[✓] VS Code (version 1.43.1)
[✓] Connected device (2 available)
Screenshot 2020-03-29 at 6 56 59 PM

@lukasgit
Copy link
Owner

@mdnurfikriabdghani are you able to build and run the flutter example app?

@lukasgit lukasgit added iOS iOS question Further information is requested labels Apr 21, 2020
@lukasgit
Copy link
Owner

@mdnurfikriabdghani this plugin has been updated. Please try again using the latest version 0.4.2 released today.

@stwonary
Copy link

stwonary commented Apr 22, 2020

@lukasgit Got this error when compiling on Xcode

Version 0.4.2

SwiftContactsServicePlugin.swift

Missing argument for parameter 'localizedLabels' in call

Screen Shot 2020-04-22 at 10 44 34

@gabdsg
Copy link

gabdsg commented Apr 22, 2020

@lukasgit Got this error when compiling on Xcode

Version 0.4.2

SwiftContactsServicePlugin.swift

Missing argument for parameter 'localizedLabels' in call
Screen Shot 2020-04-22 at 10 44 34

Same problem

@lukasgit
Copy link
Owner

@sperochon see above posts Missing argument for parameter 'localizedLabels' in call

@lukasgit lukasgit added in review The issue or pull request is in review and removed question Further information is requested labels Apr 22, 2020
@sperochon
Copy link
Contributor

sperochon commented Apr 22, 2020

Seems to forget some files... I look at it...

Edit: Well... it breaks in new code that didn't exist at the time I commit my PR. I have to take a closer/longer look at it tomorrow... As a workaround for now, to make the code compiling, just replace the line with:
result(contactToDictionary(contact: contact, localizedLabels: false))

@lukasgit
Copy link
Owner

@sperochon thank you

@lukasgit
Copy link
Owner

@sperochon also note the latest PR #94

@pavanbuzz
Copy link
Contributor

@sperochon see above posts Missing argument for parameter 'localizedLabels' in call

I have fixed it in my code PR 94

@sperochon
Copy link
Contributor

sperochon commented Apr 23, 2020

I have added the missing iOSLocalizedLabels parameter to new methods openContactForm and openExistingContact.
The PR is #96

lukasgit added a commit that referenced this issue Apr 24, 2020
Fix issue #83: add parameter iOSLocalizedLabels to openContactForm and openExistingContact
@lukasgit
Copy link
Owner

PR #96 now included in version 0.4.4

@lukasgit lukasgit removed the in review The issue or pull request is in review label Apr 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iOS iOS
Projects
None yet
Development

No branches or pull requests

6 participants