Giter Club home page Giter Club logo

Comments (6)

shazron avatar shazron commented on June 12, 2024

Thanks for the info! This is great -- I guess I can figure out the "latest" version similar to what I did here: https://github.com/phonegap/ios-deploy/blob/83150622c2816dbfeaacf71578cbdb90a6f11b56/Makefile#L20 and include that value

from ios-deploy.

shazron avatar shazron commented on June 12, 2024

Just tested, works great. Attempting a patch.

from ios-deploy.

fischman avatar fischman commented on June 12, 2024

Thanks; fix worked great.
One further possible enhancement would be to warn loudly in the case of missing Symbols files. When I updated from 7.0.6 to 7.1 startup reverted to being super-slow again, and xcode showed symbol files being pulled on each startup. Creating a new empty ios app in xcode and deploying it to the device via xcode, populated my 7.1 Symbols directory (up from ~234MB to over 600MB, coming closer to the >700MB that the 7.0.6 dir had) and made subsequent startups of my real app (not built or deployed through xcode) much faster again.

from ios-deploy.

shazron avatar shazron commented on June 12, 2024

Clarification -- what you mean is the 7.1 symbols were missing until the first time you deploy to a 7.1 device? I think I've seen what is going on - whenever a device with an unknown iOS version is connected and I see it in the Xcode Organizer, it does have a progress bar that shows it is copying the symbols over when I click on the device.

We can detect this situation by querying the device for its iOS version, if that is even possible, it might be (haven't researched this yet). If we can -- we can of course warn the user if the symbols are missing.

from ios-deploy.

fischman avatar fischman commented on June 12, 2024

Yes, you've got the clarification right.
I was thinking of something more pedestrian: warn the user if some common
Frameworks are missing from the Symbols directory that is auto-found. As
an example, Library/Developer/Xcode/iOS DeviceSupport/7.1
(11D167)/Symbols/System/Library/Frameworks/OpenGLES.framework/ didn't show
up for me until I used xcode to push an app.

On Fri, Mar 28, 2014 at 11:49 PM, Shazron Abdullah <[email protected]

wrote:

Clarification -- what you mean is the 7.1 symbols were missing until the
first time you deploy to a 7.1 device? I think I've seen what is going on -
whenever a device with an unknown iOS version is connected and I see it in
the Xcode Organizer, it does have a progress bar that shows it is copying
the symbols over when I click on the device.

We can detect this situation by querying the device for its iOS version,
if that is even possible, it might be (haven't researched this yet). If we
can -- we can of course warn the user if the symbols are missing.

Reply to this email directly or view it on GitHubhttps://github.com//issues/20#issuecomment-38988526
.

from ios-deploy.

shazron avatar shazron commented on June 12, 2024

Ah yes, and pair this with parsing the output of

xcodebuild -showsdks

We can enumerate the installed SDKs, and see if there are symbols available for each of them. Kinda like a pre-flight check.

from ios-deploy.

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.