GithubHelp home page GithubHelp logo

Invalid Swift support about xamarin.swift HOT 4 CLOSED

flash3001 avatar flash3001 commented on September 12, 2024
Invalid Swift support

from xamarin.swift.

Comments (4)

fettergabor avatar fettergabor commented on September 12, 2024 1

I could upload the app to AppStore successfully using the updated NuGets (v4.2.1.1).
Many thanks for your help! :-)

from xamarin.swift.

Flash3001 avatar Flash3001 commented on September 12, 2024

Hey @fettergabor can you share the entire AppStore message? Can you tell if that is for all the dylibs or just a subset of the ones you use? Also, what is the Xcode version, is it 10B61?

from xamarin.swift.

fettergabor avatar fettergabor commented on September 12, 2024

Thank you for the help!
xCode version is 10B61. AppStore complains for all swift dylibs used in the project.
Here is the complete email:

Dear Developer,

We identified one or more issues with a recent delivery for your app, "Olympus Mobility". Please correct the following issues, then upload again.

Invalid Swift Support - The files libswiftCoreGraphics.dylib, libswiftDarwin.dylib, libswiftos.dylib, libswiftQuartzCore.dylib, libswiftContacts.dylib, libswiftFoundation.dylib, libswiftMetal.dylib, libswiftCoreFoundation.dylib, libswiftCoreImage.dylib, libswiftObjectiveC.dylib, libswiftUIKit.dylib, libswiftDispatch.dylib, libswiftCore.dylib don’t match /Payload/OlympusMobilityTouch.app/Frameworks/libswiftCoreGraphics.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftDarwin.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftos.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftQuartzCore.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftContacts.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftFoundation.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftMetal.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftCoreFoundation.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftCoreImage.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftObjectiveC.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftUIKit.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftDispatch.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftCore.dylib. Make sure the files are correct, rebuild your app, and resubmit it. Don’t apply post-processing to /Payload/OlympusMobilityTouch.app/Frameworks/libswiftCoreGraphics.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftDarwin.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftos.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftQuartzCore.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftContacts.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftFoundation.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftMetal.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftCoreFoundation.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftCoreImage.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftObjectiveC.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftUIKit.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftDispatch.dylib, /Payload/OlympusMobilityTouch.app/Frameworks/libswiftCore.dylib.

Best regards,

The App Store Team

from xamarin.swift.

Flash3001 avatar Flash3001 commented on September 12, 2024

@fettergabor I was having the same issue. On Xcode 10.1 the arm64e architecture was included in the Swift dylibs. For previous releases only copying the .dylibs from the Xcode folder and publishing the packages would do the trick, but this time it didn't work. I created a sample project on Xcode and created the IPA to check what Xcode was doing and it was stripping the arm64e architecture from the dylibs on the Frameworks folder. Then I did the same for the SwiftSupport packages and it worked - armv7 armv7s arm64 are still available as before.

I don't know why Apple is not accepting the dylibs with arm64e included on the Frameworks folder. The ones on SwiftSupport folder outside the .app (created by the script) still need to contain it though. App Store message is not clear.

The new packages are uploaded to Nuget. Please let me know if it fixes the problem for you.

from xamarin.swift.

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.