We just built our app with Xcode 15.0.1 GM and we are getting the following error: Redefinition of module 'SwiftBridging'. We have mode no changes and the app builds fine with Xcode 15.0. Is anyone else experiencing this issue?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
The session on creating a plugin mentioned that you don’t have access to networking. Is this functionality that may come in a future update, or is there no plan to ever add it? My specific use case is to use a public API my company has available, which provides us a JSON payload so we can generate theme resources. I’d love to be able to put our theming code into a Swift Package, but it sounds like I won’t be able to use a plugin to be able to do the code generation that I need to do.