Posts

Post marked as solved
5 Replies
40k Views
When I build project, I see build error: ProjectName.debug.xcconfig unable to open file. I couldn't understand my problem for a long time, but today I take attention, what directory is wrong: full error: projectName/Pods/Pods...ProjectName.debug.xcconfig unable to open file Where Pods part duplicated, so correct directory must be as projectName/Pods...ProjectName.debug.xcconfig How to fix it?
Posted
by pragmus.
Last updated
.
Post not yet marked as solved
1 Replies
441 Views
I'm trying to upload iOS-app (.ipa archive) to Ubertesters service, but after upload I get an error: incompatible character encodings: ASCII-8BIT and UTF-8. How can I fix it?https://ubertesters.com
Posted
by pragmus.
Last updated
.
Post not yet marked as solved
0 Replies
320 Views
I try to change unselected color for specified item(for example for second), but unsuccessfully if let items = self.tabBar.items { items.forEach { //some condition } }How can I fix it?
Posted
by pragmus.
Last updated
.