parse-community / Parse-SDK-iOS-OSX

The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)
https://parseplatform.org
Other
2.81k stars 865 forks source link

PFPersistenceController.h Command CpHeader failed with a nonzero exit code ( Xcode 15 & iOS 17 ) #1742

Closed ismetdemirer closed 10 months ago

ismetdemirer commented 10 months ago

Issue Description

When I build the library I installed with code 15 and Cocoapod with iOS 17, I get an error in all of the .h files. My entire application is based on Parse.

Steps to reproduce

I just updated it to Xcode 15 Release. I downloaded the iOS 17 library. and Build.

Actual Outcome

PFPolygonPrivate.h Command CpHeader failed with a nonzero exit code PFProduct+Private.h Command CpHeader failed with a nonzero exit code FProductsRequestHandler.h Command CpHeader failed with a nonzero exit code and more

Expected Outcome

Client

Logs

Ekran Resmi 2023-09-30 00 23 04
parse-github-assistant[bot] commented 10 months ago

Thanks for opening this issue!

ismetdemirer commented 10 months ago

I found the solution. I made iOS Deployment Target 12.0 in the Pods project, everything improved.

Ekran Resmi 2023-09-30 02 26 54