Code Monkey home page Code Monkey logo

Comments (7)

bosborn avatar bosborn commented on September 25, 2024

I did a quick test on our GeoPackage library which uses sf-proj-ios and it appears to build/run fine (Ventura 13.2, Xcode 14.3, CocoaPods 1.12.0). From a quick search, do you have your deployment target set to a minimum of 11.0 (or more ideally 12.0 as that is the target of this library)?

from simple-features-proj-ios.

km-steve-ham avatar km-steve-ham commented on September 25, 2024

When I click Pods -> TARGETS -> proj4-ios -> Minimum Deployments iOS
iOS version is set to 8.0 by default when I install 'proj-ios' in a HelloWorld app.
After changing it to 11.0 or 12.0 manually the app runs fine. Can you guys change it so that 'proj4-ios' is set to 11.0 by default to support Xcode 14.3? Thanks.

from simple-features-proj-ios.

km-steve-ham avatar km-steve-ham commented on September 25, 2024

It has been couple weeks, will you be able to change 'proj4-ios' to be set as 11.0 instead of 8.0 please? Thanks.

from simple-features-proj-ios.

km-steve-ham avatar km-steve-ham commented on September 25, 2024

@bosborn It has been a month. Would you guys be able to change 'proj4-ios' minimum deployments target to 11.0 instead of 8.0 because Xcode 13.0 (Latest version) doesn't support minimum deployment target below 11.0.

When I install proj4-ios on app, I can just change min deployment from settings so it's fine. But for creating CocoaPods library, I cannot do that so it's a problem.

from simple-features-proj-ios.

bosborn avatar bosborn commented on September 25, 2024

Try deploying using --use-libraries and --allow-warnings, which works for our libraries.

Examples:

lint local
pod lib lint [name].podspec --use-libraries --allow-warnings

lint released
pod spec lint [name].podspec --use-libraries --allow-warnings

deploy
pod trunk push [name].podspec --use-libraries --allow-warnings

proj4-ios 4.9.3 podspec in CocoaPods (without a specified ios platform) points to my proj.4 (now PROJ) 4.9.3 tag fork. It might be possible to release a version with a podspec specifying the ios platform, but I'm not sure if that is guaranteed to work. Try the above deployment options first.

from simple-features-proj-ios.

bosborn avatar bosborn commented on September 25, 2024

Released a proj4-ios 4.9.3.1 version with ios 11.0 platform declared in the podspec.

Used by new release proj-ios 1.0.5 and sf-proj-ios 5.1.3.

from simple-features-proj-ios.

km-steve-ham avatar km-steve-ham commented on September 25, 2024

Thanks much!

from simple-features-proj-ios.

Related Issues (2)

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.