Post

Replies

Boosts

Views

Activity

Reply to Can not update your app privacy information about tracking user
Rejected three times in a row under Guideline 2.1 for "using the AppTrackingTransparency framework" despite zero tracking code or frameworks anywhere in the binary. Verified at every level before each resubmission: otool -L on the main executable: only Apple system frameworks, no AppTrackingTransparency, no AdSupport, nothing third-party Frameworks/ folder in the compiled .app bundle: completely empty No .appex extensions PrivacyInfo.xcprivacy: NSPrivacyTracking = false No source file imports AppTrackingTransparency or calls ATTrackingManager App Privacy in App Store Connect already set to "No" for tracking This matches exactly what's described above — the app previously had ads requiring tracking, removed everything for the new version, but the rejection keeps citing the old declaration tied to the currently live build. @khlebobul's solution (publish removal first, only then update App Privacy) makes sense in theory, but in our case the rejection itself is what's blocking that "publish" step — can't get the cleaned build approved to begin with because reviewers keep citing the stale tracking reference. Anyone gotten an actual response from an Apple engineer on this thread, or only the same canned rejection message regardless of binary evidence submitted?
1w
Reply to I am getting this error every time when I run my app in simulator
Same here!! When I use imagePickerController. Error: objc[9287]: Class SBFCARendererImageRepresentation is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation (0x122fde028) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PaperBoardUI.framework/PaperBoardUI (0x122e33218). One of the two will be used. Which one is undefined.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’22
Reply to [UIPickerView setFrame:]: invalid size {320, 216} pinned to {320, 216}
I have several errors since I updated to Xcode 14, it gives me this error and colorpicker has stopped working for me when I use it on a sheet. I have been trying to fix it for almost a week but there is no way, I have uninstalled Xcode 14 and I have returned to 13.4.1 restoring my project from a backup but the problem has remained. Before upgrading to Xcode 14 all the part that doesn't work before did it. I have filled out a feedback to Apple, but they haven't answered me yet.
Topic: UI Frameworks SubTopic: UIKit Tags:
Sep ’22
Reply to Can not update your app privacy information about tracking user
Rejected three times in a row under Guideline 2.1 for "using the AppTrackingTransparency framework" despite zero tracking code or frameworks anywhere in the binary. Verified at every level before each resubmission: otool -L on the main executable: only Apple system frameworks, no AppTrackingTransparency, no AdSupport, nothing third-party Frameworks/ folder in the compiled .app bundle: completely empty No .appex extensions PrivacyInfo.xcprivacy: NSPrivacyTracking = false No source file imports AppTrackingTransparency or calls ATTrackingManager App Privacy in App Store Connect already set to "No" for tracking This matches exactly what's described above — the app previously had ads requiring tracking, removed everything for the new version, but the rejection keeps citing the old declaration tied to the currently live build. @khlebobul's solution (publish removal first, only then update App Privacy) makes sense in theory, but in our case the rejection itself is what's blocking that "publish" step — can't get the cleaned build approved to begin with because reviewers keep citing the stale tracking reference. Anyone gotten an actual response from an Apple engineer on this thread, or only the same canned rejection message regardless of binary evidence submitted?
Replies
Boosts
Views
Activity
1w
Reply to I am getting this error every time when I run my app in simulator
Same here!! When I use imagePickerController. Error: objc[9287]: Class SBFCARendererImageRepresentation is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation (0x122fde028) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PaperBoardUI.framework/PaperBoardUI (0x122e33218). One of the two will be used. Which one is undefined.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to [UIPickerView setFrame:]: invalid size {320, 216} pinned to {320, 216}
I have several errors since I updated to Xcode 14, it gives me this error and colorpicker has stopped working for me when I use it on a sheet. I have been trying to fix it for almost a week but there is no way, I have uninstalled Xcode 14 and I have returned to 13.4.1 restoring my project from a backup but the problem has remained. Before upgrading to Xcode 14 all the part that doesn't work before did it. I have filled out a feedback to Apple, but they haven't answered me yet.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’22