Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version for *.app #1

Open
shokarta opened this issue Oct 29, 2024 · 0 comments
Open

version for *.app #1

shokarta opened this issue Oct 29, 2024 · 0 comments

Comments

@shokarta
Copy link

Hello.

Having same issue, however when archive it generates only .xcarchive with following content:

  • *.xcarchive
    • dSYSMs [folder]
    • Products [folder]
      • Applications [folder]
        • "myAppName".app
          • _CodeSignature [folder]
            • CodeResources
          • Frameworks [folder]
            • libavcodec.61.dylib
            • libavformat.61.dylib
            • libavutil.59.dylib
            • libswresample.5.dylib
            • libswscale.8.dylib
          • AppIcon60x60@2x.png
          • AppIcon76x76@2x~ipad.png
            Assets.car
            embedded.mobileprovision
            "myAppName"
            GoogleService-Info.plist
            Info.plist
            LaunchScreen.storyboardc
            PkgInfo
    • Info.plist

so no SwiftSupport... but I guess we can create it (wherever it shall belong) and populate it with *.dylib from *.xcarchive/Applications/"myAppName".app/Frameworks files as well as from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.0/iphoneos *.dylib files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant