Post

Replies

Boosts

Views

Activity

Reply to [Regression][Xcode 13.0b3]: a normal target in a linked SwiftPM library is treated as an app extension
Apparently this is by design: https://forums.swift.org/t/set-application-extension-api-only-on-a-spm-package/39333/11 This breaks also other libraries like Firebase App Diatribution used in an app without any app extension target. It would be nice as the app developer to be able to tell SwiftPM there is no App Extension target :/. Will try to raise this issue in all the projects I can see are affected :(… might take a while. Will add links here if it is allowed.
Jul ’21
Reply to Recent TestFlight build missing ODR assets
Thank you Thierry, wanted to update this thread with the Feedback Reporter item ID you created: FEEDBACK ASSISTANT ID: 11657901
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Xcode 13 (xcodebuild) regression, cannot find xcconfig files in the search path
Also, changing the .xcconfig files and their folders in Xcode from relative to Group to relative to project also worked :).
Replies
Boosts
Views
Activity
Sep ’21
Reply to Xcode 13 (xcodebuild) regression, cannot find xcconfig files in the search path
Apparently, if you change the config reference from relative to the root folder where the xcodeporj file is located to relative to the current .xcconfig file in the example it works again. #include "InnerXcconfig/innerInnerB/t.xcconfig" —> #include "../innerInnerB/t.xcconfig" Do you know which WWDC session covered this?
Replies
Boosts
Views
Activity
Sep ’21
Reply to Xcode 13 Beta 5's FileMerge crashes on startup on M1 machine
Fixed in the final Xcode 13.0 build.
Replies
Boosts
Views
Activity
Sep ’21
Reply to [Regression][Xcode 13.0b3]: a normal target in a linked SwiftPM library is treated as an app extension
The change has been reverted in SwiftPM (Xcode 13 beta 5 for sure) so now this problem should not affect apps and libraries anymore (although some libraries like Firebase had already adapted successfully to it)
Replies
Boosts
Views
Activity
Sep ’21
Reply to [Regression][Xcode 13.0b3]: a normal target in a linked SwiftPM library is treated as an app extension
The change has been reverted in SwiftPM so now this problem should not affect apps and libraries anymore (although some libraries like Firebase had already adapted successfully to it).
Replies
Boosts
Views
Activity
Sep ’21
Reply to [macOS 12][iOS 15]: Attaching Safari Debugger to app's WKWebView will crash the app
Bug seems to be fixed when updating the the latest betas of macOS 12 and iOS 15.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to [Regression][Xcode 13.0b3]: a normal target in a linked SwiftPM library is treated as an app extension
Apparently this is by design: https://forums.swift.org/t/set-application-extension-api-only-on-a-spm-package/39333/11 This breaks also other libraries like Firebase App Diatribution used in an app without any app extension target. It would be nice as the app developer to be able to tell SwiftPM there is no App Extension target :/. Will try to raise this issue in all the projects I can see are affected :(… might take a while. Will add links here if it is allowed.
Replies
Boosts
Views
Activity
Jul ’21
Reply to [Regression][Xcode 13.0b3]: a normal target in a linked SwiftPM library is treated as an app extension
I think it is a SwiftPM change. Integrating the library through CocoaPods solves the problem here and passes it down to the next library integrated through SwiftPM.
Replies
Boosts
Views
Activity
Jul ’21
Reply to [Regression][Monterey][macOS 12]: Touch Bar is not responding to touches properly
Apparently, unchecking the TouchBar zoom option in the accessibility setting gets you back the Touch Bar working as normal (at least working :), Apple is being super nice in how they are chasing this in the Feedback Assistant, I really appreciate that!).
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’21