Post

Replies

Boosts

Views

Activity

Reply to Use of 'print' refers to instance method rather than global function 'print(_:separator:terminator:)' in module 'Swift'
I believe you have a function called print() in some of your classes/structs and inside it you have some kind of print("Something..."). Xcode complains because it doesn't know which print function to call, the one you declared yourself or the native function for printing content. If this is the case, then you can: Rename your own print() function or Change print statement from print("Something") into Swift.print("Something")
Topic: Programming Languages SubTopic: Swift Tags:
Aug ’23
Reply to App 'Ready for Sale' but not available for sale
I think it is normal to take longer around that part of the year, even Apple is sometimes informing people about the delays.
Replies
Boosts
Views
Activity
Sep ’24
Reply to AVAssetExportSession exporting file with shorter duration
Did. you solve this? I solved this by changing preferredTimescale. It helped me.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Use of 'print' refers to instance method rather than global function 'print(_:separator:terminator:)' in module 'Swift'
I believe you have a function called print() in some of your classes/structs and inside it you have some kind of print("Something..."). Xcode complains because it doesn't know which print function to call, the one you declared yourself or the native function for printing content. If this is the case, then you can: Rename your own print() function or Change print statement from print("Something") into Swift.print("Something")
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Xcode 13 beta | Failed to build module 'Network' for importation due to the errors above; the textual interface may be broken by project issues or a compiler bug
This issue is active again on latest Xcode version 14.3. This version also came with a lot of another issues, this is not the only one. What a frustrating IDE.
Replies
Boosts
Views
Activity
Apr ’23