Parse-SDK-iOS-OSX
Parse-SDK-iOS-OSX copied to clipboard
Parse iOS framework doesn't work with Macbook M1
New Issue Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am not just asking a question.
- [x] I have searched through existing issues.
- [x] I can reproduce the issue with the latest versions of Parse Server and the Parse ObjC SDK.
Issue Description
I get this error message "Parse/Parse.h file not found" when compiling with XCode 13.3.1 in Macbook Pro with Apple m1 chip. The OS version is Monterey 12.0.1.
Steps to reproduce
Run "pod install" and Compile the app with XCode 13.3.1.
Actual Outcome
Expected Outcome
"Parse/Parse.h file not found"
Environment
XCode 13.3.1 Mac OS version is Monterey 12.0.1
Client
- Parse ObjC SDK version:
1.19.1
Server
- Parse Server version:
1.4.0 - Operating system:
n/a - Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc):
Heroku
Database
- System (MongoDB or Postgres):
MongoDB - Database version:
MongoDB5.0 - Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc):
MongoDB Atlas
Logs
Parse/Parse.h file not found
Thanks for opening this issue!
- 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.
macOS 12.3.1 with Xcode 13.4.1 works just fine my M1
I can confirm that it seems to work fine on Apple Silicon. Closing for now. If you have more details about the issue, we can re-open. The issue may for example be related to how the Parse SDK is added (carthage, GitHub asset embedded, etc)