Post

Replies

Boosts

Views

Activity

Reply to Apple Intelligence
Obterá informações oficiais aqui: https://support.apple.com/en-ie/121115#:~:text=For%20European%20Union%20residents%3A%20Apple,is%20also%20in%20the%20EU. Para residentes na União Europeia O Apple Intelligence está disponível com o macOS Sequoia 15.1 ou posterior nos modelos Mac compatíveis. Para o iOS 18.1 e posterior e iPadOS 18.1 e posterior, o serviço Apple Intelligence não funcionará atualmente se estiver na UE e se o país/região da sua conta Apple também estiver na UE. Se viajar para fora da UE, a funcionalidade Apple Intelligence funcionará no iPhone ou iPad se o idioma e o idioma da Siri estiverem definidos para um idioma suportado. Em abril, muitas das principais funcionalidades do serviço Apple Intelligence começarão a ser disponibilizadas aos utilizadores de iPhone e iPad na UE. You'll get official information here: https://support.apple.com/en-ie/121115#:~:text=For%20European%20Union%20residents%3A%20Apple,is%20also%20in%20the%20EU. For European Union residents Apple Intelligence is available with macOS Sequoia 15.1 or later on supported Mac models. For iOS 18.1 and later, and iPadOS 18.1 and later, Apple Intelligence will not currently work if you are in the EU and if your Apple Account Country/Region is also in the EU. If travelling outside of the EU, Apple Intelligence will work on your iPhone or iPad if your language and Siri language are set to a supported language. In April, many of the core features of Apple Intelligence will start to roll out to iPhone and iPad users in the EU.
Dec ’24
Reply to Download Old version of Xcode
If I understand your question, it is not about downloading an old version of Xcode, but having a project opening in an older Xcode version. To do so: in Xcode, select the project in the navigation panel open the Inspectors in Identity and Type inspector, you can select the project Format. Note: I have not tested if you can downgrade to older version.
Dec ’24
Reply to App built with Xcode 16 crashes, worked fine with Xcode 15
You should show how and where tableViewData is initialised. It would help to find which is line 207 in DetailCollectionViewCell.swift: + 312 (DetailCollectionViewCell.swift:207) 2 SulawesiFishIDApp2024.debug.dylib 0x1013507cc @objc DetailCollectionViewCell.tableView(_:numberOfRowsInSection:) 
 In the Protocol: protocol DetailCollectionViewCellDelegate: AnyObject { func detailCollectionViewCell(_ detailCollectionViewCell: DetailCollectionViewCell, didSelectImageAt index: Int) func detailCollectionViewCellDidSelectReefDistributionReport(_ detailCollectionViewCell: DetailCollectionViewCell) func detailCollectionViewCellDidSelectFishbase(_ detailCollectionViewCell: DetailCollectionViewCell) } You do not call tableView(_:numberOfRowsInSection:) But you use it in the extension. We would need to see the complete code to be sure it is the root cause.
