Giter Site home page Giter Site logo

Comments (4)

breautek avatar breautek commented on May 25, 2024 1

There's likely an actual error (not a warning) somewhere in the xcode build output. Error code 65 is a general purpose error code that something in the build didn't work. It could mean pretty much anything.

warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 17.2.99. (in target 'GoogleUtilities' from project 'Pods')

These warnings will not produce a build failure by themselves. Sometimes xcode build errors are buried in the build output, so you may have to "scroll up" a ways before you see something of interest.

from cordova-ios.

FranGhe avatar FranGhe commented on May 25, 2024

Problem found...as you suggested, I "scrolled up" and found it as "error:"

I thought the build would stop where the error is... but no... it continues and then stops.

The problem was in one setting in config.xml

Thanks again... you can close it

from cordova-ios.

breautek avatar breautek commented on May 25, 2024

I thought the build would stop where the error is... but no... it continues and then stops.

Yup... you would think, but objective-c, and really using any C / C++ compiler can do the same thing. They can print 1000 of errors and they are all usually a side-effect of the first error.

I'll close this issue since it looks like you solved your own issue but perhaps if you could explain what you had wrong and what you did to correct it, might help others who stumble on this ticket.

from cordova-ios.

FranGhe avatar FranGhe commented on May 25, 2024

It is a wrong instructions on config.xml to assign an image in resource and this is in conflict with a plugin...
"error: Multiple commands produce..." I still have to fix it :(

from cordova-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.