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

IOS build issue - dependencies import issue #169

Closed
kokulansk opened this issue Oct 3, 2019 · 4 comments
Closed

IOS build issue - dependencies import issue #169

kokulansk opened this issue Oct 3, 2019 · 4 comments
Labels
build issue An issue related to build process ios relates to iOS platform

Comments

@kokulansk
Copy link

kokulansk commented Oct 3, 2019

Bug report

Current behavior:

Expected behavior:

Steps to reproduce:

Screenshots

Environment information

  • Cordova CLI version
    • cordova -v
  • Cordova platform version
    • cordova platform ls
  • Plugins & versions installed in project (including this plugin)
    • cordova plugin ls
  • Dev machine OS and version, e.g.
    • OSX
      • sw_vers
    • Windows 10
      • winver

Runtime issue

  • Device details
    • e.g. iPhone X, Samsung Galaxy S8, iPhone X Simulator, Pixel XL Emulator
  • OS details
    • e.g. iOS 12.2, Android 9.0

Android build issue:

  • Node JS version
    • node -v
  • Gradle version
    • ls platforms/android/.gradle
  • Target Android SDK version
    • android:targetSdkVersion in AndroidManifest.xml
  • Android SDK details
    • sdkmanager --list | sed -e '/Available Packages/q'

iOS build issue:

  • Node JS version
    • node -v
  • XCode version

Related code:

insert any relevant code here such as plugin API calls / input parameters

Console output

console output

// Paste any relevant JS/native console output here



Other information:

Screenshot 2019-10-03 at 13 28 06

After fixing pod path getting this error
Screenshot 2019-10-03 at 13 44 07

@kokulansk kokulansk changed the title IOS dependencies import issue IOS build issue - dependencies import issue Oct 3, 2019
@dpa99c dpa99c added build issue An issue related to build process ios relates to iOS platform support Support is being requested but not a necessarily a bug labels Oct 3, 2019
@dpa99c
Copy link
Owner

dpa99c commented Oct 3, 2019

Please ensure you have updated Cocoapods as outlined in the documentation.

Please try building the example project to rule out other possible causes in your own project.

@dpa99c dpa99c added the awaiting response If no response, issue will be closed label Oct 3, 2019
@kokulansk
Copy link
Author

kokulansk commented Oct 4, 2019

I tried the example project it's giving the same error for me
Screenshot 2019-10-04 at 07 50 24
Screenshot 2019-10-04 at 08 07 14

@distinctdan
Copy link

I just had the same issue. Someone on the cocoapods repo said this plugin needs to be updated to use the newer cocoapods style where it doesn't automatically sync the whole repo. Here's the issue I filed over there: CocoaPods/CocoaPods#9228

I worked around this by uninstalling cocoapods, installing version 1.7.5, syncing the repo, then upgrading to 1.8.3.

@dpa99c dpa99c removed awaiting response If no response, issue will be closed support Support is being requested but not a necessarily a bug labels Oct 22, 2019
@dpa99c
Copy link
Owner

dpa99c commented Oct 22, 2019

This should be resolved by #173

@dpa99c dpa99c closed this as completed Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build issue An issue related to build process ios relates to iOS platform
Projects
None yet
Development

No branches or pull requests

3 participants