Setup:
PLATFORM AND VERSION: iOS
Development environment: Xcode Version 16.0 (16A242d), macOS 14.6.1
Run-time configuration: iOS 15-18 tried with same error.
When building the app despite the fact it's pure Swift code getting error:
CaPark.swift file is here:
import Foundation
class CarPark: Identifiable, Decodable {
var carParkId: String
var address: String
var totalLots: String
var lotsAvailable: String?
var lotType:String
var lat: Double
var lng: Double
var couponEps: String
var agency: String
}
Issue seems like started after xcode update to version mentioned above.
What i've tried:
Clean ups
Reinstallation of Xcoce
Rollback to previous versions of Xcode
Start clean project from VCS
App is published and multiple versions were uploaded to AppStore, this problem is new and came out of nowhere.
Let me know if additional info is required.
Thank you!
Post
Replies
Boosts
Views
Activity
Hi,
Looking for an option to get rid of empty tab bar on top of the subject template. it takes a lot of screen estate and i don't plan to use it for app functionality.
It is marked with red on the picture.
As per documentation here: Link1 there is nothing about the tabs.
However in CarPlay programming guide Carplay it seems like the template doesn't have this top tab:
where is the truth? can it be hidden?
Thank you!