Giter VIP home page Giter VIP logo

fastlane-plugin-create_xcframework's People

Contributors

aboedo avatar aksvenk avatar bielikb avatar dcacenabes avatar nachosoto avatar testableapple avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fastlane-plugin-create_xcframework's Issues

dSYMs and BCSymbolMaps are placed outside of xcframework

I am using this plugin as follows:

create_xcframework(
	workspace: 'Framework.xcworkspace',
	scheme: 'Framework',
	destinations: ['iOS'],
	xcframework_output_directory: 'output'
)

This results in having a separate Framework.xcframework, Framework.dSYMs and Framework.BCSymbolMaps

I would expect the symbols included inside the xcframework, next to the frameworks for the separate architectures.

SPM :project property

With popularity of SPM not every project now has .xcworkspace, would be great to have :project key as an alternative

Finish with error when output path with space

After archive, fastlane will merge framework to xcframework,
if output path have space, like "your path/folder", it will get an error says, "error: the output path must end with the extension 'xcframework'".
you must set your path like, "your_path/folder", it will be success.

PRODUCT_NAME was misdefined

fastlane finished with errors

[!] โ–ธ PRODUCT_NAME was misdefined: MySDK. Please, provide :product_name option

Customise BUILD_LIBRARY_FOR_DISTRIBUTION

Hi @bielikb !

We are using the plugin and it is working good. Thanks for that! For our use case, though, we would like to be able to disable BUILD_LIBRARY_FOR_DISTRIBUTION, but we have found that the plugin is replacing the configuration.

xcargs = ['SKIP_INSTALL=NO', 'BUILD_LIBRARY_FOR_DISTRIBUTION=YES']

We would like to contribute to the plugin and make it configurable (by default override it to keep current behavior, but give the possibility to the consumer of the plugin to specify whichever value they want for it). I wanted to know if you would be interested in including this in the plugin. If so, I will create a PR bringing in those changes.

Let me know your thoughts!

Support for xcconfig parameter

It would be useful if the xcconfig parameter of xcodebuild was supported.

From xcodebuild --help:

-xcconfig PATH               apply the build settings defined in the file at PATH as overrides

xcargs: 'OTHER_CFLAGS is overwritten even when specified in Fastfile

Hello,

Thank you for this plugin.
I'd like to report a bug in which any custom xcargs passed via OTHER_CFLAGS will be overwritten by the string "-fembed-bitcode" regardless of whether or not it's appearing the in related Fastfile argument.
For example, say I have the following specified:
xcargs: 'OTHER_CFLAGS="-DOSCL_EXPORT_REF= -DOSCL_UNUSED_ARG= -DOSCL_IMPORT_REF= -fembed-bitcode"',
I'd expect the plugin to not modify OTHER_CFLAGS, but it will replace it, leaving only "-fembed-bitcode" and thus changing the intended compilation code.

Regards,
Doron

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.