Replies: 5 comments 2 replies
-
closing. I checked the file, and it has both architectures, so something else is happening. |
Beta Was this translation helpful? Give feedback.
-
I re-opened this, because I can't figure out what is going on. The build runs fine on Intel, but trying on Arm it fails with the above error - which makes me think it is something related to MetaCodable. I built an archive in XCode, and copied the full application to the M1 machine, and I receive the same error - so it doesn't appear related to not actually finding the file. |
Beta Was this translation helpful? Give feedback.
-
Running
|
Beta Was this translation helpful? Give feedback.
-
@robaho can you share a sample project that can reproduce this issue? |
Beta Was this translation helpful? Give feedback.
-
Sorry, I have deprioritized using MetaCodable. t had too many issues, like this, and often it would cause the editor to crash, as the parsing would get confused during edits. I switched to using protobufs and managing the persistence directly. |
Beta Was this translation helpful? Give feedback.
-
Building my project for "Any Mac" does not build the metacodable framework as universal, so when the application is started, it immediately crashes with:
OSX 13.7.3
XCode 15.2
Swift 5.9.2
The file is actually present at the path
/Users/robertengels/Seahorse/DerivedData/Seahorse/Build/Products/Debug/PackageFrameworks/MetaCodable.framework/Versions/A/MetaCodable
but it is not a universal binary so it doesn't load.Beta Was this translation helpful? Give feedback.
All reactions