-2

When running my app that uses CocoaPods I am getting this fatal error:

dyld[2583]: Symbol not found: _$s9SwiftData15PersistentModelPAAE8getValue3forqd__s7KeyPathCyxqd__G_tSTRd__AaBRd_0_7ElementQyd__Rsd_0_r0_lF Referenced from: <861A8007-10DC-3734-8C5B-DF2C7D4DF39F> /private/var/containers/Bundle/Application/093A56BC-890A-440F-BEEF-64DF5600671C/Animatica3.app/Animatica3 Expected in: <49E09F5C-ED41-3CA9-9F56-FEBA1FBE971D> /System/Library/Frameworks/SwiftData.framework/SwiftData

Podfile:

target 'Animatica3' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for Animatica3
pod 'MaLiang'
  target 'Animatica3Tests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'Animatica3UITests' do
    # Pods for testing
  end

end

Using: macOS 14.0 beta 4, iPados 17.0 beta

I am not 100% sure if it is SwiftData that is causing this error, but when I also try to run an app with CoreData, that is also crashing.

HangarRash
  • 7,314
  • 5
  • 5
  • 32
anish1
  • 27
  • 6
  • Do you have iPadOS 17.0 beta 4 on your iPad? Are you using Xcode 15.0 beta 5 as well? Have you done a full clean build with those latest tools? – HangarRash Aug 04 '23 at 02:13
  • Yes, I am using the latest betas and have clean builds. It only happens when using any type of data storage (ie SwiftData and CoreData) Might switch to public beta and see what happens – anish1 Aug 06 '23 at 15:14

0 Answers0