-
Environment
Xcode version: 13.3.1
SPM
Firebase Component: FirebaseStorage (firebase-ios-sdk v9.1.0), FirebaseUI-iOS v12.2.0
Language: Swift
## Problem
There is a reference to FirebaseStorage-S…
-
Given the `libcool.xcframework` containing large static binaries like so:
```
Info.plis
├── ios-arm64_armv7_armv7s
│ ├── libcool.a
├── ios-arm64_x86_64-simulator
│ ├── libcool.a
```
…
-
**Describe the bug**
When running the following script, the compiler crashes. Use `swiftc file.swift -emit-module` to reproduce this behavior.
**Reproducer**
```swift
import _Differentiation
…
-
# Current behavior
Pod Install fails with the following:
`++ xcrun -sdk iphoneos --show-sdk-path
+ ./configure --host=arm-apple-darwin CC=/Applications/Xcode.app/Contents/Developer/Toolchains/Xco…
-
### Checklist before submitting a bug report
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-ios-sdk…
-
I am getting an error when trying to run `pod install` with Cocoapods 1.0.0beta4
```
Fetching podspec for `Keys` from `Pods/CocoaPodsKeys`
[!] No podspec found for `Keys` in `Pods/CocoaPodsKeys`
```
…
-
Compile this with -O for a crash in Swift 5.7.1
```swift
@inline(never)
func test1(_ x: AnySequence) {
_ = x.lazy.map({ $0 ?? "_" }).joined2()
}
extension Sequence where Element: StringPro…
-
Hello!
Third-party SDKs should include a privacy manifest by Spring according to Apple new requirements :
https://developer.apple.com/support/third-party-SDK-requirements/
Would it be possible…
-
(Thanks for reporting an issue! Please make sure you click the link above to view the issue guidelines, then fill out the blanks below.)
What are the steps to reproduce this issue?
------------------…
-
Hi all
I am pretty new on the RubyMotion world but this is something that goes beyond my knowledge and I can't really solve.
I create my app using
`motion create `
but when I run `rake` it thr…