Topic: UI Frameworks SubTopic: UIKit
Dec ’24
Reply to App built with Xcode 16 crashes, worked fine with Xcode 15
Most probably, it is an error in your code. Problem comes likely from how tableViewData was declared. Where and how did you define DetailCollectionViewCell tableViewData ?: was it declared as private var ? It should not. How was it initialised ? May be too late and not yet when tableView is called. That could explain the error in iOS 18: you may have made wrong assumptions on the fact that tableViewData would exist at the time tableView function is called. It did work in iOS 17, because system happily let enough time to initialise. But no more in iOS 18 (optimised, or just changed). But that would not be a bug in iOS. Please show more code. It is hard to tell otherwise. And show the part of the crash report dealing with thread 1.
Topic: UI Frameworks SubTopic: UIKit
Dec ’24
Reply to Newbie help!
The message says that your binary is not signed. and The signature of the binary is invalid Or that The signature does not include a secure timestamp. Is it developed in xCode ? If so, check how app is signed (in xCode, select the project name, check in Targets for signing and capabilities. In addition, did you submit a zip file ?
Dec ’24
Reply to Fundraising App
Guideline 3.2.1 (vi) already gives a lot of information. But you have probably noted that it is likely Reviewer will ask you additional information: Additional information shall be provided to App Review upon request. If I understand you'll be an intermediary for other charities. Hence, an absolute requirement is that you get a proof that they have gone through the nonprofit approval process, as explained here : https://developer.apple.com/apple-pay/nonprofits/ Nonprofit platforms that connect donors to other nonprofits must ensure that every nonprofit listed in the app has also gone through the nonprofit approval process
Dec ’24
Reply to Apple Intelligence
Obterá informações oficiais aqui: https://support.apple.com/en-ie/121115#:~:text=For%20European%20Union%20residents%3A%20Apple,is%20also%20in%20the%20EU. Para residentes na União Europeia O Apple Intelligence está disponível com o macOS Sequoia 15.1 ou posterior nos modelos Mac compatíveis. Para o iOS 18.1 e posterior e iPadOS 18.1 e posterior, o serviço Apple Intelligence não funcionará atualmente se estiver na UE e se o país/região da sua conta Apple também estiver na UE. Se viajar para fora da UE, a funcionalidade Apple Intelligence funcionará no iPhone ou iPad se o idioma e o idioma da Siri estiverem definidos para um idioma suportado. Em abril, muitas das principais funcionalidades do serviço Apple Intelligence começarão a ser disponibilizadas aos utilizadores de iPhone e iPad na UE. You'll get official information here: https://support.apple.com/en-ie/121115#:~:text=For%20European%20Union%20residents%3A%20Apple,is%20also%20in%20the%20EU. For European Union residents Apple Intelligence is available with macOS Sequoia 15.1 or later on supported Mac models. For iOS 18.1 and later, and iPadOS 18.1 and later, Apple Intelligence will not currently work if you are in the EU and if your Apple Account Country/Region is also in the EU. If travelling outside of the EU, Apple Intelligence will work on your iPhone or iPad if your language and Siri language are set to a supported language. In April, many of the core features of Apple Intelligence will start to roll out to iPhone and iPad users in the EU.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Download Old version of Xcode
If I understand your question, it is not about downloading an old version of Xcode, but having a project opening in an older Xcode version. To do so: in Xcode, select the project in the navigation panel open the Inspectors in Identity and Type inspector, you can select the project Format. Note: I have not tested if you can downgrade to older version.
Replies
Boosts
Views
Activity
Dec ’24
Reply to App review returned rejected
Don't they give more details ? Do they enter login and password, then fail ? Or wait for ever after trying to login? Do they not even get the login screen ?
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to @Binding var updates only once
Does the Apple project works with Xcode 16 ? One idea: have you checked the deployment targets in Apple's project and yours ?
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Dec ’24
Reply to Resize message icons- want rows of four not three
It seems your question is about an existing app, not one you develop. And you would like to have a change (in messages app ?). If so, the question or request should better be posted in Feedback Assistant https://feedbackassistant.apple.com
Replies
Boosts
Views
Activity
Dec ’24
Reply to @Binding var updates only once
Could you show where you put test onChange for debug ? I see nowhere Observable in your code. Shouldn't Subject be Observable ?
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Dec ’24
Reply to App built with Xcode 16 crashes, worked fine with Xcode 15
You should show how and where tableViewData is initialised. It would help to find which is line 207 in DetailCollectionViewCell.swift: + 312 (DetailCollectionViewCell.swift:207) 2 SulawesiFishIDApp2024.debug.dylib 0x1013507cc @objc DetailCollectionViewCell.tableView(_:numberOfRowsInSection:) 
 In the Protocol: protocol DetailCollectionViewCellDelegate: AnyObject { func detailCollectionViewCell(_ detailCollectionViewCell: DetailCollectionViewCell, didSelectImageAt index: Int) func detailCollectionViewCellDidSelectReefDistributionReport(_ detailCollectionViewCell: DetailCollectionViewCell) func detailCollectionViewCellDidSelectFishbase(_ detailCollectionViewCell: DetailCollectionViewCell) } You do not call tableView(_:numberOfRowsInSection:) But you use it in the extension. We would need to see the complete code to be sure it is the root cause.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Dec ’24
Reply to App built with Xcode 16 crashes, worked fine with Xcode 15
Most probably, it is an error in your code. Problem comes likely from how tableViewData was declared. Where and how did you define DetailCollectionViewCell tableViewData ?: was it declared as private var ? It should not. How was it initialised ? May be too late and not yet when tableView is called. That could explain the error in iOS 18: you may have made wrong assumptions on the fact that tableViewData would exist at the time tableView function is called. It did work in iOS 17, because system happily let enough time to initialise. But no more in iOS 18 (optimised, or just changed). But that would not be a bug in iOS. Please show more code. It is hard to tell otherwise. And show the part of the crash report dealing with thread 1.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Dec ’24
Reply to XCode show "Ready to continue xx"
Could you post a screenshot, so that we can better understand ? Whet result is expected ? Please also show the code that should produce this result. Is it SwiftUI code ?
Replies
Boosts
Views
Activity
Dec ’24
Reply to Location and Photo permission String purpose
Please show the permission strings. Otherwise, how do you want anyone to help ?
Replies
Boosts
Views
Activity
Dec ’24
Reply to Newbie help!
The message says that your binary is not signed. and The signature of the binary is invalid Or that The signature does not include a secure timestamp. Is it developed in xCode ? If so, check how app is signed (in xCode, select the project name, check in Targets for signing and capabilities. In addition, did you submit a zip file ?
Replies
Boosts
Views
Activity
Dec ’24
Reply to Trouble decoding array objects via NSKeyedArchiver / NSSecureCoding
Could you post the complete code of the class ?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Fundraising App
Guideline 3.2.1 (vi) already gives a lot of information. But you have probably noted that it is likely Reviewer will ask you additional information: Additional information shall be provided to App Review upon request. If I understand you'll be an intermediary for other charities. Hence, an absolute requirement is that you get a proof that they have gone through the nonprofit approval process, as explained here : https://developer.apple.com/apple-pay/nonprofits/ Nonprofit platforms that connect donors to other nonprofits must ensure that every nonprofit listed in the app has also gone through the nonprofit approval process
Replies
Boosts
Views
Activity
Dec ’24
Reply to How to fix (Thread 1: SwiftUI Body (1))?
You have breakpoints at lines 13 and 16. Is it on purpose ? Remove them and see what happens.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Nomor WhatsApp Cs Bank Woori Saudara Adalah +62 812 1411 9209
@endecotp you're right, this bot is nonsense. I filed a bug report: Dec 4, 2024 at 10:48 AM – FB16038067
Replies
Boosts
Views
Activity
Dec ’24