Posts

Post marked as solved
19 Replies
22k Views
I have submitted my first App to the AppStore. Unfortunately I've notice that the primary language is set to German instead of English. I've try to change the primary language in the App Store Information of my App but the error occurred:In order to change this app’s primary language to Englisch (USA), each version must already have the required Englisch (USA) screenshots.But I've already uploaded screenshots for German and English (USA) for the app aleary in App Store and for ma update. What can I do to change the primary language. I've read the iTunes Connect Developer Guide but there is no solution. Can anyoune help me please?Thank you for your help.
Posted
by we7ee.
Last updated
.
Post marked as solved
2 Replies
720 Views
Version: Xcode 13.3 / Xcode 13.3.1 Every time I make some changes in the code the first build fails with the error shown below. When I build again the error is gone. All research points to I have to move the 'Headers' before 'Compile Sources' in the building phase of the target. But I do not have 'Headers'. I also don't use CocoaPods but SPM. All Scripts are performed before 'Compile Sources'. With Xcode 13.2.1 it seem to work normally. Does anyone know what is going on and how to fix it? Showing Recent Messages Cycle inside AppName; building could produce unreliable results. Cycle details: → Target 'AppName' has link command with output 'path_to_app' → Target 'AppName': SwiftDriver Compilation AppName normal arm64 com.apple.xcode.tools.swift.compiler
Posted
by we7ee.
Last updated
.