Post

Replies

Boosts

Views

Activity

Reply to "xxx is only available in iOS 15.0 or newer"
It's due to the fact that the app template sets Target Deployment to iOS 14. To solve it, select the app target and select iOS15 in Deployment Info section.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Nested generic types not allowed?
The code snippet in the question compiles in Swift 5.4.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to Rest API request returns 303 error in app
In my case I have got this error due to Aborting a request on Charles Proxy -> Breakpoints screen. It looks that Charles in such a case is returning null response
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Swift Macro: Missing package product 'MyMacroApple'
I have two ideas that would fix the problem: do not work with the app project and Swift macro package at the same time. Only one of them can be opened. go to the issues navigator and find the issue that relates to 'Trust & Enable' the macro package. Is one of them working for you?
Replies
Boosts
Views
Activity
Jun ’23