Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest versions of Parse Server and the Parse ObjC SDK.
Issue Description
MBP [mid 2015]
xcode 14.2 (14C18)
carthage 0.38.0
I'm using Carthage to build and deploy the parse-SDK-iOS into my project. It builds but when I try to run it on the iOS simulator I get the following error (snippet):
Frameworks/Parse.framework/Parse' (file does not start with MH_MAGIC[_64], file does not start with MH_MAGIC[_64], fat file, but missing compatible architecture (have 'arm64,x86_64', need 'x86_64'))
'/Users/adwenn/Library/Developer/Xcode/DerivedData/adwennproject-bmvhaatqyaqfvqcbtweebkybniax/Build/Products/Debug-iphonesimulator/ParseUI.framework/Frameworks/ParseFacebookUtilsV4.framework/ParseFacebookUtilsV4' (errno=2)
Environment
I'm using version v1.19.4 of Parse-SDK-iOS-OSX
Am I missing something here?