Tianran Ding
Tianran Ding
Xcode 14 completely dropped 32 bit armv7 and iOS 10 support. Time to move on, or stick to Xcode 13
I can confirm this patch PR works for xcode 14 beta 3&4
Saw the same error this morning after upgraded to beta3. Beta 2 is fine, I guess for now I'll stick to beta 2 until this got resolved
Nice work 🤞
I'm seeing these strange things across other hybrid project which objective-c compiling is super slow. As we now have P cores/E cores on apple silicons and they have shockingly performance...
@pmusolino I think maybe you can make a pre-built XCFramework, then we can have a SPM source
Hi @keelerm84 thank you for your reply, here is my use case(a bit odd I have to admit). Due to security requirements, I can't use public github/swift package link in...
@rayalarajee the solution is add @_implementationOnly before all "import LDSwiftEventSource" and build xcframework. This will make a standalone xcframework, no other dependency needed. It's a hack but works well for...