Code Monkey home page Code Monkey logo

Comments (8)

jwells89 avatar jwells89 commented on May 12, 2024 2

I'm seeing this behavior as well with manual archiving. Debug builds targeting the simulator and physical devices build fine. Have tried versions of InstantSearch from 7.6.2 up to 7.11.0 to no avail.

Environment

  • Xcode 12.5
  • SwiftPM
  • iOS 13.0 target

from instantsearch-ios.

VladislavFitz avatar VladislavFitz commented on May 12, 2024 2

@alelordelo The 7.11.1 patch is available via SPM (will be available later via Cocoapods as well). Please try it and confirm if it fixes the issues.

from instantsearch-ios.

alelordelo avatar alelordelo commented on May 12, 2024 2

yup, worked! thanks for the quick reply mate!

from instantsearch-ios.

mschinis avatar mschinis commented on May 12, 2024

I just ran into the same issue as above. Building for distribution via fastlane.

Environment

  • Xcode 12.5
  • Swift Package Manager
  • iOS 14.1 target

Screenshot for reference
Screenshot 2021-05-18 at 16 05 15

from instantsearch-ios.

Sam-Spencer avatar Sam-Spencer commented on May 12, 2024

Found a temporary workaround when using fastlane or any automated xcodebuild system:

  1. Clean your build prior to beginning a new one

  2. Prior to building run the following in your project directory:

    Dir.chdir("../") do
      sh("xcodebuild","-resolvePackageDependencies")
    end
  3. Build and archive.

IMO, this type of workaround shouldn’t be necessary. But it might indicate an issue with SPM and Xcode rather than algolia!

from instantsearch-ios.

VladislavFitz avatar VladislavFitz commented on May 12, 2024

Thank you for reporting this. The fix is in progress. In the meantime feel free to downgrade to 7.10 as 7.11 only introduces the SwiftUI components.

from instantsearch-ios.

alelordelo avatar alelordelo commented on May 12, 2024

Also ran into this issue when archiving.

Downgrading to 7.10.0 have me 20 errors (instead of 5 on 7.11).

My implementation is exactly the same as Algolia SwiftUI tutorial

from instantsearch-ios.

alelordelo avatar alelordelo commented on May 12, 2024

thanks, will test now via SPM

from instantsearch-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.