Thi Doan
Thi Doan
Also verify that `libswiftCore.dylib` should not get bundled in this case, which is broken with Xcode 13.3.
Xcode does this by default, while Bazel doesn't since it doesn't have this info because `provisioning_profile` is optional when building for the simulator.
Assuming this would fall into `framework_type = ["static"]` (not sure why this is a list) in the `apple_xcframework` rule. In the meantime, users can use `apple_static_xcframework` with a post-process to...
This can be used to bundle in the iOS app bundle as-is or within a `Settings.bundle`. Currently only supports `plist` as the output format, with the template similar to what...
Xcode has a `ASSETCATALOG_COMPILER_OPTIMIZATION` build setting that: > With no value, the compiler uses the default optimization. You can also specify `time` to optimize for speed of access or `space`...
This is equivalent to Xcode's `STRIP_SWIFT_SYMBOLS` setting, if enabled all Swift symbols from Swift standard libraries and imported dynamic frameworks will be removed.
I tried to use `git_repository` with `rules_pods` to have the latest fixes from the master branch but it looks like Bazel always looked for the pre-compiled `Compiler` and `RepoTools` under...
Using fastlane maybe? The current one is kinda broken...
Could you cut releases and attach prebuilt binaries for the supported OSes? I can submit a patch to the Travis config if you want to do it.
> /Applications/Xcode-12.0.0-gm-seed.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target arm64-apple-watchos7.0-simulator -isysroot /Applications/Xcode-12.0.0-gm-seed.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator7.0.sdk -L/Users/admin/Library/Developer/Xcode/DerivedData/App2-cncnyrokyfrdldfczjlkcqyvxcfc/Build/Products/Debug-watchsimulator -F/Users/admin/Library/Developer/Xcode/DerivedData/App2-cncnyrokyfrdldfczjlkcqyvxcfc/Build/Products/Debug-watchsimulator -filelist /Users/admin/Library/Developer/Xcode/DerivedData/App2-cncnyrokyfrdldfczjlkcqyvxcfc/Build/Intermediates.noindex/App2.build/Debug-watchsimulator/App2\ WatchKit\ Extension.build/Objects-normal/arm64/App2\ WatchKit\ Extension.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/../../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/Library/Developer/Xcode/DerivedData/App2-cncnyrokyfrdldfczjlkcqyvxcfc/Build/Intermediates.noindex/App2.build/Debug-watchsimulator/App2\ WatchKit\ Extension.build/Objects-normal/arm64/App2\ WatchKit\...