Post

Replies

Boosts

Views

Activity

App crashes because of SwiftData
I was implementing SwiftData on my app and everything works on emulator (both iOS and iPadOS). But when I try to run it on my device, it threw an error dyld[548]: Symbol not found: _$s9SwiftData15PropertyOptionsC6uniqueACvgZ Referenced from: <5E19B2FA-C3D5-353E-AEE7-7B31B7BE56B4> /private/var/containers/Bundle/Application/F7269758-C6E1-46DA-A6E2-8AD5EBB54CFF/MyApp.app/MyApp Expected in: <8B52C2B3-931A-3736-B357-ECF87A41F3EB> /System/Library/Frameworks/SwiftData.framework/SwiftData My devices are on iOS 17 Beta 6 and Xcode 15 beta 6.
12
12
2.4k
Aug ’23
UITabBar BarTintColor not working on iOS15 Developer Beta 5
I updated my iPhone to the latest iOS15 Developer Beta 5 and noticed that the UITabBar's barTintColor is no longer working. I am running Xcode Version 13.0 beta 4 (13A5201i). When I run on the emulator it has the correct barTintColor. But when I run it on my iPhone (IOS15 Developer Beta 5) this is the result on my UITabBar. But both screenshots has the same code. tabBar.barTintColor = UIColor(red: 0.141, green: 0.165, blue: 0.216, alpha: 1) If anyone can make sense out of this would be great.
0
0
903
Aug ’21
Toolbar in dark mode how to avoid or remove the black background?
How to remove the black background for both navigation bar and tab bar when scrolling. When in light mode, it looks fine.
Replies
1
Boosts
0
Views
140
Activity
Jul ’25
Xcode 15 Overheating M2
When using Xcode's Preview or Simulator, I noticed that my M2 Air will overheat. This hasn't happened before in Ventura or Xcode 14.
Replies
34
Boosts
14
Views
8.7k
Activity
Nov ’23
App crashes because of SwiftData
I was implementing SwiftData on my app and everything works on emulator (both iOS and iPadOS). But when I try to run it on my device, it threw an error dyld[548]: Symbol not found: _$s9SwiftData15PropertyOptionsC6uniqueACvgZ Referenced from: <5E19B2FA-C3D5-353E-AEE7-7B31B7BE56B4> /private/var/containers/Bundle/Application/F7269758-C6E1-46DA-A6E2-8AD5EBB54CFF/MyApp.app/MyApp Expected in: <8B52C2B3-931A-3736-B357-ECF87A41F3EB> /System/Library/Frameworks/SwiftData.framework/SwiftData My devices are on iOS 17 Beta 6 and Xcode 15 beta 6.
Replies
12
Boosts
12
Views
2.4k
Activity
Aug ’23
UITabBar BarTintColor not working on iOS15 Developer Beta 5
I updated my iPhone to the latest iOS15 Developer Beta 5 and noticed that the UITabBar's barTintColor is no longer working. I am running Xcode Version 13.0 beta 4 (13A5201i). When I run on the emulator it has the correct barTintColor. But when I run it on my iPhone (IOS15 Developer Beta 5) this is the result on my UITabBar. But both screenshots has the same code. tabBar.barTintColor = UIColor(red: 0.141, green: 0.165, blue: 0.216, alpha: 1) If anyone can make sense out of this would be great.
Replies
0
Boosts
0
Views
903
Activity
Aug ’21