Tom Hamming

Results 8 comments of Tom Hamming

I'm at Firebase 10.23.0, using manual integration - I downloaded the framework SDK zip and linked them all in myself, following the directions in the readme. I am still getting...

> Yes. What Xcode are you using? Xcode 15.3 (15E204a)

``` % file ~/Library/Developer/Xcode/DerivedData/iOS-dnhixupbtwibvndyouqzyexefztd/Build/Products/Debug-iphonesimulator/BRFree.app/Frameworks/FirebaseCrashlytics.framework/FirebaseCrashlytics/ /Users/tomhamming/Library/Developer/Xcode/DerivedData/iOS-dnhixupbtwibvndyouqzyexefztd/Build/Products/Debug-iphonesimulator/BRFree.app/Frameworks/FirebaseCrashlytics.framework/FirebaseCrashlytics/: cannot open `/Users/tomhamming/Library/Developer/Xcode/DerivedData/iOS-dnhixupbtwibvndyouqzyexefztd/Build/Products/Debug-iphonesimulator/BRFree.app/Frameworks/FirebaseCrashlytics.framework/FirebaseCrashlytics/' (Not a directory) ``` If I navigate to that file in Finder, it's a 35kb file.

> /Users/tomhamming/Library/Developer/Xcode/DerivedData/iOS-dnhixupbtwibvndyouqzyexefztd/Build/Products/Debug-iphonesimulator/BRFree.app/Frameworks/FirebaseCrashlytics.framework/FirebaseCrashlytics: Mach-O 64-bit dynamically linked shared library arm64

Has anyone done this successfully? I think the delegate is supposed to set the rect and view, but it's not clear to me how to determine that. In my case,...

Got it. If the popover is presented from a bar button, it just uses the bounds and the bar button's view as its rect and view. If you're presenting a...

It would be cool if the popover had a `presentPopoverFromView` method that handled rotation automatically the same way it does for the bar button item...